Activity
From 2015-10-07 to 2015-11-05
2015-11-05
- 10:02 PM Revision 6a1d2065 (qgis): Merge pull request #2418 from nyalldawson/postgres_in
- Use IN (...) for postgres FilterFids requests
- 09:27 PM Revision fd485010 (qgis): translation update for consolidation
- Signed-off-by: Werner Macho <[email protected]>
- 09:26 PM Revision bc042a5e (qgis): cleanup after consolidating chinese
- 09:06 PM Revision f982c842 (qgis): Merge pull request #2420 from elpaso/bugfix-13410
- [FEATURE] Bugfix 13410
- 08:19 PM Revision cf4693e3 (qgis): Changed the toolip with the new information
- 07:14 PM Revision 322496a7 (qgis): Fixed save/load from DB sync init
- 06:20 PM Revision 580f70a9 (qgis): When we use the node tool we able to select a feature
- 04:48 PM Revision 700fc043 (qgis): Merge pull request #2414 from vmora/varying_width_assistant
- [FEATURE] assistant for varying line width
- 02:46 PM Revision 42239bcd (qgis): Added coding utf8 header to example
- 02:42 PM Revision d2da60a1 (qgis): Added import and tabs in the example
- 02:41 PM Revision f810d815 (qgis): Default false for use init code
- 02:14 PM Revision 6d1d2139 (qgis): [FEATURE] assistant for varying line width
- The qgssizescalewidget as been modified to handle line symbols as well
as markers.
The scale expression has been enha... - 12:48 PM Revision faeedfb5 (qgis): Fix text color in attribute table for dark theme
- 11:30 AM Revision 6d705ad8 (qgis): Fix warning
- 11:23 AM Revision fe3417b5 (qgis): Partial revert of 70bff3f
- Commit was causing crashes in browser. Refs #13738
- 11:22 AM Revision e0fc9a9c (qgis): Use FilterExpression request for get_feature expression function
- Makes the function magnitudes faster for Postgres layers where
the expression is compiled and can take advantage of P... - 11:22 AM Revision 6772ffb9 (qgis): Much faster zoom to selection on large PostGIS layers
- 11:22 AM Revision 33fe0e2d (qgis): Also use FilterFids when field calculator is only updating selected
- features. Results in similar speed improvements when updating
only selected features from a large PostGIS layer - 11:22 AM Revision f0d31b03 (qgis): Use a FilterFids request for vector file writer rather than fetching
- all features and then testing the feature id when saving selected
features
For providers such as Postgres this is or... - 04:51 AM Revision 79647728 (qgis): Use IN (...) for postgres FilterFids requests when the primary
- key is a simple (non compound) type
IN (...) is much faster than chained ...OR... clauses
Additionally, trying to f...
2015-11-04
- 06:03 PM Revision 954b39d3 (qgis): [FEATURE] store python init code into the project
- Adds an option and code editor to store python form
init code into the project (and the DB, since it's in
the style s... - 06:02 PM Revision e69bebdd (qgis): Added /Out/ to run
- 01:54 PM Revision 3d20081f (qgis): Initial implementation
- 01:54 PM Revision 842753e3 (qgis): Initial implementation
- 12:27 PM Revision 8c86aab0 (qgis): [Expressions] Redesign expression function editor.
- Add auto save
- 12:25 PM Revision 90a82ba6 (qgis): Removed Q_UNUSED
- 11:22 AM Revision 524febe0 (qgis): Merge pull request #2417 from elpaso/bugfix-11266
- Bugfix 11266
- 10:37 AM Revision 086525b0 (qgis): Pass referencing record instead of referenced
- 10:37 AM Revision 93bd825e (qgis): Fixed disappearing item issue when subform editing
- see #11266
- 10:37 AM Revision 3991307d (qgis): Removed noop
- 10:37 AM Revision 1627d510 (qgis): Reverted to original code
- 10:37 AM Revision 35d09825 (qgis): Added new method to bindings
- 10:37 AM Revision ba4895de (qgis): Implemented setFeatureSelectionManager in QgsListView
- Partially fixes #11266
* now passing editor context to QgsFeatureSelectionDlg
(otherwise fails on assert parentC... - 10:37 AM Revision bd9cdae1 (qgis): Added comment
- 09:51 AM Revision 8187ad50 (qgis): [processing] some fixes for supporting optional parameters
- 09:51 AM Revision 0cc92ffe (qgis): [processing/otb]update xml and associated html docs
- 09:51 AM Revision 5e9647d3 (qgis): [processing/otb]Add specific rule to load ComputeOGRLayersFeaturesStati...
- 09:51 AM Revision c548f8d8 (qgis): [processing/otb]convert ListView in StringList for other applications t...
- 09:51 AM Revision 04907d19 (qgis): [processing/otb]divide into 2 functions
- 09:51 AM Revision 41c15e77 (qgis): [processing/otb]Add function to customize creation and loading of new a...
- 09:51 AM Revision 9c7d206b (qgis): [processing/otb]update lists for OTB 5.0
- 09:51 AM Revision 9256e57c (qgis): [processing/otb]compatibility with new version of processing
- 09:51 AM Revision 85bea7d4 (qgis): [processing/otb]remove unused code and imports
- 09:51 AM Revision 3472ac80 (qgis): [Processing] Manage optional parameters
- Can't set parameters to null (None or '') if the parameter is not optional
- 09:51 AM Revision 55e75add (qgis): [Processing] Optional parameters for script and model
- In processing core every parameters can be optional but in scripts there is no way to define a parameter as optional ...
- 09:51 AM Revision f7a7a78c (qgis): [Processing] Improve code readability (follow up 36d1377)
- 09:51 AM Revision 507aeb05 (qgis): [Processing] Allow "progress" to be specified when calling processing.r...
- This is mostly so that algorithms executed in Processing scripts can
display messages in the same way as if they were... - 08:30 AM Revision e497e8b1 (qgis): fix precise build
- 06:04 AM Revision b316140b (qgis): [FEATURE] Allow field calculator to update feature geometry
- It's a handy shortcut to do operations such as apply a buffer
to a bunch of selected features. - 06:04 AM Revision 1d872dc5 (qgis): Show special strings for expression preview if result is a geometry
- or feature type. Makes it easier to determine what the return
type of various functions are for users. - 06:03 AM Revision da942233 (qgis): Add DE-9IM variant which tests against a specified pattern
- (available in PyQGIS/expression engine)
- 06:03 AM Revision 9e84fcaf (qgis): Followup 2ac5933 with more data defined fixes
- 2ac5933 fixed the regression in 2.12, but there were more underlying
issues from <2.8 causing sub symbols with data d... - 06:03 AM Revision 23d161d8 (qgis): Add missing override
2015-11-03
- 11:58 PM Revision f8256dbb (qgis): debian: add build dependency to qsci sip files
- 08:56 PM Revision 2ac59332 (qgis): Fix data defined overrides for sub symbols in line and marker fill
- are not being applied (fix #13707)
- 08:17 PM Revision 60c591d3 (qgis): Merge pull request #2416 from elpaso/bugfix-13747
- Fixes #13747
- 07:12 PM Revision 37e94433 (qgis): Merge pull request #2415 from kalxas/master
- add national geodata.gov.gr CSW (rename)
- 07:10 PM Revision 7a789d3b (qgis): Fixes #13747
- 07:09 PM Revision 547d1e39 (qgis): add national geodata.gov.gr CSW (rename)
- 06:34 PM Revision 5addc0ca (qgis): add national geodata.gov.gr CSW
- 11:45 AM Revision 4226aba5 (qgis): Merge pull request #2189 from mhugo/legend_filter
- Add more options for filtering legend elements
- 10:39 AM Revision d16cdcf4 (qgis): Add more options for filtering legend elements
- This introduces two new options to filter legend elements:
- filter by expression: a boolean expression can be set. O... - 10:30 AM Revision 16def06d (qgis): use QGIS icon for custom widgets
- 10:06 AM Revision 1b170f99 (qgis): set focus in code editor when showing expression builder
- 10:06 AM Revision 75e8bdc9 (qgis): add expression builder to custom widgets
- 01:30 AM Revision 1b435ed9 (qgis): [Py Console] Remove message on file change
2015-11-02
- 10:24 PM Revision a9e56706 (qgis): [QGIS-Server] Test: more ISO compatibility for WxS capabilities
- 07:42 PM Revision f3d9e752 (qgis): [GRASS] added (disabled) test for #13739
- 05:41 PM Revision 67d541c6 (qgis): [QGIS-Server] More ISO compatibility for WxS capabilities
- * Add ISO keyword for the service
* Default Fees is conditions unknown
* Default AccessConstraints is None
* Calculat... - 01:29 PM Revision 584c86d6 (qgis): Merge pull request #2403 from medspx/processing_get_scripts_proxy
- [Processing] Add proxy support for Get scripts and models (fixes #13412)
- 11:49 AM Revision 03eaafe6 (qgis): Fix build on 32-bits archs using LL for large constants
- 10:40 AM Revision c445ac1e (qgis): Fix expression get_feature function was not fetching feature's
- geometry
Fix #13695 - 10:13 AM Revision dddd0434 (qgis): Fix FilterExpression feature requests will ignore expression if
- using virtual fields or other complex filters
refs #13695 - 10:13 AM Revision 353c0db7 (qgis): Add test for filter expression on non provider fields
- 08:07 AM Revision 556d87a8 (qgis): Fix some clang warnings
- 08:07 AM Revision 4f750953 (qgis): Remove some unnecessary trailing ;
- (Gets rid of annoying squiggle warnings from Qt Creator!)
- 07:59 AM Revision c9680319 (qgis): Fix some reserved identifier macro names
- 07:55 AM Revision b7e1cae4 (qgis): Switch double quoted single character to single quotes for some
- QString methods
Using single quotes is a significant performance boost. Rough
benchmarks indicate the QString single...
2015-11-01
- 12:31 AM Revision 6ee80012 (qgis): 'fix' PyQgsRulebasedRenderer test (followup 08185c9a)
- (cherry picked from commit d9c8e73fa260c13f61fbca1915ac412459dcc011)
- 09:48 PM Revision 4342d665 (qgis): layer group node: copy properties of mutually exclusive groups (fixes #...
- (cherry picked from commit d3ee16ffd1531d22d42692e5ef253f5db8eb961f)
- 09:47 PM Revision fa47c963 (qgis): postgres provider: quote compound key columns in uri (fixes #13710)
- (cherry picked from commit daa6510970e9afbc4d41d28e0c94b4f238eb372d)
- 09:20 PM Revision c38e4592 (qgis): [GRASS] fixed new line attributes lost, fixes #13726
- (cherry picked from commit 0ceeb512fb486ebf6f1006b39cbea428fc524057)
- 09:20 PM Revision 6dcb134c (qgis): [GRASS] fixed test
- (cherry picked from commit 968e55cb110ce809447f43d40bc8c6a6d04dc052)
- 09:19 PM Revision 17399c06 (qgis): [GRASS] set proj/zone on imported rasters, fixes #13725
- (cherry picked from commit 24960da08a566b6c2e15b60c80cad637f800a3e3)
- 09:03 PM Revision c522bb15 (qgis): set digitized linestring/polygon features as valid
- 09:02 PM Revision 0ceeb512 (qgis): [GRASS] fixed new line attributes lost, fixes #13726
- 09:01 PM Revision 5f9611e3 (qgis): [GRASS] add test for #13726 (new line attributes lost)
- 08:24 PM Revision 968e55cb (qgis): [GRASS] fixed test
- 05:56 PM Revision 24960da0 (qgis): [GRASS] set proj/zone on imported rasters, fixes #13725
- 03:53 PM Revision daa65109 (qgis): postgres provider: quote compound key columns in uri (fixes #13710)
2015-10-31
- 07:25 PM Revision d3ee16ff (qgis): layer group node: copy properties of mutually exclusive groups (fixes #...
- 06:58 AM Revision 2b17c228 (qgis): Add tests for get_feature expression function
2015-10-30
- 11:30 PM Revision f996c547 (qgis): indentation update
- 11:22 PM Revision 3a93ca62 (qgis): fix precise build
- 11:20 AM Revision 16e902b3 (qgis): [GRASS] coverity fixes
- 09:37 AM Revision ad3efc06 (qgis): wms: case insensitive check if url is WMTS
- 09:06 AM Revision 7019a8ce (qgis): fix windows build (followup 8993a4b)
2015-10-29
- 06:36 PM Revision 8993a4bc (qgis): increased transformBoundingBox() accuracy
- 06:36 PM Revision 1c224453 (qgis): fix raster projector src extent calculation, fixes #13665
- 03:21 PM Revision d9c8e73f (qgis): 'fix' PyQgsRulebasedRenderer test (followup 08185c9a)
- 02:25 PM Revision 80d0272b (qgis): update INSTALL to reflect dependency on GEOS 3.4 (GEOSNearestPoint_r)
- 12:30 PM Revision c0156fc4 (qgis): render polygons with outline using drawPath (fixes #13343)
- (cherry picked from commit 08185c9af47dcf113c0cb95faa858ec48e48dab2)
- 12:26 PM Revision 721856a3 (qgis): render polygons with outline using drawPath (fixes #13343)
- (cherry picked from commit 08185c9af47dcf113c0cb95faa858ec48e48dab2)
- 12:09 PM Revision 51fe6329 (qgis): When reprojecting a layer in geo coordinates onto a canvas with a
- projection that maps badly on it (ie. projecting the reprojected extent
back differs much from the input extent; eg. ... - 12:08 PM Revision 08185c9a (qgis): render polygons with outline using drawPath (fixes #13343)
- 09:36 AM Revision ecaadef7 (qgis): Added const and Q_FOREACH instead of plain foreach
- 08:36 AM Revision d24f40c9 (qgis): Added colorramps to the select by group export
- This completes the fix #11681
- 07:01 AM Revision bcb7e441 (qgis): When deleting nodes from the end of a linestring, select the
- final node following a delete rather than reverting to the first
node.
Improves workflow when deleting sequential no... - 07:01 AM Revision ba1de8b5 (qgis): Fix crash when deleting last node in a geometry (fix #13674)
2015-10-28
- 11:43 PM Revision 93facfd9 (qgis): Merge pull request #2407 from DelazJ/patch-2
- fix 'serch' typo, replace with 'search'
- 07:14 PM Revision 42e9dbeb (qgis): fix fetching of redirected wms capabilities (followup e95bf6d)
- (cherry picked from commit 6a4544fc4cf7b4d3952d6109682af29db39dde7d)
- 07:06 PM Revision 636b0f94 (qgis): fix 'serch' typo, replace with 'search'
- 06:22 PM Revision feab3ad8 (qgis): Merge pull request #2405 from elpaso/symbol-export-select-by-group
- Interactive selection by group of exported symbols
- 05:32 PM Revision 6a4544fc (qgis): fix fetching of redirected wms capabilities (followup e95bf6d)
- 05:31 PM Revision a141ffb3 (qgis): Interactive selection by group of exported symbols
- This fixes #11681
- 05:11 PM Revision 406db65f (qgis): fix instant crash in browser data items.
- Avoids passing references to potentially short living QStrings to threads
(followup 70bff3f) - 03:10 PM Revision 2bb0cf9f (qgis): Merge pull request #2398 from mdouchin/patch-1
- [processing] Debug ConcaveHull.py
- 03:06 PM Revision b339ad13 (qgis): Merge pull request #2399 from NaturalGIS/processing_fix_grass7_v_out_ogr
- fix processing GRASS 7 v.out.ogr
- 02:52 PM Revision c866dcce (qgis): [pyqgis-console] fixes #13693: fix default value in settings for the la...
- 02:08 PM Revision b931501e (qgis): Merge pull request #2400 from anitagraser/patch-10
- Update qgstipfactory.cpp
- 01:08 AM Revision 0799e09a (qgis): fix qgsauthmanager test on windows
2015-10-27
- 11:54 PM Revision fc49f8df (qgis): Add test for coverage of SIP bindings
- Not perfect, but good for a quick warning if a new class or member
has been added to the public API without Python bi... - 11:47 PM Revision 7842391e (qgis): Add some missing consts to operators
- 11:47 PM Revision fe221d54 (qgis): Don't return QStrings by reference, since they're implicitly shared
- anyway
- 11:42 PM Revision 3573372b (qgis): osgeo4w: fetch grass7 path from grass
- (cherry picked from commit f0930cacc1c3937745a5656b1aa31458aa05d026)
- 11:01 PM Revision f0930cac (qgis): osgeo4w: fetch grass7 path from grass
- 05:15 PM Revision 07632088 (qgis): fix translation string
- 04:20 PM Revision f2e527f0 (qgis): [Processing] Add proxy support for Get scripts and models (fixes #13412)
- 09:00 AM Revision fe6456f8 (qgis): fix windows build again (followup 3dcabfb and 70bff3f)
2015-10-26
- 12:06 AM Revision b505be2e (qgis): osgeo4w: include themes
- 11:48 PM Revision 3e8caa9a (qgis): osgeo4w: include themes
- 11:44 PM Revision e0867664 (qgis): Add myself to developer map (!)
- 10:15 PM Revision 37d9d23e (qgis): Merge pull request #2401 from volter/master
- Fix armv7hl build
- 08:36 PM Revision 7997c021 (qgis): Fix build
- 06:23 PM Revision 8b9623d7 (qgis): [BUGFIX][QGIS Server] Laye order from group in GetPrint
- Since QGIS 2.8, QGIS Server rendered layers form group in reverted order.
Conflicts:
src/server/qgswmsconfigparser.cpp - 06:03 PM Revision 87e6f34c (qgis): Fix armv7hl build
- 05:52 PM Revision de3d7eb9 (qgis): [BUGFIX][QGIS Server] Laye order from group in GetPrint
- Since QGIS 2.8, QGIS Server rendered layers form group in reverted order.
Conflicts:
src/server/qgswmsconfigparser.cpp - 05:46 PM Revision a0a44f2b (qgis): Fix critical regression in WFS provider (introduced with 5be0ee734fa233...
- 05:37 PM Revision 8347a4be (qgis): [BUGFIX][QGIS Server] Laye order from group in GetPrint
- Since QGIS 2.8, QGIS Server rendered layers form group in reverted order.
- 05:35 PM Revision da5e73ef (qgis): [BUGFIX][QGIS Server] Laye order from group in GetPrint
- Since QGIS 2.8, QGIS Server rendered layers form group in reverted order.
- 12:47 PM Revision ce5ed44d (qgis): Add some missing Q_OBJECT macros
- 12:46 PM Revision 9d4e995d (qgis): [FEATURE] Add geometry relation DE-9IM expression function
- 12:46 PM Revision f1633a17 (qgis): Change all signals to use const refs for non trivial objects
- 12:46 PM Revision 70bff3f6 (qgis): Finish flipping a lot of methods to take const references for
- non-trivial types
- 12:46 PM Revision f7f659be (qgis): Avoid some clazy detaching temporary warnings
- 12:35 PM Revision a18a0ada (qgis): Update qgstipfactory.cpp
- suggesting currently used names
- 10:29 AM Revision ad45f321 (qgis): Merge pull request #2394 from PedroVenancio
2015-10-25
- 06:08 PM Revision 77451f96 (qgis): fix processing GRASS 7 v.out.ogr
- 04:39 PM Revision 22aea320 (qgis): [GdalTools] minor changes to ui and code (follow 32be4756)
- 04:38 PM Revision 55b068fa (qgis): Merge branch 'clipper' of https://github.com/PedroVenancio/Quantum-GIS ...
- Conflicts:
python/plugins/processing/algs/gdal/ClipByMask.py - 01:17 PM Revision 946e5607 (qgis): update frechn translators
- Signed-off-by: Werner Macho <[email protected]>
- 12:29 PM Revision f443bb8c (qgis): Update ConcaveHull.py
- 12:17 PM Revision 99fcd625 (qgis): Update ConcaveHull.py
- Correct qgis:dissolve algorithm call
- 10:11 AM Revision 3d932376 (qgis): update doxygen links
2015-10-24
- 09:18 PM Revision 4f8a27dd (qgis): [Processing] add default extensions for outputs as setting
- Based on an idea and code by Evgeniy Nikulin
It includes some improvements to the settings sysmte - 09:18 PM Revision cbead0bc (qgis): [processing] fixed fileFilter method in OutputRaster
- 09:18 PM Revision 3ac5d0b0 (qgis): [processing] fixed SAGA version handling
- Conflicts:
python/plugins/processing/algs/saga/SagaAlgorithmProvider.py - 09:18 PM Revision 45508902 (qgis): added option to add hardcoded params to GRASS algorithms
- 09:18 PM Revision 5575d04a (qgis): [Processing] fixed handling of hardcoded params in SAGA
- 09:18 PM Revision dacba063 (qgis): [Processing] removed TARGET_TEMPLATE param from SAGA algs
- 09:18 PM Revision 6b8254c9 (qgis): [processing] fixed FixedTableDialog when there are 0 rows
- 09:18 PM Revision 5a4a5522 (qgis): [processing] correctly enable buttons in FixedTableDialog
- 03:42 PM Revision 4da1ce9e (qgis): Merge pull request #2341 from arnaud-morvan/processing_precisionmodel
- [Processing] Add precision parameter to by location algorithms
- 03:42 PM Revision 88d4605a (qgis): Merge pull request #2355 from om-henners/master
- [processing] Update OGR tools
- 03:38 PM Revision 1dd8e79b (qgis): Merge pull request #2389 from NaturalGIS/gdal_advanced
- Processing gdal translate and warp advanced parameters as such
- 03:37 PM Revision fd26acd2 (qgis): Merge pull request #2390 from NaturalGIS/processing_gdal_clip_raster
- Processing advanced parameters for gdal clip raster
- 03:36 PM Revision 07bd3ffe (qgis): Merge pull request #2391 from NaturalGIS/processing_gdal_rasterize_adva...
- processing add option for additional parameters for gdal rasterize
- 01:47 PM Revision cd0eb05d (qgis): [py3] Some compatibility fixes for python 3
- 12:41 PM Revision 8b11d43f (qgis): processing: make help widget proxy aware
2015-10-23
- 11:00 PM Revision a3f41975 (qgis): postgres provider: verify unique constraint it NOT NULL is not set on k...
- 07:19 PM Revision bfd29333 (qgis): fix phantom labels for (actually not) rendered feature (refs #13631)
- (cherry picked from commit d6f66e & b36cd1f)
- 06:26 PM Revision 82bac427 (qgis): adding french translators
- 05:51 PM Revision b36cd1f0 (qgis): better fix for phantom labels: consider rules out of visibility range a...
- 05:03 PM Revision 44590e9a (qgis): Merge pull request #2395 from medspx/dbmanager_oracle_timestamp
- DBManager: support timestamp values for Oracle
- 04:04 PM Revision d6f66ee4 (qgis): fix phantom labels for (actually not) rendered feature (refs #13631)
- 03:59 PM Revision b0f6e304 (qgis): [BUGFIX] Set default units to mm in GetStyles
- The default units in QgsMapRenderer is Millimeters. The default units in SLD
is Pixel but exportSld does not convert... - 03:57 PM Revision 972104c9 (qgis): [BUGFIX] Set default units to mm in GetStyles
- The default units in QgsMapRenderer is Millimeters. The default units in SLD
is Pixel but exportSld does not convert... - 03:55 PM Revision cd2751f0 (qgis): [BUGFIX] Set default units to mm in GetStyles
- The default units in QgsMapRenderer is Millimeters. The default units in SLD
is Pixel but exportSld does not convert... - 03:54 PM Revision f7ce8b94 (qgis): [BUGFIX] Set default units to mm in GetStyles
- The default units in QgsMapRenderer is Millimeters. The default units in SLD
is Pixel but exportSld does not convert... - 02:36 PM Revision 4408dfe4 (qgis): [BUGFIX] Set default units to mm in exportSld
- The default units in QgsMapRenderer is Millimeters. The default units in SLD
is Pixel but exportSld does not convert... - 02:32 PM Revision 4960ca6c (qgis): [BUGFIX] Set default units to mm in exportSld
- The default units in QgsMapRenderer is Millimeters. The default units in SLD
is Pixel but exportSld does not convert... - 02:31 PM Revision 4e61363e (qgis): [BUGFIX] Set default units to mm in exportSld
- The default units in QgsMapRenderer is Millimeters. The default units in SLD
is Pixel but exportSld does not convert... - 02:27 PM Revision 2e850537 (qgis): Only highlight feature of active attribute dialog
- Fix #13634
- 02:27 PM Revision b9b0865e (qgis): Automatically reload project templates when a new template is added
- 02:27 PM Revision 0f2dfdb1 (qgis): Reload data when subsetString changes.
- 02:23 PM Revision b54b1598 (qgis): [BUGFIX] Set default units to mm in exportSld
- The default units in QgsMapRenderer is Millimeters. The default units in SLD
is Pixel but exportSld does not convert... - 02:11 PM Revision 1a9aec4a (qgis): Bump version to 2.13
- 02:10 PM Revision cd9d6450 (qgis): Release of 2.12 (Lyon)
- 02:10 PM Revision c69f3398 (qgis): changelog update for 2.12
- 02:10 PM Revision 660af94d (qgis): translation update for 2.12 from transifex
- 02:04 PM Revision 0aa0b4c8 (qgis): DBManager: support timestamp values for Oracle
- 01:58 PM Revision c5cbd6d6 (qgis): Partial fix for #13143; fix Mac exports for composer with HTML labels
- - Does not work with Print dialogs (still non functional)
- 11:28 AM Revision d8303a76 (qgis): pass through default values when merging features (followup 099a40b, re...
- 10:26 AM Revision 220affbf (qgis): Fix #11399; fix up Mac OS X 10.10+ dropped file URLs
- 09:44 AM Revision 70687729 (qgis): [pyqgis-console] APIs file update
- 09:25 AM Revision dfb476a5 (qgis): [auth] Fix #13568; disable auth system after 5 wrong password attempts
- 08:29 AM Revision b65b5959 (qgis): make python error handling translatable
- 08:10 AM Revision e5ad57b7 (qgis): Notes about new labeling API not being public yet in 2.12
- 08:03 AM Revision d56dcdb0 (qgis): Fix composer scale bar when crs units are non-meters and OTF is off (fi...
- 03:38 AM Revision 68f11d45 (qgis): Merge pull request #2393 from PedroVenancio/grass7_plugin
- Include v.to.3d in QGIS-GRASS in three different modules: v.to.3d.fix…
- 02:24 AM Revision 5057f761 (qgis): Adds the -crop_to_cutline parameter as optional to fix the gdalwarp dev...
2015-10-22
- 01:36 AM Revision 18df0037 (qgis): Use front window to show python error if there is message bar
- 01:35 AM Revision b33ab1af (qgis): Include v.to.3d in QGIS-GRASS in three different modules: v.to.3d.fixed...
- 12:52 AM Revision c7eef14d (qgis): Remove default QGIS rocks text
- 11:16 PM Revision 76ba8418 (qgis): update debian changelog
- 11:16 PM Revision 7102c522 (qgis): Drop menu files in favor of desktop files.
- The menu files are no longer required for the Debian packages since
[CTTE #741573 Debian Menu System](https://lists.d... - 11:16 PM Revision b730fa0c (qgis): Fix desktop-file-valide issues.
- The desktop-file-valide utility reported the following issues:
```
debian/qbrowser.desktop: hint: value "Qt;Education... - 11:16 PM Revision fd6bec43 (qgis): Also install MIME type icon in hicolor theme.
- Additionally the Shared MIME-info configuration is updated to reference the icon by name (without extension) like the...
- 11:04 PM Revision dc6c12b6 (qgis): [composer] Fix scalebar widgets not updated when changing units (fix #1...
- 11:04 PM Revision 0886e980 (qgis): Standardise naming of border/outline in symbol GUI
- Now for markers it's always "outline", and for fills it's
always "border" - 11:04 PM Revision 71d88a75 (qgis): [composer] Fix wording of scalebar widget controls (fix #12063)
- Also add some tooltips to clarify meaning of various controls
- 09:56 PM Revision bf64f8d0 (qgis): spelling fixes and indentation update
- 09:28 PM Revision 339fd756 (qgis): DBManager: merge PR2342 by medspx (fix #13650)
- 09:17 PM Revision 9419a445 (qgis): DBManager: revert commit 87675f8ab
- Maybe I was drunk...
- 07:27 PM Revision 87657f8a (qgis): DBManager: fix #13650
- 07:23 PM Revision 2a57b170 (qgis): DBManager: avoid loading a query as layer with missing fields (fix #110...
- restore combo style and label when multiple unique fields for view are not supported (follow 8e45da9d7e)
- 07:21 PM Revision ef8f3d38 (qgis): Merge pull request #2382 from SebDieBln/MultiColumnPK_DbManagerQuery
- [DB_Manager] allows to specify multiple columns as the primary for a query to PostGIS (follow a4124da)
- 04:52 PM Revision 54e2a511 (qgis): [GRASS] hide db driver window on Windows
- 04:50 PM Revision f5b0dbe9 (qgis): [processing] allow translating algorithm dialog title
- fixes #13652
- 02:25 PM Revision e8cb8c1a (qgis): [GRASS] disable multiple vector editing on Linux/Mac
- 11:31 AM Revision ae90d8ee (qgis): [BUGFIX][QGIS Server] Clean Headers
- With https://github.com/3liz/qgis-wfsOutputExtension, I found that QGIS Server
Headers are not always well formed. A... - 11:26 AM Revision f6723440 (qgis): [BUGFIX][QGIS Server] Clean Headers
- With https://github.com/3liz/qgis-wfsOutputExtension, I found that QGIS Server
Headers are not always well formed. A... - 11:07 AM Revision c0919e0a (qgis): processing add option for additional parameters for gdal rasterize
- 11:01 AM Revision ca704913 (qgis): [GRASS] try to get off_t from Make/platform.h
- 10:57 AM Revision ebd51b2c (qgis): remove repeated parameter
- 10:48 AM Revision 83d99b16 (qgis): Processing advanced parameters for gdal clip raster
- 10:37 AM Revision 03333c85 (qgis): Processing gdal translate and warp advanced parameters as such
- 10:32 AM Revision f7f8d7e4 (qgis): Restore "Add result to canvas" option as default
- fixes #13647
- 10:32 AM Revision 457c76d9 (qgis): [sip] QgsMapCanvasSnappingUtils
- 10:32 AM Revision ef2528bf (qgis): Allow usage of QgsMapToolAdvancedDigitizing from python code
- 08:02 AM Revision 7b9bcffb (qgis): [composer] prevent application freeze upon opening composer due to qt/c...
- Credit to nirvn
- 07:20 AM Revision 87e11cb2 (qgis): Fix a crash in filtered legends
- 07:20 AM Revision b4b70170 (qgis): Add tooltips to advanced digitizing dock
- 02:37 AM Revision 307b1b92 (qgis): [pal] Fix regression in placement for free/horizontal polygon labels
2015-10-21
- 01:14 AM Revision 05599397 (qgis): partly revert 3e0badc (fixes #13645 and #13646)
- 09:45 PM Revision ea0ce4ec (qgis): rule based renderer: keep skip else rule if an inactive rule matches, b...
- 08:36 PM Revision 29b061c0 (qgis): [GRASS] prevent changing attributes of different layer
- 08:02 PM Revision 86505e0f (qgis): [GRASS] more edit tests
- 01:45 PM Revision 1a4e8c95 (qgis): Fix doxygen warning
- 12:38 PM Revision 8286b1fe (qgis): Really fix adding parts to null geometry (fix #12885)
- 12:10 PM Revision 2d069c66 (qgis): Fix leak in labeling
- 12:10 PM Revision f5a72c6b (qgis): Fix a LOT of leaks relating to geometry and GEOS operations
- 10:55 AM Revision a460e47e (qgis): Merge pull request #2322 from mhugo/fix_tin
- Postgres provider: allow to load layers with polyhedral surfaces or TINs
- 09:41 AM Revision c7aeb774 (qgis): PostGIS: Allow to load TIN, PS and Triangle layers
- The postgres provider is modified so that layers with
TIN, PolyhedralSurface and Triangle geometries can be loaded.
G...
2015-10-20
- 11:08 PM Revision 55babc3e (qgis): postgres provider: support NULL in composite keys (fixes #13641)
- 11:07 PM Revision a8765a3a (qgis): avoid duplicate qgisstyle run
- 07:28 PM Revision 603c2767 (qgis): Merge pull request #2372 from om-henners/ogrsql_fix
- Fix ogrsql path quoting
- 06:54 PM Revision 898a7384 (qgis): [GRASS] cmake add check if version.h exists
- 06:27 PM Revision d2564bbe (qgis): [GRASS] editing fix
- 06:22 PM Revision f5a93ef9 (qgis): [GRASS] fixed multilayer editing
- 05:34 PM Revision b99ef2c0 (qgis): Merge pull request #2386 from arnaud-morvan/processing-fix-importfromproj4
- Fix string type errors in processing algorithms
- 05:19 PM Revision 3bc11b19 (qgis): Revert crs.ImportFromProj4(unicode(...)) to crs.ImportFromProj4(str(...))
- 04:42 PM Revision c45fc090 (qgis): Do not index geometryless layers for snapping
- With a lot of geometryless layers in a project reindexing on every mousemove
makes the UI unresponsive and brings up ... - 04:42 PM Revision 148e8082 (qgis): Fix snapping may never be indexed
- 02:42 PM Revision 441f6f8c (qgis): postgres provider: allow detection of empty views (fixes #13638)
- 02:27 PM Revision b20d3166 (qgis): changed to descriptive name
- as suggested in https://hub.qgis.org/issues/9868
- 12:07 PM Revision f7051547 (qgis): Merge pull request #2384 from bstroebl/undoChangesInDissolve
- [PROCESSING] Undo recent changes to Dissolve
- 11:36 AM Revision 1969e09b (qgis): Also avoid detaching QgsFields and QgsAttributes where possible
- 11:36 AM Revision 9a94132f (qgis): Clazy issues:
- - use at() instead of [] for temporary containers (at() returns
const reference, so it avoids the detach which occurs... - 11:36 AM Revision 099a40bd (qgis): Fix merge attributes/features tool resets values to null for int fields
- Also add a warning if merged attribute value is not compatible with
field type.
Fix #12842 - 11:36 AM Revision 1c76b93d (qgis): Fix storing string representations of doubles in an int field
- results in NULL rather than converting value to int
- 11:22 AM Revision cac62018 (qgis): Fix crash with measure tool. Funded by Sourcepole QGIS Enterprise
- 11:19 AM Revision 07fae8fe (qgis): [GRASS] fixed overwrite existing output
- 10:36 AM Revision 2d159f30 (qgis): [GRASS] 261df82 followup
- 10:32 AM Revision 261df826 (qgis): [GRASS] disable drop to mapsets not owned
- 09:23 AM Revision 64bf3a80 (qgis): [PROCESSING] Undo recent changes to Dissolve
- 09:18 AM Revision 295d64bc (qgis): [GRASS] fixed 3d editing
- 08:53 AM Revision 08527afa (qgis): [GRASS] fixed new feature attributes update
- 08:07 AM Revision f2c75226 (qgis): [processing] added descriptions for SAGA 2.2.2
- This does not fix the issue with 2.2.2, but will allow fixing alg syntaxes
2015-10-19
- 11:54 PM Revision 4cdf05f9 (qgis): fix typo
- 10:12 PM Revision 4aba0f4b (qgis): Adding some translators
- Signed-off-by: Werner Macho <[email protected]>
- 07:39 PM Revision bcf10f9a (qgis): [GRASS] fixed shell on windows
- 07:14 PM Revision 1582f6a2 (qgis): [GRASS] fixed output map freeze in canvas on windows
- 05:47 PM Revision 11328676 (qgis): Make cadDockWidget available in python
- Followup efcbbfd
- 05:06 PM Revision 330d0244 (qgis): [GRASS] no icon module fix
- 04:57 PM Revision 75c7bfe0 (qgis): [GRASS] raster identify: do not start info module until it is used
- 04:41 PM Revision 483f3ee6 (qgis): [GRASS] fixed running modules in mapsets not owned by user
- 12:02 PM Revision 6261a38e (qgis): [GRASS] fixed split feature
- 08:37 AM Revision 2aa2040e (qgis): Fix QgsStatisticalSummary sometimes returning 0 for StDevSample stat
- 08:36 AM Revision 23dd5016 (qgis): Add skip all option to merge attributes dialog (fix #6958)
- 08:36 AM Revision 0bda18b6 (qgis): Fix merge attributes tool sets skipped attributes to null (fix #13231)
- 08:36 AM Revision 46f07308 (qgis): Mark system includes as such in CMakeLists
- Avoids compiler warnings from linked system headers
- 08:36 AM Revision 9319176a (qgis): More clazy recommended optimisations:
- - Use constFind instead of find where applicable
- Use midRef instead of mid
- const ref when using Q_FOREACH
- forea...
2015-10-18
- 12:40 AM Revision b5261619 (qgis): [auth] Migrate more manager unit tests; add test html reporter
- 12:40 AM Revision 4d44a96d (qgis): [auth] Start full migration of Py unit tests to C++
- 09:09 PM Revision 8337dc5c (qgis): [vertex editor] remove unused code
- 09:09 PM Revision a94a788d (qgis): [symbol selector dialog] avoid QCoreApplication::postEvent: Unexpected ...
- 06:10 PM Revision 8e45da9d (qgis): db_manager allows multiple column primary keys only for PostGIS queries...
- 04:51 PM Revision cee63c84 (qgis): vector file writer: defer destroying spatial reference (fixes #10515)
- 02:38 PM Revision 6426be34 (qgis): [GRASS] fixed cmake build with G7 without G6
- 02:22 PM Revision e37ae8ba (qgis): [GRASS] cmake fix
- 01:58 PM Revision 974e60c3 (qgis): Merge branch 'master' into MultiColumnPK_DbManagerQuery
- 01:09 PM Revision c373d7bc (qgis): heatmap plugin: fix labeling s/metre/layer units/ (fixes #11276)
- 12:58 PM Revision 6bd96b28 (qgis): [GRASS] temporal modules input
- 12:03 PM Revision 5f1bb6cf (qgis): Geometry fixes:
- - when creating geometry from WKT, upgrade dimensionality of geometry
if coordinates are 3/4 dimensional
- match dime... - 11:09 AM Revision 63cea763 (qgis): Merge pull request #2374 from slarosa/editor_widget_take_2
- Attribute table filter: follow up #2316 and 5ac5217
Fix #13486 Don't hide search widget in attribute table when typi...
2015-10-17
- 12:27 AM Revision cc9c7897 (qgis): avoid on duplicate user functions (fixes #13579)
- 11:20 PM Revision 6496bc49 (qgis): fix grass <7.1 build
- 11:20 PM Revision ab943f8b (qgis): the test for uniqueness now also works for multiple columns
- 11:20 PM Revision a7219490 (qgis): Moved the code to determine the primary key for a view using the URI ke...
- 11:20 PM Revision a4124da2 (qgis): When loading a query as a postgis layer the primary key may now also sp...
- 10:03 PM Revision 3e0badcb (qgis): Fix sip conversion from QgsFields to QList<QgsField> (fixes #9208)
- 04:43 PM Revision d8deb8c0 (qgis): Db_Manager keeps the selected columns for primary key and geometry when...
- 04:16 PM Revision 96867359 (qgis): feature request: set filter to filterrect if it's unset (fixes #13463)
- 04:15 PM Revision 724a5bda (qgis): Db_Manager now allows to select multiple columnns as the primary key fo...
- 12:31 PM Revision 60efb82e (qgis): [GRASS] get off_t size
- 06:40 AM Revision 8c5f3f88 (qgis): [geometry] Fix calculation of length/perimeter for collections
- Split length from perimeter calculation in geometry API, as
returning perimeter for length for polygons is misleading... - 06:02 AM Revision 785d9952 (qgis): Add a bunch of geometry unit tests against reference geometries
- (inc geometry count, node count, ring count, area, centroid,
x/y min/max)
TODO:
- invesigate whether Z/M is required... - 06:02 AM Revision fab5a32d (qgis): Fix geometry casting in python bindings (missing MultiLineString and
- GeometryCollection casts)
- 02:19 AM Revision 20283a4d (qgis): Unified the way the column comboboxes are filled when executing the que...
2015-10-16
- 12:35 AM Revision 35c3ad71 (qgis): When loading a query as a postgis layer the primary key may now also sp...
- 12:28 AM Revision 86ab6c25 (qgis): Moved the code to determine the primary key for a view using the URI ke...
- 12:15 AM Revision 24b18bc4 (qgis): Call qDeleteAll on containers themselves, rather than using
- qDeleteAll( container.values() ). The values() call isn't
needed and requires building a QList of values first.
Than... - 07:33 PM Revision 6a1f1fdf (qgis): [GRASS] fixed input region check
- 07:14 PM Revision b2ca9d51 (qgis): [GRASS] fixed crash when edit renderer is set manually
- 07:01 PM Revision f810573e (qgis): [GRASS] update table after new feature cat was set
- 06:35 PM Revision 15af9874 (qgis): [GRASS] add edit renderer when plugin is inited
- 05:27 PM Revision 3c85c7ec (qgis): [GRASS] distinguish symbol for left/right broken boundary
- 04:44 PM Revision 7f731ae3 (qgis): fix legendLayerZoomNative to use diagonal of source raster pixel
- to match the use of the diagonal of mapCanvas pixel.
Also fix spelling in a comment.
(fixes #3609) - 02:42 PM Revision 872d5b3a (qgis): [auth] Move pass file support to manager class; for both server/app
- - Ensure pass file env var is skipped by application and later stripped
- 02:00 PM Revision 545a90de (qgis): [processing] fixed scrolling to anchor in help pages
- fixes #13506
- 01:39 PM Revision 51a692dc (qgis): [GRASS] disable view output if output was not entered
- 01:26 PM Revision 5e441ac6 (qgis): coverity fixes
- 01:12 PM Revision f7550b35 (qgis): Add some more basic area and length unit test cases
- 12:48 PM Revision 0151227b (qgis): Allow shortcut calculation of perimeter when no ellipsoid set
- 12:38 PM Revision 2e1d2d18 (qgis): Fix calculation of area/length of mixed geometry collections
- 12:36 PM Revision 725f9738 (qgis): Fix various Coverity errors (inc mem leaks)
- 08:46 AM Revision 772ab8e2 (qgis): Update test mask images
- 08:46 AM Revision 55c27ce7 (qgis): Add some extra unit tests for geometry:
- - Add some tests for conversion to/from WKT, using a bulk lot of testsdata
from PostGIS
- Add some tests for area/len... - 08:16 AM Revision 7f325d50 (qgis): Merge pull request #2377 from nirvn/toolbar_icon_improvements
- improve and vectorize several edit toolbar icons
- 04:32 AM Revision f3a45cd4 (qgis): improve and vectorize several edit toolbar icons
2015-10-15
- 10:48 PM Revision 34dc3143 (qgis): Fix exporting geometry collections to WKT
- Child types were incorrectly being dropped when the collection
consisted of mixed geometry types (eg line & polygon) ... - 06:29 PM Revision d70a0adc (qgis): Merge pull request #2375 from NaturalGIS/saga_flow_accu
- Fix SAGA 2.2.0 flow accumulation modules
- 06:23 PM Revision d19165b7 (qgis): [server] Fix #13291; reinstate default project read in fcgi directory
- - Ensure no reassignment of mConfigFilePath by MAP parameter or from
QGIS_PROJECT_FILE env var - 06:19 PM Revision ec3fb23a (qgis): fix saga 2.2.0 flow accumulaiton modules (ex catchment areas). Files ad...
- 06:19 PM Revision 2bf1e687 (qgis): fix saga 2.2.0 flow accumulaiton modules (ex catchment areas)
- 04:23 PM Revision f205acf2 (qgis): Fix geometry icons in postgres dialog for new wkb types
- 02:48 PM Revision c7e732b2 (qgis): [widget editor][fix #13486] follow up #2316 and 5ac5217
- 12:44 PM Revision 0ded8553 (qgis): [GRASS] show init error in tools title
- 11:58 AM Revision c358aea0 (qgis): [GRASS] create new cat on attribute change if it does not exist
- 11:28 AM Revision afdf4e1a (qgis): [GRASS] use text type with sqlite
- 10:30 AM Revision fb76501f (qgis): [GRASS] minor fixes
- 09:15 AM Revision 81dc11a9 (qgis): Fix numerical problems in circular string rendering
- 08:51 AM Revision 5654eeca (qgis): Fix area calculation when OTF active and no ellipsoid (fix #13601)
- 08:51 AM Revision 5ed3d1b7 (qgis): Use QString::arg multi argument method to avoid extra heap allocations
2015-10-14
- 12:32 AM Revision 48aeb8c0 (qgis): Fix ogrsql path quoting
- Fix the ogrsql path quoting which left the extra quotes around the input layer path
Signed-off-by: Henry Walshaw <he... - 10:21 PM Revision f50e1a75 (qgis): Fix broken apply button in label config dialog (fix #13543)
- 06:58 PM Revision fdbdd783 (qgis): [GRASS] fixed crash in editing caused by different off_t size
- 04:35 PM Revision c2692f1f (qgis): [GRASS] fixed qgis.d.rast binary mode on windows
- 04:25 PM Revision b8df5245 (qgis): fixed win build
- 01:24 PM Revision 2f9db5ad (qgis): [processing] fixed handling output html files in grass 7
- 01:16 PM Revision 68ebd4bc (qgis): [GRASS] re-enabled module output layer freeze in canvas
- 01:14 PM Revision 70bc9574 (qgis): [processing] do not assume singleton Processing when defining temp folder
- fixes #13588
- 01:14 PM Revision 5ca55667 (qgis): [processing] do not write CRS file if output is not a layer
- fixes #13590
- 11:47 AM Revision e92e9106 (qgis): Also show features with modified geometry when "show edited and new
- features" filter is active in attribute dialog (fix #11684)
- 10:29 AM Revision 9fe1b655 (qgis): [GRASS] keep layer specific suppress form mode
- 10:09 AM Revision d896c013 (qgis): [GRASS] prepared off_t fix on windows
- 07:19 AM Revision c4185264 (qgis): Merge pull request #2369 from neteler/patch-73
- Update to GRASS GIS 7.0.x
- 07:17 AM Revision 52c50673 (qgis): Merge pull request #2370 from neteler/patch-72
- Update to GRASS GIS 7.0.x
2015-10-13
- 12:03 AM Revision 24b6e638 (qgis): vector layer: update geometries first before feature id might change (f...
- 11:39 PM Revision 957d8269 (qgis): When adding ring to a geometry, add z or m dimensions to the
- ring geometry if required (fix #7400, #7401)
- 11:39 PM Revision 66537964 (qgis): Add method to QgsWKBTypes to add z/m dimension to a wkb type
- Also add some unit tests for QgsWKBTypes
- 11:39 PM Revision a333fc82 (qgis): Add method to geometries for adding z/m dimension, initialized
- to a specified value
- 10:54 PM Revision e225385a (qgis): indentation update
- 10:54 PM Revision 53c507d3 (qgis): db manager: add credentials to postgis rasters (fixes #13594)
- 10:12 PM Revision cfdf5cf6 (qgis): Update to GRASS GIS 7.0.x
- 10:12 PM Revision 47565a94 (qgis): Update to GRASS GIS 7.0.x
- 08:59 PM Revision 0c0293e9 (qgis): [GRASS] update fields on field add/delete
- 08:03 PM Revision c3839b3a (qgis): [processing] fixed getMinCoveringExtent when there are multiple input p...
- 07:59 PM Revision c87646a9 (qgis): [processing] fixed modeler calcualtor when opening dialog for the first...
- fixes #13587
- 07:59 PM Revision ca27277b (qgis): [processing] do not set an upper limit for points in random points layer
- fixes #13483
- 07:42 PM Revision 011109a2 (qgis): [BUGFIX][QGIS Server] Add layer coordinate transforms before setting de...
- If the layer_coordinate_transform_info child of mapcanvas has not been well
saved, the destinationCrs is not well ap... - 07:40 PM Revision 25aca80e (qgis): [BUGFIX][QGIS Server] Add layer coordinate transforms before setting de...
- If the layer_coordinate_transform_info child of mapcanvas has not been well
saved, the destinationCrs is not well ap... - 07:38 PM Revision 36ebf1c5 (qgis): [BUGFIX][QGIS Server] Add layer coordinate transforms before setting de...
- If the layer_coordinate_transform_info child of mapcanvas has not been well
saved, the destinationCrs is not well ap... - 06:50 PM Revision 3d1c7148 (qgis): Update CatchmentArea(Parallel).txt
- Fixes https://hub.qgis.org/issues/13588 (but probably there are others)
- 06:06 PM Revision 499faca8 (qgis): [GRASS] add first/last vertex marker to editing renderer
- 04:57 PM Revision ccdb7023 (qgis): Update ShapestoGrid.txt
- Fixes #13585
- 01:44 PM Revision f60ca599 (qgis): Fix overview canvas background color not set (fix #11157)
- 01:36 PM Revision 20217366 (qgis): revert 3daa57f and f51d1fb (followup ff43a5d)
- 01:30 PM Revision 9cd5eed9 (qgis): Update Grid.py
- Fixes a broken module. Possibly more broken ones around.
- 12:59 PM Revision 4e5125b9 (qgis): Merge pull request #2337 from stevenmizuno/fix_3400
- set selection color from project file
- 12:53 PM Revision 9556a760 (qgis): [GRASS] edit test fixed for GRASS 6
- 12:53 PM Revision 4bd6cf15 (qgis): [GRASS] editing test
- 12:47 PM Revision 7b9148a5 (qgis): Merge pull request #2368 from nirvn/welcome_page_fix_resize
- [welcome page] fix recent project list not resizing on window / docked panel size change
- 12:11 PM Revision ff43a5dc (qgis): Merge pull request #2367 from manisandro/qgsround
- Introduce qgsRound since std::round is available only in C++11 onwards
- 09:22 AM Revision 2ddc0716 (qgis): More qgsRound tests
- 09:20 AM Revision 3daa57f8 (qgis): fix f51d1fb
- 08:42 AM Revision f51d1fb4 (qgis): fix precise build
- 07:59 AM Revision 0f9a08e6 (qgis): Allow delete part tool to remove geometry from single type point
- and line layers (fix #13258)
- 07:59 AM Revision 45d6c046 (qgis): Remove .sortinc files in remove_temporary_files script
- 07:59 AM Revision ad10b526 (qgis): Fix using add part tool to add part to geometryless rows
- (fix #12885, #11319)
Also fix some potential crashes with edit tools and null geometry - 07:59 AM Revision 5de94447 (qgis): Fix split parts tool only leaves one of the newly created parts (fix #1...
- 07:59 AM Revision 6f860d0b (qgis): Allow adding features with empty geometry via attribute table
- 07:40 AM Revision 537d1959 (qgis): [welcome page] add a minmium width to the recent project list
- 07:26 AM Revision 06a41ef7 (qgis): [welcome page] fix recent project list not resizing
2015-10-12
- 11:58 PM Revision a9baeb11 (qgis): Add some qgsRound tests
- 11:09 PM Revision 468012a2 (qgis): Introduce qgsRound since std::round is available only in C++11 onwards
- 09:39 PM Revision e193c7c9 (qgis): debian packaging update (revert GEOS C++ dependency)
- 08:52 PM Revision 43c046b2 (qgis): fix core api header
- 08:52 PM Revision 1be64a5e (qgis): fix windows build
- 05:45 PM Revision 482420cf (qgis): [auth] Add some more debug output
- - Need to migrate many auth debug to QgsDebugMsgLevel with higher level
- 05:45 PM Revision 0164b09d (qgis): [auth] Fix #13550; add auth support to Server; read master password file
- 01:30 PM Revision 5f82f1b1 (qgis): Merge pull request #2365 from manisandro/geom_checker_fixes
- Geometry checker fixes
- 01:23 PM Revision c1028efe (qgis): [Geometry checker] Make self intersection fix create a multilinestring ...
- 01:23 PM Revision 01a7674f (qgis): [Geometry checker] Fix memory corruption due to QgsGeometry deleting th...
- 01:23 PM Revision fdc85bab (qgis): [Geometry checker] Make self intersection fix create a linear polygon i...
- 01:13 PM Revision de8b045b (qgis): Fix crash when changing symbol types on windows
- 12:57 PM Revision ec9fd86d (qgis): Add missing mask from previous commit
- 12:56 PM Revision b93f2eac (qgis): Follow up c7b9fa, fix failing tests
- Looks like there's a label in the test which is placed right on the
boundary of the map, so the geos changes in c7b9f... - 12:56 PM Revision f9559003 (qgis): Really fix #13545
- I'm not sure what sip voodoo is preventing the bindings from
calling methods in the base class, so for QGIS <3.0 I've... - 12:01 PM Revision ae853766 (qgis): Fix refining rule based renderer using expression (fix #10815)
- 10:50 AM Revision c7b9fa64 (qgis): Merge pull request #2353 from manisandro/geos_snap
- Replace GEOS C++ dependency with hand-rolled snap-to-grid implementation
- 10:04 AM Revision 4d351756 (qgis): [ui] save geometry dialog for the symbol selector dialog
- 09:57 AM Revision 6f5f672a (qgis): [GRASS] hide save layer edits action
- 09:44 AM Revision 1e958d25 (qgis): Merge pull request #2364 from arnaud-morvan/processing-fix-field-calcul...
- [Processing] fixup! Include parameterselection dropdown contents in processing translation
- 09:38 AM Revision 160f172b (qgis): Flip some QStrings to QLatin1String where they may be faster
- 09:38 AM Revision 52f0b5b6 (qgis): Bump acceptable doc coverage
- 09:38 AM Revision 1aefa17f (qgis): Update TestQgsLabelingEngineV2 to use render checker, reenable on Travis
- 09:30 AM Revision 7e2ffd46 (qgis): fixup! Include parameterselection dropdown contents in processing trans...
2015-10-11
- 12:14 AM Revision ecbd691c (qgis): Followup 8e2b791, add unit test
- 11:48 PM Revision 15af5a11 (qgis): attribute editing: don't allow editing without ChangeAttributeValues ca...
- 11:40 PM Revision 84dade97 (qgis): Fix potential crash in vector gradient dialog info button
- Note that this doesn't seem to be actually utilised by any
of the preinstalled gradients, but if users have created
a... - 10:49 PM Revision f9231df1 (qgis): Followup a721752, also fix svg marker fill cannot be used with
- categorised or graduated renderers
- 10:49 PM Revision 06c2190e (qgis): Remove default outline-width param from included SVGs if
- default value is non 0
using the monstrosity:
zerowidth='!0'; grep -R -rl -P "\"param\(outline-width\) (?${zerowidth... - 10:49 PM Revision be6faef0 (qgis): Remove default outline param from included SVG files if default is #000
- using:
grep -R -rl \"param\(outline\)[[:space:]]*#000\" | xargs sed -i -b 's/\(param(outline)\)\s*#000"/\1\"/g'
(ref... - 10:49 PM Revision 66e6f399 (qgis): Remove default fill param from included SVG files if default is #FFF
- using:
grep -R -rl \"param\(fill\)[[:space:]]*#FFF\" | xargs sed -i -b 's/\(param(fill)\)\s*#FFF"/\1\"/g'
(refs #10908) - 10:42 PM Revision 8e2b7910 (qgis): 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 h... - 09:53 PM Revision d277dd67 (qgis): clear cached wkb after reshape (fixes #13052)
- 02:00 PM Revision a784d6bc (qgis): If svg files with params do not have a default value set, then don't
- reset the fill/border color and border width when changing svg
marker/svg fill SVG files
This change makes the behav... - 01:13 PM Revision 1bd2a69f (qgis): Fix svg marker colors not correctly restored from project
- 12:55 PM Revision 3aa6c4f0 (qgis): Fix fill and outline color for svg markers sometimes enabled
- when SVG file does not support parameters
- 07:36 AM Revision 9287ee7d (qgis): [console] Move run button earlier in console editor toolbar
- Otherwise on small screens the run button is hidden away in the
overflow menu, which isn't ideal given its importance
2015-10-10
- 10:25 PM Revision cf0fe9a9 (qgis): fix warnings
- 10:01 PM Revision b65d9622 (qgis): also fix #10747 for 2.5D points
- 02:14 PM Revision beb4ffc1 (qgis): Followup 80ccb39, also disable test on OSX
- 02:13 PM Revision 11be4447 (qgis): Fix curved labels ignore line orientation placement flag (fix #5778)
- 02:02 PM Revision 5f2d98ca (qgis): Merge pull request #2361 from m-kuhn/fix13549
- Cleanup symbol definition widgets when switching between symbol layers
- 02:01 PM Revision b82c146c (qgis): Cleanup symbol definition widgets when switching between symbol layers
- Fix #13549
- 01:07 PM Revision 80ccb39a (qgis): More test mask updates. Also disable qgis_labelingenginev2 on Travis
- qgis_labelingenginev2 needs to be refactored to use QgsRenderChecker.
Directly comparing the two images is too fragil... - 12:26 PM Revision 71498c7c (qgis): Fix uninitialized variables in advanced digitizing dock which meant
- that sometimes advanced digitising tools would be activated
unexpectedly.
(Coverity... I'm disappointed. Stop slacki... - 12:26 PM Revision 0da93061 (qgis): Fix snapping options dialog not correctly initialised when loading proj...
- 12:26 PM Revision b69e076a (qgis): Fix some leaks
- 12:21 PM Revision 4eb53d36 (qgis): Update test mask images
- 11:27 AM Revision 16f700a5 (qgis): Fix svg outline widths are incorrectly scaled (fix #11522)
- SVG outline width sizes were not correctly calculated, and were
set to a constant value regardless of the rendered si... - 06:26 AM Revision a721752c (qgis): Allow coloring of svg markers when used with graduated/categorised rend...
- 06:14 AM Revision ab70ec99 (qgis): Scale svg marker outline width to match context
- This is a partial fix for #11522, in that it fixes map unit scaling
for outline width. The width is still too small a... - 06:13 AM Revision d8cd15eb (qgis): Fix broken data defined SVG marker outline width (fix #13423)
- 04:25 AM Revision d72587f4 (qgis): Fix Coverity issues:
- - uninitialized members
- memory leaks
2015-10-09
- 12:42 AM Revision 9f67f4cd (qgis): DBManager: add table/layer to canvas double clicking on it
- 05:26 PM Revision ae1250b1 (qgis): fix build with grass7 on windows
- 04:18 PM Revision 02f1d99a (qgis): vector layer: avoid some crashs when methods are called on invalid layers
- 03:49 PM Revision 3beaed9f (qgis): editor widget: don't reset empty strings to null, if default value is n...
- 02:53 PM Revision 910dc169 (qgis): Fix node tool duplicates nodes when topological editing and
- snap are both enabled (fix #13466)
- 01:35 PM Revision fcb3bbea (qgis): [vertex editor] allow zooming to vertex with the mouse click
- 01:35 PM Revision 534cb410 (qgis): Use a model for node editor table (fixes #13541)
- This commit switches the node editor to use a model backend rather then
inserting and updating every node on every ed... - 12:40 PM Revision 42d1c44f (qgis): Fix doxygen warning (again)
- 11:35 AM Revision 4925a54f (qgis): Followup e5ea5ff, better API
- 11:14 AM Revision c62d81a9 (qgis): [GRASS] update layer extent after edit
- 10:59 AM Revision 07048318 (qgis): [GRASS] check mapset ownership in browser actions
- 10:47 AM Revision 615957af (qgis): [GRASS] open/new/close mapset removed from toolbar
- 09:57 AM Revision d26765fd (qgis): [GRASS] fixed crash when adding table for existing features
- 08:59 AM Revision c64d5ff7 (qgis): Merge pull request #2357 from spatialthoughts/patch-1
- [processing] remove unused argument
- 08:53 AM Revision 5426ebe8 (qgis): Merge pull request #2343 from PedroVenancio/grass7_plugin
- remove "-write_absolute_path" option from gdaltindex (addresses #11428, #4064)
- 08:03 AM Revision b11b73cb (qgis): fix precise build
- 02:08 AM Revision 3bd952d8 (qgis): translation string fix
2015-10-08
- 01:39 AM Revision bc59d6f1 (qgis): adapt local simplication to new geometry types (fixes #13538)
- 10:39 PM Revision a0d7653b (qgis): Fix symbols drawn multiple times in rule based renderer if symbol
- has multiple layers
(fixes #some-blocking-issue-i-can't-find-because-hub-is-down) - 09:52 PM Revision b55708ec (qgis): Fix doxygen warning
- 09:12 PM Revision d1be2ff2 (qgis): Fix hardcoded border for raster legend items (fix #13540)
- Previously raster legend items always had a fixed black border.
Now there's options to change the color/width of this... - 08:57 PM Revision 307806ab (qgis): Revert 8f04d22; set condition to ifndef QT_NO_DEBUG
- [ci skip]
- 07:12 PM Revision e703fc60 (qgis): trigger repaint after discard changes
- 07:12 PM Revision 6f9bc503 (qgis): [GRASS] suppress form for boundaries
- 07:12 PM Revision 7be1b642 (qgis): [GRASS] fixed setting default value in input combo
- 04:59 PM Revision b379e93b (qgis): Remove the extra argument to getConsoleCommands()
- getConsoleCommands takes only 1 arg. The extra arg in the method definition causes an error when running the algorithm
- 03:51 PM Revision 35444c46 (qgis): Merge pull request #2356 from elpaso/hidpi-improvements8
- Fix line height and icon size on hipi
- 03:30 PM Revision de204959 (qgis): [GRASS] vector import: increase cat by 1 if fid starts at 0
- 03:12 PM Revision d7094968 (qgis): Fix crash in label property dialog (refs #13543)
- 03:12 PM Revision 88976c22 (qgis): Remove invert check box from glow effect widget, was never hooked up
- 02:59 PM Revision af6f4679 (qgis): [GRASS] fixed deadlock when started from GRASS shell
- 02:47 PM Revision 3520f038 (qgis): Fix missing sip bindings for renderers (fix #13545)
- 02:44 PM Revision 844578d0 (qgis): Fix line height and icon size on hipi
- The icon will scale up but not down, the 2.10
behaviour is retained on 96dpi screens and
the icon is scaled up if... - 02:33 PM Revision e5ea5ff8 (qgis): Fix add ring/fill ring tool works on first polygon (fix #13069)
- Now the tools will prefer to operate on selected features first.
Improves editing of overlapping features. - 02:03 PM Revision 524f6ab4 (qgis): Add a dialect select to ogrsql
- Add the ability to select sqlite or ogrsql dialects when executing SQL
Signed-off-by: Henry Walshaw <henry.walshaw@g... - 02:02 PM Revision 4c1e0569 (qgis): Fix ogrsql path quoting
- Fix the ogrsql path quoting which left the extra quotes around the input layer path
Signed-off-by: Henry Walshaw <he... - 02:01 PM Revision 1b014fe1 (qgis): Make ogrinfo summary info output optional
- Make summary output optional (but default) by adding a boolean parameter to the ogrinfo script
Signed-off-by: Henry ... - 01:40 PM Revision 45a6f715 (qgis): Fix fill ring tool creates more features than needed (fix #13354)
- 12:39 PM Revision aa4d65d3 (qgis): Fix fill ring tool used with advanced digitising crashes QGIS
- (fix #13355)
- 12:14 PM Revision 74f8d47b (qgis): [GRASS] restrict module input by SEARCH_PATH
- 11:28 AM Revision c927073e (qgis): Add some docstrings
- 11:24 AM Revision a3159a3c (qgis): Use floating as default precision
- 09:43 AM Revision 814e8483 (qgis): [GRASS] fixed region when qgis is started from GRASS shell
- 08:51 AM Revision d088e0be (qgis): Fix diagrams are always shown, regardless of setting (refs #13501)
2015-10-07
- 11:52 PM Revision 684346a9 (qgis): oracle provider: fix call of sdo_filter to verify a spatial index is pr...
- 11:33 PM Revision 6a6fe452 (qgis): Add snap-to-grid to QgsGeos
- 11:33 PM Revision 643eb100 (qgis): Remove GEOS C++ lib dependency
- 10:57 PM Revision bf9fe7cd (qgis): Fix atlas page name combo not synced to layer
- 10:57 PM Revision dcbe0d37 (qgis): Fix legends are empty if presets used with filtered legend (fix #13300)
- 10:57 PM Revision be42fc26 (qgis): Fix crashes and inconsistent ui when atlas is set to a geometryless layer
- 10:32 PM Revision 8f04d22f (qgis): Fix unused variable warning with clang on Mac
- 03:41 PM Revision 9b54ed44 (qgis): [GRASS] do not insert records if table does not exist
- 02:57 PM Revision e223bccd (qgis): [GRASS] initial editing test
- 11:36 AM Revision 3dcabfb5 (qgis): fix windows build (followup c49b5b7)
- 10:01 AM Revision fd062cee (qgis): Fixes line height and icon size on hidpi screens
- 09:32 AM Revision 2702cb15 (qgis): [fix #13503] avoid crash when switch between style widgets and renderer...
- 09:32 AM Revision 2c39a5bf (qgis): Fix more potential crashes in renderer widgets
- 09:32 AM Revision c6df096c (qgis): Followup c49b5b7, more fixes
- 09:32 AM Revision 911929e2 (qgis): Remove unused variable
- 09:28 AM Revision 4625a162 (qgis): followup
- 09:27 AM Revision b680a1be (qgis): Make travis files easier diff'able
- 03:02 AM Revision c49b5b77 (qgis): Change a lot of arguments to const references in core/gui
- Rationale:
- there was a lot of large objects passed by value, so potentially
there's a speed bump from this
- even f...
Also available in: Atom