Activity

From 2016-09-30 to 2016-10-29

2016-10-29

04:33 AM Revision 121f48d6 (qgis): [processing] add import into spatialite algorithm
Mathieu Pellerin - nIRV

2016-10-28

12:05 AM Revision 74e64645 (qgis): [FEATURE][processing] New extract by expression algorithm
Filters an input layer by expression Nyall Dawson
04:57 PM Revision 54f312fa (qgis): Temporarily hardcode plugins version in url ?qgis=3.0
If QGIS 3.0 is actually released this line should be removed. Richard Duivenvoorde
03:13 PM Revision 1e6b5eb4 (qgis): Don't delete QgsAttributeDialog too early. Fixes #15737
Hugo Mercier
03:09 PM Revision 9f228d4b (qgis): Don't delete QgsAttributeDialog too early. Fixes #15737
(cherry picked from commit 9ecdf6101433) Hugo Mercier
02:26 PM Revision 91661421 (qgis): Merge pull request #3688 from mhugo/fix_15737
Don't delete QgsAttributeDialog too early. Fixes #15737 Hugo Mercier
12:31 PM Revision 7a05a7a8 (qgis): Fix caching of aggregate values with @parent
And add a test for referencedVariables Matthias Kuhn
12:31 PM Revision 8e25b893 (qgis): Merge duplicated api doc break section titles
Matthias Kuhn
12:18 PM Revision 032a954a (qgis): [processing] added missing imports
fixes #15766 Victor Olaya
11:56 AM Revision 800b1a6f (qgis): fix indentation
Martin Dobias
11:52 AM Revision 84e52b74 (qgis): [processing] fixed alg names for vector menu
fixes #15764 Victor Olaya
11:52 AM Revision 3c8c509c (qgis): [processing] replace greater than and lower than characters in log
fixes #15748 Victor Olaya
11:52 AM Revision 05e70b26 (qgis): [processing] allow only one row in batch interface
fixes #15703 Victor Olaya
11:23 AM Revision 66a213bc (qgis): Fix crash when loading WCS layers (fixes #15595)
The problem is that some providers would still issue network
requests in prepareJobs() - this should be ideally avoid...
Martin Dobias
11:17 AM Revision 9ecdf610 (qgis): Don't delete QgsAttributeDialog too early. Fixes #15737
Hugo Mercier
11:00 AM Revision ed3b0714 (qgis): Cancel WCS requests just like it is done in WMS
(cherry picked from commit 50258e6f01ef7dededbf057c03813ecf3442f5b9) Martin Dobias
10:58 AM Revision aeeb5d95 (qgis): Fix crash when loading WCS layers (fixes #15595)
The problem is that some providers would still issue network
requests in prepareJobs() - this should be ideally avoid...
Martin Dobias
10:33 AM Revision 59d1d702 (qgis): Fix identify tool for WMS if webkit is not available (fixes #15596)
(cherry picked from commit 430694ba9a2beb5fe23d5814b63aaecdbee7a3d7) Martin Dobias
10:06 AM Revision e78fc620 (qgis): Add button to reset processing menus in config dialog
Arnaud Morvan
09:54 AM Revision ea2e68b8 (qgis): Fix WMS identify when using "Feature" format and the layer has named CRS
(cherry picked from commit 9ef91ea6294cdab762ffb2543d02473bcccbed80) Martin Dobias
09:50 AM Revision f3652069 (qgis): Fix WMS identify when using "Feature" format and the layer has named CRS
(cherry picked from commit 9ef91ea6294cdab762ffb2543d02473bcccbed80) Martin Dobias
09:11 AM Revision 79e5911e (qgis): Update RegularPoints.py
Fixes #15773 Paolo Cavallini
08:57 AM Revision 80e820f4 (qgis): Fix build
Nyall Dawson
07:07 AM Revision e1e3f86b (qgis): Fix color picker does not show previous color
Nyall Dawson
07:07 AM Revision f63a69b3 (qgis): Fix color pickers opens in dock layout when editing rules via
layer properties Nyall Dawson
06:21 AM Revision 9a6cefcd (qgis): Fix listing of WMTS layers in browser (fixes #15350)
(cherry picked from commit 29d2bef7954d4e2b2cf21611c1398d0a7666e4c6) Martin Dobias
06:18 AM Revision ada60507 (qgis): Fix listing of WMTS layers in browser (fixes #15350)
(cherry picked from commit 29d2bef7954d4e2b2cf21611c1398d0a7666e4c6) Martin Dobias
06:11 AM Revision 8be3b01b (qgis): Merge pull request #3685 from nirvn/array_unique
[FEATURE] add array_distinct() function Nyall Dawson
05:51 AM Revision 17fc7dbe (qgis): [FEATURE] add array_distinct() function
Mathieu Pellerin - nIRV
05:31 AM Revision c93d56a9 (qgis): Use QgsExpressionContextScope::addVariable instead of setVariable
...where appropriate (ie, read-only, non user set variables).
It's much faster as it doesn't need to check whether th...
Nyall Dawson
05:27 AM Revision 5f01a872 (qgis): Optimise QgsAbstractGeometry
Make nCoordinates virtual, and provide shortcuts for some
geometry types. The base method which calls coordinateSeque...
Nyall Dawson
05:26 AM Revision 68cbf070 (qgis): Speed up point layer rendering - don't calculate unused label obstacles
Cuts render time by ~60%. Fix #15752.
(cherry-picked from 5798a82c8011ea7f44a1ed1d55ef0719786e8056)
Nyall Dawson
03:14 AM Revision 520b94e4 (qgis): Fix can't save custom colours in color picker (fix #15760)
Also fixes a memory leak caused by color picker widget not
being deleted
Nyall Dawson
03:14 AM Revision df9ce850 (qgis): Fix color picker does not show previous color
Nyall Dawson
03:13 AM Revision e812e430 (qgis): Fix color pickers opens in dock layout when editing rules via
layer properties Nyall Dawson
02:16 AM Revision 65bd120f (qgis): Remove repo junk
Nyall Dawson
02:16 AM Revision ee4acb0b (qgis): Use QgsExpressionContextScope::addVariable instead of setVariable
...where appropriate (ie, read-only, non user set variables).
It's much faster as it doesn't need to check whether th...
Nyall Dawson

2016-10-27

12:25 AM Revision 0af73314 (qgis): Optimise QgsAbstractGeometry
Make nCoordinates virtual, and provide shortcuts for some
geometry types. The base method which calls coordinateSeque...
Nyall Dawson
11:58 PM Revision 65a379be (qgis): Speed up point layer rendering - don't calculate unused label obstacles
Cuts render time by ~60%. Fix #15752.
(cherry-picked from 5798a82c8011ea7f44a1ed1d55ef0719786e8056)
Nyall Dawson
11:11 PM Revision 0b3646b2 (qgis): Expression functions can dynamically report geometry and columns
Matthias Kuhn
11:11 PM Revision adb184e4 (qgis): Add documentation for @parent aggregate filter
Matthias Kuhn
11:11 PM Revision f292fdd6 (qgis): Add test for @parent aggregate filter
Matthias Kuhn
11:11 PM Revision c79cf9ae (qgis): Fetch attributes and geometry for aggregate function
Matthias Kuhn
11:11 PM Revision c2b84241 (qgis): Always cache values and add fid to feature hash
Matthias Kuhn
11:11 PM Revision f80a33be (qgis): [FEATURE] Expose @parent variable in aggregate functions
This makes it possible to access attributes and geometry from the parent
feature when in the filter of the "aggregate...
Matthias Kuhn
08:44 PM Revision fb457813 (qgis): Merge pull request #3678 from nirvn/string_to_array_to_string
[FEATURE] add string_to_array() and array_to_string() functions Nyall Dawson
05:57 PM Revision 0f7babb6 (qgis): Convert API break document to markdown
Matthias Kuhn
05:44 PM Revision dcad93ac (qgis): Vector layer properties GUI: tweak message to be "Save in database (Geo...
Even Rouault
05:24 PM Revision 01f3c9ae (qgis): [FEATURE] Add is_selected and num_selected functions
* is_selected() returns if the current feature is selected
* num_selected() returns the number of selected features o...
Matthias Kuhn
05:24 PM Revision f52dfba2 (qgis): [expressions] Variable length arguemnt functions accept 0 params
Matthias Kuhn
05:15 PM Revision 9feb6c47 (qgis): Vector layer properties GUI: tweak message to be "Save in database (Geo...
Even Rouault
05:12 PM Revision 7373036e (qgis): [FEATURE] add string_to_array() and array_to_string() functions
Mathieu Pellerin - nIRV
05:01 PM Revision 2e636432 (qgis): [OGR provider] Field type declaration: update with more sensible values...
In particular put 0 as minimum length for integer, integer64, real and text fields,
so as to let OGR decide the defau...
Even Rouault
04:57 PM Revision 631db7b8 (qgis): [OGR provider] Fix declaration of types (master regression) and update ...
Even Rouault
04:47 PM Revision 925964b2 (qgis): [processing] Fix fieldmapper dialog init method
Arnaud Morvan
04:02 PM Revision 8c7ca625 (qgis): [DBManager GPKG] Set appropriate icon for line layers
Even Rouault
03:59 PM Revision 984ec65f (qgis): [DBManager GPKG] Set appropriate icon for line layers
Even Rouault
02:36 PM Revision b5822900 (qgis): indentation fix
Victor Olaya
02:36 PM Revision 472a5501 (qgis): [processing] fixed field loading in field calculator
fixes #15767
Conflicts:
python/plugins/processing/algs/qgis/ui/FieldsCalculatorDialog.py
Victor Olaya
02:31 PM Revision bf6607f0 (qgis): [processing] fixed simplify geometries
Victor Olaya
02:30 PM Revision 530bf516 (qgis): indentation fix
Victor Olaya
02:28 PM Revision dc4f1a42 (qgis): [processing] fixed field loading in field calculator
fixes #15767 Victor Olaya
11:57 AM Revision ba309cb1 (qgis): [OGR provider] Do not list qgis_projects (from QgisGeoPackage plugin) a...
Even Rouault
11:57 AM Revision e67a47b9 (qgis): [OGR provider] Do not list qgis_projects (from QgisGeoPackage plugin) a...
Even Rouault
09:18 AM Revision fa7491f2 (qgis): Fix python bindings of QgsGeometryRubberBand
Marco Hugentobler
07:20 AM Revision 11e52835 (qgis): Merge pull request #3677 from nirvn/map_themes_signal_fix
[map themes] fix composer signal name Nyall Dawson
07:15 AM Revision 1d09538c (qgis): Merge pull request #3670 from nirvn/expression_replace_array
[FEATURE] array support for the replace() expression function Nyall Dawson
06:54 AM Revision 8a809b87 (qgis): [map themes] fix composer signal name
Mathieu Pellerin - nIRV
06:33 AM Revision 3fb2d9e4 (qgis): [expression] further improve replace() to support a map argument
Mathieu Pellerin - nIRV

2016-10-26

08:31 PM Revision 637c6d33 (qgis): Fix adding features with "evaluate default values"
Matthias Kuhn
05:03 PM Revision 642e4a48 (qgis): Revert "[Postgres] fix writing default value when primary key has varch...
This reverts commit f456932514c750d4b077a9daaea5ddfbbad3f1c8. Denis Rouzaud
05:02 PM Revision 31fc48f8 (qgis): Revert "[Postgres] fix writing default value when primary key has varch...
This reverts commit 5768c5a6e7dae24a1ab2ae614da7a87dad2c1020. Denis Rouzaud
04:28 PM Revision f4569325 (qgis): [Postgres] fix writing default value when primary key has varchar columns
kudos to @m-kuhn to find and solve this Denis Rouzaud
04:25 PM Revision 5768c5a6 (qgis): [Postgres] fix writing default value when primary key has varchar columns
kudos to @m-kuhn to find and solve this Denis Rouzaud
01:45 PM Revision fdd0b660 (qgis): Merge pull request #3674 from gacarrillor/patch-3
[processing] import vector in Eliminate to avoid error Alexander Bruy
12:46 PM Revision a042c9de (qgis): Followup 858978, fix failing tests
Nyall Dawson
12:19 PM Revision 22b9027e (qgis): [FEATURE] [OGR provider] Load/save style in database for GPKG and Spati...
Even Rouault
12:19 PM Revision 77ed6caa (qgis): QgsVectorLayer::loadNamedStyle(): make it work with non database URI
Such as OGR GPKG Even Rouault
12:01 PM Revision 8b742014 (qgis): [FEATURE] array support for the replace() expression function
Mathieu Pellerin - nIRV
11:22 AM Revision 85897885 (qgis): Use QgsExpressionContextScope::addVariable instead of setVariable
...where appropriate (ie, read-only, non user set variables).
It's much faster as it doesn't need to check whether th...
Nyall Dawson
11:04 AM Revision 2d2ce003 (qgis): Merge pull request #3665 from rouault/save_style_gpkg
[FEATURE] [OGR provider] Load/save style in database for GPKG and Spatialite Even Rouault
10:59 AM Revision 469f07c0 (qgis): Use fallback default mode for snapping with bad configuration
Matthias Kuhn
10:55 AM Revision 322edff6 (qgis): Remove snapping settings from status bar
Matthias Kuhn
09:27 AM Revision 42b9bff0 (qgis): include qgsactionmanager.h in install
(cherry picked from commit 5d7f8e9565541660d6ae080f520f38a3259173ce) Jürgen Fischer
09:23 AM Revision 5d7f8e95 (qgis): include qgsactionmanager.h in install
Jürgen Fischer
09:22 AM Revision 49432a84 (qgis): Optimise QgsAbstractGeometry
Make nCoordinates virtual, and provide shortcuts for some
geometry types. The base method which calls coordinateSeque...
Nyall Dawson
09:20 AM Revision 5798a82c (qgis): Speed up point layer rendering - don't calculate unused label obstacles
Cuts render time by ~60%. Fix #15752. Nyall Dawson
08:04 AM Revision 6f827406 (qgis): [expressions] Allow non-greedy regex by switching to QRegularExpression
Nyall Dawson
03:57 AM Revision 2a13dbff (qgis): Import vector because it is used in line 95.
It seems that line 95 was added by a cherry pick commit. gcarrillo -

2016-10-25

04:48 PM Revision 323c6582 (qgis): [processing] add workaround for GDAL regression with cutlines (fix #15746)
Alexander Bruy
03:46 PM Revision a1b1ba12 (qgis): [DB Manager] Fix refresh issue when renaming GPKG table, and disable ad...
Even Rouault
03:39 PM Revision d0da880b (qgis): [DB Manager] Fix refresh issue when renaming GPKG table, and disable ad...
Even Rouault
01:55 PM Revision 36db42eb (qgis): [BUGFIX][QGIS Server] Do not cache invalid layer
After readLayerXml, the server stored layers in cache and in registry without verifying validity. René-Luc ReLuc
01:53 PM Revision 80827625 (qgis): [BUGFIX][QGIS Server] Do not cache invalid layer
After readLayerXml, the server stored layers in cache and in registry without verifying validity. René-Luc ReLuc
01:52 PM Revision 162f4bf7 (qgis): [BUGFIX][QGIS Server] Do not cache invalid layer
After readLayerXml, the server stored layers in cache and in registry without verifying validity. René-Luc ReLuc
01:49 PM Revision 9d0bb340 (qgis): [BUGFIX][QGIS Server] Do not cache invalid layer
After readLayerXml, the server stored layers in cache and in registry without verifying validity. René-Luc ReLuc
01:44 PM Revision a43f8a36 (qgis): Address snapping config UX problems
See https://github.com/qgis/QGIS/pull/3617#issuecomment-255114425 Matthias Kuhn
11:19 AM Revision f8bae671 (qgis): Clean QgsVectorLayer: remove duplicated writeSld method
René-Luc ReLuc
10:28 AM Revision 3bb7d5cc (qgis): [OGR provider] More uses of QStringLiteral / QLatin1String
Even Rouault
10:28 AM Revision 3b77e4b3 (qgis): [FEATURE] [OGR provider] Load/save style in database for GPKG and Spati...
Even Rouault
10:28 AM Revision 9ae15697 (qgis): QgsVectorLayer::writeSymbology(): fix crash when called with invalid da...
Even Rouault
10:28 AM Revision e2379632 (qgis): SIP QgsVectorLayer: fix signatures for output parameter
saveStyleToDatabase() and getStyleFromDatabase() should define errMsg as
output parameter
And loadNamedStyle() also f...
Even Rouault
10:28 AM Revision a70d4280 (qgis): QgsVectorLayer::loadNamedStyle(): make it work with non database URI
Such as OGR GPKG Even Rouault
10:15 AM Revision e1654b7d (qgis): Blacklist PyQgsDBManagerGpkg test
The test consistently segfaults on Travis, but run fine locally,
normally or under Valgrind.
Trying to run it under V...
Even Rouault
10:15 AM Revision a1bff295 (qgis): [DBManager] Remove geopackage support from spatialite plugin
Even Rouault
10:15 AM Revision e08f981b (qgis): [DBManager] Add tests for GPKG plugin
Even Rouault
10:14 AM Revision 390588b6 (qgis): [FEATURE] [DBManager] Add a GeoPackage dedicated plugin
Even Rouault
10:14 AM Revision 3113fc60 (qgis): [OGR provider] Support full SELECT subset string
This will be useful for DBManager SQL request layer. Even Rouault
10:13 AM Revision 85fbc4a7 (qgis): [FEATURE] Vector layer save as: offer file/layer overwriting, new layer...
When saving a vector layer into an existing file, depending on the capabilities
of the output driver, the user can no...
Even Rouault
08:57 AM Revision 7470b55b (qgis): Enable CROP_TO_CUTLINE by default
Fixes https://hub.qgis.org/issues/15750
Please backport it where appropriate.
Paolo Cavallini
04:30 AM Revision 72e4cf7d (qgis): Fix a qt warning message on startup
Nyall Dawson
04:22 AM Revision f195e940 (qgis): Make welcome page layout align with other panels + docks
Nyall Dawson
04:14 AM Revision 0b35ccef (qgis): Update qt5 build instructions for Fedora
Nyall Dawson

2016-10-24

01:30 AM Revision b2587b7b (qgis): [FEATURE] Remove zonal stats plugin
This is now fully exposed via processing, which is the logical
place for this feature to reside.
One less c++ plugin...
Nyall Dawson
01:29 AM Revision e75b572b (qgis): [FEATURE] Remove dxf2shp converter plugin
This functionality is available in OGR and there is no longer
a need for a dedicated QGIS plugin to do this task
Mar...
Nyall Dawson
01:17 AM Revision 1367fd09 (qgis): Prepare commit converts single line doxygen block format
Flips single line doxygen comments to use the proper single line
format:
/*!< comment */ to //!< Comment
and
/...
Nyall Dawson
12:54 AM Revision 3ef8e6af (qgis): Minor doxygen improvements
Nyall Dawson
12:34 AM Revision af55c022 (qgis): Followup 4166a3, don't use QStringLiteral in definitions
Causes linker errors in some random cases Nyall Dawson
05:41 PM Revision 794c8f3c (qgis): [DB_Manager GPKG] Fix creating and changing default values of columns
Even Rouault
05:01 PM Revision f84826d5 (qgis): [DB_Manager GPKG] Fix logic inversion in GDAL 1.X vs GDAL 2.X cases
Even Rouault
02:37 PM Revision cc0ada9f (qgis): Add a hyperlink to the processing tests readme
Matthias Kuhn
02:33 PM Revision 8f13d4e2 (qgis): typo fix
Harrissou Santanna
11:43 AM Revision 96e7883b (qgis): Add more links to test-relted README files
Sandro Santilli
11:20 AM Revision 31cd7a81 (qgis): Add link to processing test document
Sandro Santilli
10:33 AM Revision af236c4e (qgis): Merge pull request #3628 from rouault/dbmanager_gpkg
[DBManager] Add dedicated GeoPackage plugin Even Rouault
09:17 AM Revision 72229c1c (qgis): Merge pull request #3658 from nirvn/processing_modeler_mousewheel
[processing] fix modeleter mouse wheel zoom under qt5 Alexander Bruy
08:27 AM Revision bb9e276d (qgis): Merge pull request #3660 from nyalldawson/qstringallc
Fix literal QString construction for Qt5/c++11 Nyall Dawson
07:26 AM Revision 4166a3ea (qgis): Fix most clazy qstring-unneeded-heap-allocations warnings
By flipping string literals to QStringLiteral/QLatin1String
see
https://woboq.com/blog/qstringliteral.html
Nyall Dawson
04:02 AM Revision f6a344c2 (qgis): Add QgsTextFormatPanelWidget for text format control inside panel
Nyall Dawson
04:02 AM Revision 8fa8167d (qgis): Add a simple dialog for configuring text formatting
Nyall Dawson
04:02 AM Revision 4282474c (qgis): Respect render context antialiasing setting in text renderer
Nyall Dawson
04:02 AM Revision 76c12ba9 (qgis): Split QgsLabelingGui off into QgsTextFormatWidget
New widget allows for setting just the formatting properties
of text
Nyall Dawson
04:02 AM Revision 169b367c (qgis): [FEATURE] Allow label font size in mm/pixels
And all other label sizes (eg buffer size) now accept sizes in
pixels too
Nyall Dawson
04:02 AM Revision 25b3c633 (qgis): Remove unused QgsLabelPreview class
Nyall Dawson
04:02 AM Revision 687c66f5 (qgis): Add Points as valid render unit (for font sizes)
Nyall Dawson
04:02 AM Revision e3517c6f (qgis): Fix text renderer not respecting min/max mm scale for map units (fix #1...
Nyall Dawson
04:02 AM Revision a5356011 (qgis): Test masks
Nyall Dawson
04:02 AM Revision e820da3c (qgis): Fix unit handling for labeling dialog
Nyall Dawson
04:02 AM Revision 08143475 (qgis): [FEATURE] QgsTextRenderer class for rich text rendering
Moves all the drawing code out of labeling into a new class
which just handles rendering text. This allows other part...
Nyall Dawson
04:02 AM Revision 074ae421 (qgis): Restore separate handling of label component opacity
...in a way that avoids unnecessary detachments of the
settings objects
Nyall Dawson
04:02 AM Revision 5495f205 (qgis): Minor refactor of label drawing
Remove use of scale factors from PAL layer settings and use
render context factors directly
Nyall Dawson
04:02 AM Revision aac26228 (qgis): Remove option to show label shadow rectangles from GUI
...and instead just make it #ifdef out Nyall Dawson
04:02 AM Revision 4d5e7536 (qgis): Flip QgsPalLayerSettings to use QgsTextRenderer classes
Nyall Dawson
04:02 AM Revision 5f241d62 (qgis): Implicitly shared text settings classes
Nyall Dawson
04:02 AM Revision 0b88de24 (qgis): New widget QgsTextPreview for previewing all formatting for QgsTextRend...
Switch the labeling gui to use this widget, which has the benefits:
- previews all label settings, including shadow a...
Nyall Dawson
03:59 AM Revision 79671103 (qgis): Merge pull request #3663 from nyalldawson/clazy3
Clazy qt5 optimisations - round 2 Nyall Dawson
03:42 AM Revision 2fab1b8b (qgis): Fix doxygen warnings/missing docs
Nyall Dawson
03:25 AM Revision b4e31012 (qgis): Fix bad snapping signal names
Nyall Dawson
03:24 AM Revision 5eb875d6 (qgis): [processing] Add algorithm to strip null geometries
Nyall Dawson
02:36 AM Revision 2fb8695d (qgis): Use isEmpty() rather than size() to check for empty lists
Nyall Dawson
02:36 AM Revision 8a742e94 (qgis): Fix some clazy container-inside-loop warnings
From the clazy docs:
"Finds places defining containers inside loops. Defining them
outside the loop and using resize...
Nyall Dawson
02:36 AM Revision 44289084 (qgis): Optimise passing of variables by ref/value
Nyall Dawson
02:36 AM Revision bdc39ff6 (qgis): Fix clazy reserve-candidates suggestions
Avoids repeated memory allocations Nyall Dawson
02:36 AM Revision 904b004d (qgis): Fix clazy missing-typeinfo warnings
From the clazy docs:
"Suggests usage of Q_PRIMITIVE_TYPE or Q_MOVABLE_TYPE in cases where
you're using QList<T> and ...
Nyall Dawson
02:36 AM Revision 3272964f (qgis): Fix classes which violate the rule-of-three
(identified using clazy analyser) Nyall Dawson

2016-10-23

12:41 AM Revision 12a7bb34 (qgis): [processing] Fix qgis zonal stats algorithm
Nyall Dawson
09:14 PM Revision 96a649e3 (qgis): Add missing bindings
Matthias Kuhn
08:54 PM Revision 54b953f4 (qgis): Cleanup and modernize QgsProject code
Matthias Kuhn
08:38 AM Revision 28abbf95 (qgis): add *.py to .gitattributes
Jürgen Fischer
07:42 AM Revision 66b66ed4 (qgis): Update r.mapcalc.txt
Better description of r.mapcalc Paolo Cavallini

2016-10-22

11:03 PM Revision 14456470 (qgis): QgsVectorDataProvider API cleanup
Matthias Kuhn
09:54 PM Revision 6bf74b43 (qgis): fix #15744 (followup dbf6169)
Jürgen Fischer
09:20 PM Revision ec25df15 (qgis): Merge pull request #3659 from nyalldawson/clazy3
Fix clazy level 0 checks Nyall Dawson
02:46 PM Revision 1dca9383 (qgis): Fix some clazy "inefficient-qlist-soft" warnings
From the clazy docs:
Finds QList<T> where sizeof(T) > sizeof(void*).
QVector<T> should be used instead.
Nyall Dawson
02:46 PM Revision 498d03b8 (qgis): Fix clazy qstring-left warnings
From the clazy docs:
Finds places where you're using QString::left(0) instead
of QString::at(0). The later form is c...
Nyall Dawson
02:46 PM Revision 368a04a4 (qgis): Fix clazy "detaching-temporary" warnings
From the clazy docs:
Finds places where you're calling non-const member functions on
temporaries. For example getLis...
Nyall Dawson
02:46 PM Revision 06cf59a4 (qgis): Add missing references in Q_FOREACH loops
Nyall Dawson
02:46 PM Revision 35ecdd1a (qgis): Fix issues with writing to temporary objects
Nyall Dawson
02:46 PM Revision a3968a29 (qgis): Fix clazy qmap-with-pointer-key warnings
From the clazy docs:
Finds cases where you're using QMap<K,T> and K is a pointer.
QMap has the particularity of sor...
Nyall Dawson
02:46 PM Revision bd20fe42 (qgis): Fix clazy qvariant-template-instantiation warning
From the clazy docs:
Detects when you're using QVariant::value<Foo>() instead
of QVariant::toFoo().
The former resu...
Nyall Dawson
02:46 PM Revision ad13699a (qgis): Fix clazy temporary-iterator warning
Calling constBegin/constEnd on temporary container can result
in endless loop
Nyall Dawson
02:46 PM Revision 94598314 (qgis): Remove unused variables
Nyall Dawson
02:46 PM Revision fae8071a (qgis): Fix clazy qstring-arg warnings
Avoid chained QString::arg() calls and instead use the multi-arg
overload to save memory allocations
Nyall Dawson
02:46 PM Revision ef511073 (qgis): Fix clazy "qstring-ref" warnings
From the clazy docs:
Finds places where QString::fooRef() should be used instead of
QString::foo(), to avoid tempora...
Nyall Dawson
02:46 PM Revision f2672151 (qgis): Fix clazy qfileinfo-exists warnings
From the clazy docs:
Finds places using QFileInfo("foo").exists() instead of the faster
version QFileInfo::exists("f...
Nyall Dawson
12:28 PM Revision 6acf0f74 (qgis): msvc: use /bigobj for sip modules
(cherry picked from commit d0b3e39cdab1da17d7a977ba3def5ce1b64ff707) Jürgen Fischer
12:28 PM Revision 2cb69821 (qgis): release.pl: stay on same master* branch
(cherry picked from commit cc429785edd16a91f7118cb7a1b964492988546f) Jürgen Fischer
12:26 PM Revision 0332f5ab (qgis): msvc: use /bigobj for sip modules
(cherry picked from commit d0b3e39cdab1da17d7a977ba3def5ce1b64ff707) Jürgen Fischer
07:28 AM Revision 8ee25cdf (qgis): [processing] fix modeleter mouse wheel zoom under qt5
Mathieu Pellerin - nIRV
07:01 AM Revision ddc44dfd (qgis): [processing] fix modeler parameter mandatory checkbox logic
Mathieu Pellerin - nIRV
05:19 AM Revision a51bebda (qgis): Fix missing doc warning
Nyall Dawson

2016-10-21

01:03 AM Revision 3cc9b5d9 (qgis): Indentation
Nyall Dawson
11:24 PM Revision f5d61abf (qgis): Merge pull request #3655 from sebastic/patch-1
Fix copyright in 2017 Nyall Dawson
11:14 PM Revision 85818c68 (qgis): Fix copyright in 2017
Match copyright header with python code. Bas Couwenberg
03:04 PM Revision d527c857 (qgis): Missing import fixed for R algorithm
matteo ghetta
02:22 PM Revision bde0f6ee (qgis): Merge pull request #3650 from nirvn/processing_spatialite_sql
[processing] add a "Spatialite execute SQL" algorithm Alexander Bruy
02:15 PM Revision 6d30c628 (qgis): Release of 2.14.8
Jürgen Fischer
02:14 PM Revision b7fe4bb2 (qgis): Release of 2.18 (Las Palmas)
Jürgen Fischer
02:14 PM Revision f60e1ef1 (qgis): changelog and news update for 2.18
Jürgen Fischer
02:12 PM Revision cc429785 (qgis): release.pl: stay on same master* branch
Jürgen Fischer
12:01 PM Revision a37d2e6a (qgis): [BUGFIX][QGIS-Server] Don't failed when transform boundingbox
René-Luc ReLuc
11:59 AM Revision 009c0ea0 (qgis): [BUGFIX][QGIS-Server] Don't failed when transform boundingbox
René-Luc ReLuc
11:58 AM Revision 1fbca7eb (qgis): [BUGFIX][QGIS-Server] Don't failed when transform boundingbox
René-Luc ReLuc
11:57 AM Revision 2b9f475a (qgis): [BUGFIX][QGIS-Server] Don't failed when transform boundingbox
René-Luc ReLuc
11:11 AM Revision 2475ee57 (qgis): Allow 0 (infinite) for scale dependent visibility
Fix #15414 Matthias Kuhn
11:11 AM Revision 35f9aa29 (qgis): Restore layer variables when loading QML
Fix #14452 Matthias Kuhn
11:04 AM Revision b6ee2391 (qgis): Hide constraint warnings when there are no constraints
Matthias Kuhn
11:04 AM Revision b4ff6683 (qgis): Fix icon size for constraint warning
Matthias Kuhn
11:02 AM Revision d5d3eeee (qgis): Fix form constraints and group visibility
When a relation editor was shown (or more generally a widget which is not an
editor widget), constraints and group vi...
Matthias Kuhn
10:58 AM Revision 04e37966 (qgis): [postgres] Avoid crash when fetching default value fails
Matthias Kuhn
10:30 AM Revision aa5d359b (qgis): [pyqgis-console] APIs file updated
Salvatore Larosa
09:44 AM Revision fd264098 (qgis): Revert "[processing] correct check for empty extent values. MAde extent...
This reverts commit 8de56bf01a38fd75574a3a5bac1bcd52b0d88c55. Victor Olaya
09:37 AM Revision 8de56bf0 (qgis): [processing] correct check for empty extent values. MAde extent params ...
Victor Olaya
09:37 AM Revision 2efb544b (qgis): [processing] make CRS extent optional in gdal wapr
Victor Olaya
09:20 AM Revision f35c60ad (qgis): Revert "Make Extent and Extent CRS GDAL parameters optional"
This reverts commit dc2df62b88cdc01b0fc8839779da44fb87ccd213. Victor Olaya
09:10 AM Revision a965a132 (qgis): Fix import of shapefiles to postgres - regression introduced in 5abdfcb...
Martin Dobias
08:09 AM Revision 81e86acc (qgis): Merge pull request #3651 from nirvn/processing_modeler_fix
[processing] fix broken modeler under pyqt5/python3 (fixes #15734) Victor Olaya
07:20 AM Revision 70a4ee75 (qgis): Merge pull request #3649 from nyalldawson/strip_null
[processing] Add algorithm to strip null geometries Nyall Dawson
06:57 AM Revision ded486c0 (qgis): [processing] Fix bad grammer in qgis alg help
Nyall Dawson
05:19 AM Revision 1c2f0de9 (qgis): Hide import/export buttons for arcgis services as they do not work (fix...
Martin Dobias
05:11 AM Revision bd7149ce (qgis): [processing] fix broken modeler under pyqt5/python3 (fixes #15734)
Mathieu Pellerin - nIRV
05:05 AM Revision 772f2019 (qgis): [processing] add a spatialite execute SQL algorithm
Mathieu Pellerin - nIRV
05:05 AM Revision d83e650a (qgis): [processing] make spatialite connector work with python3
Mathieu Pellerin - nIRV
03:36 AM Revision 75d98ec9 (qgis): Fix legend test images after changes in b385ebd
Martin Dobias
02:46 AM Revision 37484979 (qgis): [processing] Add algorithm to strip null geometries
Nyall Dawson

2016-10-20

01:06 AM Revision 36d3fef0 (qgis): Merge pull request #3623 from nyalldawson/true_north_214
[composer] Backport fixes for true north handling to 2.14 Nyall Dawson
11:23 PM Revision 00653d2d (qgis): Legend test mask updates
Nyall Dawson
08:09 PM Revision b2a2c188 (qgis): [processing] more complete support for int64 fields (follow up 8d2cc8806b)
(cherry picked from commit 649d41f1ecd4b8d22110e11cb9e693231bec8ed2) Alexander Bruy
08:09 PM Revision dbf61698 (qgis): Using QVariant.Type enum instead of numbers for readability.
(cherry picked from commit 6df926dfe6e3e8f7ac330fbb9206dc69492da6ed) gcarrillo -
08:09 PM Revision a7092ca3 (qgis): Fixing issue with 'Eliminate sliver polygons' and fields of type long.
(cherry picked from commit be25a29da196fac687f95abffb71e34138e3d20c) gcarrillo -
08:04 PM Revision 7ff08835 (qgis): [processing] more complete support for int64 fields (follow up 8d2cc8806b)
(cherry picked from commit 649d41f1ecd4b8d22110e11cb9e693231bec8ed2) Alexander Bruy
08:03 PM Revision 2c6ebf1d (qgis): Using QVariant.Type enum instead of numbers for readability.
(cherry picked from commit 6df926dfe6e3e8f7ac330fbb9206dc69492da6ed) gcarrillo -
08:03 PM Revision e64a96f5 (qgis): Fixing issue with 'Eliminate sliver polygons' and fields of type long.
(cherry picked from commit be25a29da196fac687f95abffb71e34138e3d20c) gcarrillo -
08:02 PM Revision 89fa21e5 (qgis): [processing] more complete support for int64 fields (follow up 8d2cc8806b)
(cherry picked from commit 649d41f1ecd4b8d22110e11cb9e693231bec8ed2) Alexander Bruy
08:02 PM Revision 62a94361 (qgis): Using QVariant.Type enum instead of numbers for readability.
(cherry picked from commit 6df926dfe6e3e8f7ac330fbb9206dc69492da6ed) gcarrillo -
08:02 PM Revision 4730d250 (qgis): Fixing issue with 'Eliminate sliver polygons' and fields of type long.
(cherry picked from commit be25a29da196fac687f95abffb71e34138e3d20c) gcarrillo -
07:02 PM Revision 649d41f1 (qgis): [processing] more complete support for int64 fields (follow up 8d2cc8806b)
Alexander Bruy
07:02 PM Revision 6df926df (qgis): Using QVariant.Type enum instead of numbers for readability.
gcarrillo -
07:02 PM Revision be25a29d (qgis): Fixing issue with 'Eliminate sliver polygons' and fields of type long.
gcarrillo -
06:22 PM Revision 5c47bd69 (qgis): release.pl:
* allow minor releases from master_2 branch
* convert windows splash screen to BMP3 from PNG
(cherry picked from com...
Jürgen Fischer
06:16 PM Revision 20139842 (qgis): fix translation strings
Jürgen Fischer
06:10 PM Revision 09db6e4a (qgis): release.pl:
* allow minor releases from master_2 branch
* convert windows splash screen to BMP3 from PNG
Jürgen Fischer
05:20 PM Revision f4e1e6f6 (qgis): Fix reordering and removal of legend nodes in composer legend
Martin Dobias
05:20 PM Revision 10cab93c (qgis): Fix building of legend node tree if embedded widgets are used in the layer
Martin Dobias
05:20 PM Revision b385ebd9 (qgis): Fix display of diagram legend entries (fixes #15448)
To make the implementation saner, the legend node that may be embedded within parent
layer node is kept separately fr...
Martin Dobias
05:12 PM Revision 5ae0e784 (qgis): Check validity of input geometries in intersection algorithm, take 2
Fail if invalid geometries are found.
And some easy performance wins. Just because.
Fix #11986
Matthias Kuhn
04:42 PM Revision 01e570cc (qgis): Revert "Check validity of input geometries in intersection algorithm"
This reverts commit dbbbf610cfcf3fa655118d73d27a197ac1b3b224.
Has broken some tests, needs more investigation
Matthias Kuhn
04:09 PM Revision dbbbf610 (qgis): Check validity of input geometries in intersection algorithm
Fail if invalid geometries are found.
And some easy performance wins. Just because.
Fix #11986
Matthias Kuhn
02:55 PM Revision fba53db7 (qgis): Followup a6a4f2ed: clean pre-cxx-11 garbage
Matthias Kuhn
02:05 PM Revision 9bab3fa3 (qgis): Fix build warning
Matthias Kuhn
12:56 PM Revision 3e83fafc (qgis): Expose QgsUnitTypes to QML
Matthias Kuhn
12:56 PM Revision 58be4fc8 (qgis): Rename visibility presets to map themes part 2
Matthias Kuhn
12:56 PM Revision 0f93fb0b (qgis): Q_PROPERTYze QgsCoordinateReferenceSystem::unitType
Matthias Kuhn
12:56 PM Revision 067e5905 (qgis): Update snapping settings widget when avoid intersection list changes
Matthias Kuhn
12:56 PM Revision bb23d6eb (qgis): Move snapping options to project menu
Matthias Kuhn
12:56 PM Revision f6046681 (qgis): Remove QgsSnappingDialog
Matthias Kuhn
12:56 PM Revision 85c105d6 (qgis): Move management of avoidIntersectionLayers to QgsProject
Matthias Kuhn
12:56 PM Revision 5c919fbc (qgis): Move topological editing setting management fully to QgsProject
Matthias Kuhn
12:56 PM Revision a6a4f2ed (qgis): Enable C++11 by default
Matthias Kuhn
12:56 PM Revision 80641488 (qgis): Make QgsPoint a Q_GADGET
Matthias Kuhn
12:56 PM Revision 64d3c788 (qgis): Use toolbar or status bar for snapping config
Denis Rouzaud
12:55 PM Revision f3482d2c (qgis): Rename visibility presets to map themes part 2 (#3641)
Matthias Kuhn
12:54 PM Revision bb225f56 (qgis): Improve db_manager README
Matthias Kuhn
12:49 PM Revision e0d8db72 (qgis): Rename README to README.md
Matthias Kuhn
11:47 AM Revision 57b40618 (qgis): [processing] fixed dialog for selecting scripts
(cherry picked from commit 7884e50c3102b599f2aadfd54d6356414791cf8d) Victor Olaya
11:46 AM Revision f0f093b5 (qgis): [processing] fixed dialog for selecting scripts
(cherry picked from commit 7884e50c3102b599f2aadfd54d6356414791cf8d) Victor Olaya
11:30 AM Revision b9c2ab2b (qgis): Merge pull request #3646 from alexbruy/processing-otb-test
[processing] add tests for OTB algorithms Alexander Bruy
11:13 AM Revision a3ebc7bd (qgis): [processing] add test for ParameterSelection
Alexander Bruy
11:13 AM Revision 8f7183b2 (qgis): [processing] add icon for zonal statistics tool
Alexander Bruy
11:13 AM Revision 7bd43159 (qgis): [processing] expose zonal statistics from Zonal statistics plugin in to...
Alexander Bruy
10:51 AM Revision 79718153 (qgis): Do not pass None to len()
Sandro Santilli
10:51 AM Revision 06976a2e (qgis): Make Extent and Extent CRS GDAL parameters optional
Specify what the default is when extent CRS is not specified.
Allow using "auto" to have extent automatically set to ...
Sandro Santilli
10:31 AM Revision ea0ad5dd (qgis): Merge pull request #3592 from alexbruy/processing-interpolation
[processing] add interpolation tools Alexander Bruy
10:28 AM Revision df90e6b9 (qgis): [processing] remove unused test data
Alexander Bruy
10:28 AM Revision 2778a8fe (qgis): [processing] minor formatting fixes to the OTB README
Alexander Bruy
10:28 AM Revision fd8379c1 (qgis): [processing] remove unused file
Alexander Bruy
10:28 AM Revision b9d5b2c4 (qgis): fix conflicts
Alexander Bruy
10:19 AM Revision 2d4e3da8 (qgis): Merge pull request #3647 from nirvn/composer_attribute_table_fix
[composer] fix attribute table widget connect warning Nyall Dawson
10:17 AM Revision 47222749 (qgis): Fix calculation of transparent region
Nyall Dawson
10:02 AM Revision 69e8da0f (qgis): [composer] fix attribute table widget connect warning
Mathieu Pellerin - nIRV
09:38 AM Revision 02fc2b08 (qgis): Fix missing commit
Nyall Dawson
09:36 AM Revision 7cfe0412 (qgis): Update test mask
Nyall Dawson
09:32 AM Revision bc30cdf4 (qgis): Followup c9251c, fix crash
Nyall Dawson
09:30 AM Revision 961f6be5 (qgis): Merge pull request #3642 from rldhont/fix_server_legend_layertitle-rele...
[BUGFIX][QGIS Server] GetLegendGraphic: if LAYERTITLE is false disable layer name in legend René-Luc ReLuc
09:08 AM Revision dc2df62b (qgis): Make Extent and Extent CRS GDAL parameters optional
Specify what the default is when extent CRS is not specified.
Allow using "auto" to have extent automatically set to ...
Sandro Santilli
08:46 AM Revision 3bdc77d3 (qgis): Merge pull request #3645 from nirvn/linefillpattern_fix
[symbology] prevent creation of a zero width/height line pattern image (fixes #15728) Nyall Dawson
08:40 AM Revision deb3dc71 (qgis): Backport [processing] ensure that outputs of vector overlay operations ...
Matthias Kuhn
08:23 AM Revision 7b22f5d8 (qgis): TEST: add a test for otb conversion application (simpler than bandmath)
Manuel Grizonnet
08:23 AM Revision 3212d393 (qgis): [symbology] prevent creation of a zero width/height line pattern image ...
Mathieu Pellerin - nIRV
08:23 AM Revision d4f410a3 (qgis): Install OTB in QGIS Travis CI script to be able to run OTB test
Alexander Bruy
08:22 AM Revision a7d4b19f (qgis): update readme for otb maintenance script
Alexander Bruy
08:21 AM Revision afea25bd (qgis): BUG: add version 5.4 to supported version
Manuel Grizonnet
08:21 AM Revision 1e7018f0 (qgis): TEST: add test of OTB BandMath application in processing
Manuel Grizonnet
08:19 AM Revision 1f5fb809 (qgis): Fix backport of "force multitype output on processing overlay ops"
Matthias Kuhn
07:11 AM Revision 2b8bf500 (qgis): Fix bad backport. pt 2
Nyall Dawson
05:58 AM Revision 6c0752e7 (qgis): Fix bad backports
Nyall Dawson

2016-10-19

12:21 AM Revision 8c7d772f (qgis): Further optimisations to nonTransparentImageRect calculation
Nyall Dawson
11:50 PM Revision c9251c57 (qgis): Avoid creating multiple render contexts when calculating legend
node size
Partial fix for qgis slowdown when using layer with large
number of legend nodes
Nyall Dawson
10:27 PM Revision 6d92ed45 (qgis): [legend] insure multi-line labels are vertically centered with tall sym...
(cherry-picked from 455874258cfe7deeb4de888483adbedd97c4da7b) Mathieu Pellerin - nIRV
10:27 PM Revision a3e22f66 (qgis): Fix badly worded string
(cherry-picked from 4b398d3c80ce76503b285bdd82859a16dfc4cb7d) Nyall Dawson
10:27 PM Revision 17199337 (qgis): Select all text after reset line edit to null
Nyall Dawson
10:27 PM Revision 2d79b421 (qgis): Fix more occurances of drawPolygon issues on Windows
(cherry-picked from 4bcd97066f0c52f6f4f95adc665193bca0ab4a93) Nyall Dawson
09:28 PM Revision 4cc7623d (qgis): Defer processing of dropped files
On Windows (and maybe other platforms) Qt locks the dragging
application for the duration of dropEvent. This means th...
Nyall Dawson
06:21 PM Revision d1859290 (qgis): [BUGFIX][QGIS Server] GetLegendGraphic: if LAYERTITLE is false disable ...
If the layer has only one legend node, it is embedded in parent.
In QGIS Server the user can specify no layer title, ...
René-Luc ReLuc
06:17 PM Revision b6588cd9 (qgis): Merge pull request #3636 from rldhont/fix_server_legend_layertitle-rele...
[BUGFIX][QGIS Server] GetLegendGraphic: if LAYERTITLE is false disable layer name in legend René-Luc ReLuc
04:22 PM Revision ff99816f (qgis): Followup: respect API changes
Matthias Kuhn
04:18 PM Revision 1a05c70c (qgis): [processing] ensure that outputs of vector overlay operations are multi...
Mathieu Pellerin - nIRV
03:43 PM Revision 58f31f1a (qgis): [processing] add tests for interpolation tools
Alexander Bruy
03:07 PM Revision 18f4238a (qgis): [BUGFIX][QGIS Server] GetLegendGraphic: if LAYERTITLE is false disable ...
If the layer has only one legend node, it is embedded in parent.
In QGIS Server the user can specify no layer title, ...
René-Luc ReLuc
03:03 PM Revision 24f3cc55 (qgis): Fix [DB Manager] Allow lowercase field names for homogenize PostGIS Import
René-Luc ReLuc
03:03 PM Revision 7cec8592 (qgis): [DB Manager] Allow lowercase field names for homogenize PostGIS Import
PostGIS provider has an option to lowercase field names. This options is available for user in QGIS algorithm ImportI... René-Luc ReLuc
02:58 PM Revision cf600495 (qgis): [processing] ensure that outputs of vector overlay operations are multi...
Mathieu Pellerin - nIRV
02:39 PM Revision 56ced864 (qgis): Fix [DB Manager] Allow lowercase field names for homogenize PostGIS Import
René-Luc ReLuc
02:39 PM Revision 2b01c7ce (qgis): [DB Manager] Allow lowercase field names for homogenize PostGIS Import
PostGIS provider has an option to lowercase field names. This options is available for user in QGIS algorithm ImportI... René-Luc ReLuc
02:38 PM Revision d236e303 (qgis): Fix [DB Manager] Allow lowercase field names for homogenize PostGIS Import
René-Luc ReLuc
02:35 PM Revision 010fc7c6 (qgis): Fix [DB Manager] Allow lowercase field names for homogenize PostGIS Import
René-Luc ReLuc
01:59 PM Revision ca66951a (qgis): [processing] add icons for interpolation tools
Alexander Bruy
01:59 PM Revision 774965c2 (qgis): [processing] expose TIN interpolation from interpolation plugin in toolbox
Alexander Bruy
01:58 PM Revision f7575e08 (qgis): [processing] expose IDW interpolation from Interpolation plugin in toolbox
Alexander Bruy
01:41 PM Revision 003504aa (qgis): [DB Manager] Allow lowercase field names for homogenize PostGIS Import
PostGIS provider has an option to lowercase field names. This options is available for user in QGIS algorithm ImportI... René-Luc ReLuc
01:40 PM Revision 5d4cf2fd (qgis): Merge pull request #3625 from rldhont/db_manager_lowercaseFieldNames
[DB Manager] Allow lowercase field names for homogenize PostGIS Import René-Luc ReLuc
01:03 PM Revision a9795ad8 (qgis): [DB Manager] Allow lowercase field names for homogenize PostGIS Import
PostGIS provider has an option to lowercase field names. This options is available for user in QGIS algorithm ImportI... René-Luc ReLuc
12:09 PM Revision c1303727 (qgis): doc: fixed processing's description for v.extract (#3637)
Jaka Kranjc
11:41 AM Revision be8f6e07 (qgis): Merge pull request #3627 from rldhont/fix_server_legend_layertitle-mast...
[BUGFIX][QGIS Server] GetLegendGraphic: if LAYERTITLE is false disable layer name in legend René-Luc ReLuc
11:15 AM Revision cd0fefb4 (qgis): [processing] Update voronoi classes for Python3; update expected data f...
Piotr Pociask
11:15 AM Revision 41fafd69 (qgis): [processing] support MultiPoint geometries in Delaunay triangulation
Piotr Pociask
11:15 AM Revision 3af23036 (qgis): Test for multipoint Delaunay triangulation
Piotr Pociask
10:19 AM Revision 838bf795 (qgis): [BUGFIX][QGIS Server] GetLegendGraphic: if LAYERTITLE is false disable ...
If the layer has only one legend node, it is embedded in parent.
In QGIS Server the user can specify no layer title, ...
René-Luc ReLuc
09:17 AM Revision 133a6f5a (qgis): Fix crash upon setting non-integer Dpi while in debug mode
Closes #15566 Sandro Santilli
09:06 AM Revision acf74a65 (qgis): Fix crash upon setting non-integer Dpi while in debug mode
Closes #15566 Sandro Santilli
08:21 AM Revision f289ef32 (qgis): [processing] add missed spatial index constructor
Alexander Bruy
08:19 AM Revision ee9e1c33 (qgis): [processing] add missed spatial index constructor (follow up 700441eec9)
Alexander Bruy
06:36 AM Revision 1a51a757 (qgis): Merge pull request #3631 from nirvn/legend_vertical_alignment_2
[legend] insure multi-line labels are vertically centered with tall symbols Nyall Dawson
05:02 AM Revision 45587425 (qgis): [legend] insure multi-line labels are vertically centered with tall sym...
Mathieu Pellerin - nIRV
02:31 AM Revision 4bcd9706 (qgis): Fix more occurances of drawPolygon issues on Windows
Nyall Dawson

2016-10-18

01:18 AM Revision 4b398d3c (qgis): Fix badly worded string
Nyall Dawson
12:38 AM Revision cea47427 (qgis): Optimise creation of spatial indexes
Use constructor which takes an iterator instead of manually
adding features, and don't request attributes for spatial...
Nyall Dawson
10:05 PM Revision 0d09ad1e (qgis): [processing] fixed parameterString test
Victor Olaya
10:05 PM Revision d911671b (qgis): [processing] dont set default value in param string, when passed null v...
Victor Olaya
08:08 PM Revision d32a949b (qgis): Blacklist PyQgsDBManagerGpkg test
The test consistently segfaults on Travis, but run fine locally,
normally or under Valgrind.
Trying to run it under V...
Even Rouault
08:08 PM Revision 2c1356cd (qgis): [DBManager] Remove geopackage support from spatialite plugin
Even Rouault
08:08 PM Revision d10e564b (qgis): [DBManager] Add tests for GPKG plugin
Even Rouault
08:08 PM Revision 3f2866c4 (qgis): [FEATURE] [DBManager] Add a GeoPackage dedicated plugin
Even Rouault
08:08 PM Revision 68cb04a5 (qgis): [OGR provider] Support full SELECT subset string
This will be useful for DBManager SQL request layer. Even Rouault
07:57 PM Revision 9d6acbdb (qgis): [processing] add missed imports
Alexander Bruy
07:38 PM Revision b779a6a3 (qgis): Fix failure on testGeopackageExtentUpdate test
Even Rouault
07:36 PM Revision c8e2eb16 (qgis): Fix failure on testGeopackageExtentUpdate test
Even Rouault
05:41 PM Revision d7bd5dc5 (qgis): [processing] correctly set default value for string parameters when no ...
Victor Olaya
04:44 PM Revision 2655ceda (qgis): Merge pull request #3595 from rldhont/fix_server_legend_layertitle
[BUGFIX][QGIS Server] GetLegendGraphic: if LAYERTITLE is false disable layer name in legend René-Luc ReLuc
04:23 PM Revision 70186ee2 (qgis): [OGR provider] Update layer extent for GPKG layers
When moving or deleting a geometry that previously touched the layer extent,
the layer extent was never shrinked.
Th...
Even Rouault
04:01 PM Revision d2299c1f (qgis): [OGR provider] Update layer extent for GPKG layers
When moving or deleting a geometry that previously touched the layer extent,
the layer extent was never shrinked.
Th...
Even Rouault
04:00 PM Revision 194004b0 (qgis): Fix 70ae301310c7a58134ac699fae70af7fd1176684
70ae301310c7a58134ac699fae70af7fd1176684 requires a recent enough GDAL trunk
or GDAL 2.1.2
Even Rouault
03:59 PM Revision 8c373703 (qgis): Fix 70ae301310c7a58134ac699fae70af7fd1176684
70ae301310c7a58134ac699fae70af7fd1176684 requires a recent enough GDAL trunk
or GDAL 2.1.2
Even Rouault
03:55 PM Revision 700441ee (qgis): [processing] remove debug line and fix spatial index creation
Alexander Bruy
03:55 PM Revision 63955e65 (qgis): [processing] fixed handling of None param values in ogr2ogrtopostgis.py
Conflicts:
python/plugins/processing/algs/gdal/ogr2ogrtopostgis.py
Victor Olaya
03:55 PM Revision aeaef6f5 (qgis): [processing] made connection params optional in ogr2ogrtopostgis.py
Victor Olaya
03:55 PM Revision e55d1923 (qgis): [processing] fixes for 'import into PostGIS' alg
fixes #15097 Victor Olaya
03:55 PM Revision 6731eaa9 (qgis): Add test for setting up connection string
Conflicts:
python/plugins/processing/algs/gdal/ogr2ogrtopostgis.py
Sandro Santilli
03:55 PM Revision d63222e6 (qgis): [processing] Allow using libpq defaults for host,port,user,pass and dbname
Fixes #15706 Sandro Santilli
03:55 PM Revision b83fbb16 (qgis): [processing] warn if extent might not be in the expected CRS
Victor Olaya
03:55 PM Revision b4562d14 (qgis): [processing] fixed iterative execution
fixes #15650 Victor Olaya
03:55 PM Revision 7a87fb55 (qgis): [processing] don't use full path for naming layers when loaded in datao...
Victor Olaya
03:55 PM Revision 22a6c473 (qgis): [processing] alternative way of copying algorithms in a model.
should fix #15060 and #15480 Victor Olaya
03:55 PM Revision eb5fc90f (qgis): [processing] dont use hidden outputs when exporting to python or displa...
fixes #14998
Conflicts:
python/plugins/processing/core/GeoAlgorithm.py
Victor Olaya
03:55 PM Revision 90db2464 (qgis): [processing] use only selected features for spatial index
fixes #15584 Victor Olaya
03:55 PM Revision 128da300 (qgis): [processing] better update of expression widget when layer is changed i...
Victor Olaya
03:55 PM Revision c0e3b8fb (qgis): [processing] added short help for saga raster calculator
Victor Olaya
03:55 PM Revision 135576ec (qgis): [processing] fixed wrong import in i_aster_toar
Conflicts:
python/plugins/processing/algs/grass7/ext/i_aster_toar.py
Victor Olaya
03:47 PM Revision e0fc6414 (qgis): Show commit errors in transaction mode
Matthias Kuhn
03:22 PM Revision 9d316b01 (qgis): [OGR provider] Update layer extent for GPKG layers
When moving or deleting a geometry that previously touched the layer extent,
the layer extent was never shrinked.
Th...
Even Rouault
03:03 PM Revision 70ae3013 (qgis): [OGR provider] Update layer extent for GPKG layers
When moving or deleting a geometry that previously touched the layer extent,
the layer extent was never shrinked.
Th...
Even Rouault
02:17 PM Revision 1b48a743 (qgis): test_provider_ogr_gpkg.py: remove stuff that shouldn't have gone in 348...
Even Rouault
02:16 PM Revision 348af7ed (qgis): test_provider_ogr_gpkg.py: pyflakes fixes
Even Rouault
01:43 PM Revision 9786fc00 (qgis): DBManager: python3 fix in create table dialog
The setAutoCompletion() method of QComboBox was deprecated in QT 4 and
has been removed in QT 5. Auto completion is e...
Even Rouault
01:35 PM Revision e22b1953 (qgis): Hide constraint warnings when there are no constraints
Matthias Kuhn
01:18 PM Revision 50389490 (qgis): WMS Server: catch QgsCSException and don't add null bounding boxes to t...
Marco Hugentobler
12:17 PM Revision a51ef429 (qgis): [BUGFIX][QGIS Server] GetLegendGraphic: if LAYERTITLE is false disable ...
If the layer has only one legend node, it is embedded in parent.
In QGIS Server the user can specify no layer title, ...
René-Luc ReLuc
12:08 PM Revision c74c722c (qgis): qgm2cpp.pl fix
(cherry picked from commit 14fbb942c77e12b6d79092bb6bf31e54a02e86cd) Jürgen Fischer
12:08 PM Revision b8e41e84 (qgis): qgm2cpp.pl fix
(cherry picked from commit 14fbb942c77e12b6d79092bb6bf31e54a02e86cd) Jürgen Fischer
12:07 PM Revision 14fbb942 (qgis): qgm2cpp.pl fix
Jürgen Fischer
12:05 PM Revision 73afe217 (qgis): Fix QgsMapLayer ConvertToSubClassCode (#3611)
Fix #15683 Matthias Kuhn
12:04 PM Revision 2b033c1a (qgis): Fix relation manager mess when adding new relations
The table showed wrong information because it didn't take sorting into account
and relied on stable row numbers.
Matthias Kuhn
11:50 AM Revision 640e10b5 (qgis): [processing] Allow using libpq defaults for host,port,user,pass and dbname
Fixes #15706
Includes tests
Sandro Santilli
11:44 AM Revision 2fc41801 (qgis): [processing] Fix handling of None shapeEncoding
Fixes #15719 -- object of type 'NoneType' has no len() Sandro Santilli
11:44 AM Revision 17510f09 (qgis): [processing] Fix handling of None shapeEncoding
Fixes #15719 -- object of type 'NoneType' has no len() Sandro Santilli
11:39 AM Revision a4c55092 (qgis): Merge pull request #3612 from ghtmtt/patch-2
[processing] Missing import fixed for R algorithm Alexander Bruy
11:38 AM Revision f0f70a5d (qgis): Merge pull request #3624 from ghtmtt/master
[processing] porting some small fixes to master Alexander Bruy
11:08 AM Revision f1877078 (qgis): Fix icon size for constraint warning
Matthias Kuhn
11:05 AM Revision aa413b67 (qgis): Fix ogrLayerName handling of PostgreSQL dataset URIs
Also document "uri" parameter semantic, and add more tests.
See for background
https://lists.osgeo.org/pipermail/qgis...
Sandro Santilli
11:05 AM Revision 566e93e6 (qgis): Fix ogrLayerName handling of PostgreSQL dataset URIs
Also document "uri" parameter semantic, and add more tests.
See for background
https://lists.osgeo.org/pipermail/qgis...
Sandro Santilli
11:05 AM Revision 8843de88 (qgis): Fix ogrLayerName handling of PostgreSQL dataset URIs
Also document "uri" parameter semantic, and add more tests.
See for background
https://lists.osgeo.org/pipermail/qgis...
Sandro Santilli
11:05 AM Revision dc5abfed (qgis): Fix ogrLayerName handling of PostgreSQL dataset URIs
Also document "uri" parameter semantic, and add more tests.
See for background
https://lists.osgeo.org/pipermail/qgis...
Sandro Santilli
10:56 AM Revision 76d17ca5 (qgis): update ScriptEditorDialog for py3
matteo ghetta
10:38 AM Revision 1700aa1c (qgis): Fix form constraints and group visibility
When a relation editor was shown (or more generally a widget which is not an
editor widget), constraints and group vi...
Matthias Kuhn
10:32 AM Revision 4ba3290a (qgis): [postgres] Avoid crash when fetching default value fails
Matthias Kuhn
10:13 AM Revision 7f3b10b4 (qgis): [processing] fix button font size in script editor
fixes the zooming of the font size in script editor dialog using another method matteo ghetta
10:10 AM Revision 76eb086c (qgis): [processing] avoid overlapping UI
multi field widget doesn't overlap anymore with other widgets matteo ghetta
10:08 AM Revision 904f49ec (qgis): [processing] Missing import fixed for R algorithm
matteo ghetta
09:06 AM Revision d78d62eb (qgis): Const correctness for QgsPoint::azimuth
Nyall Dawson
08:44 AM Revision 321017fe (qgis): Fix offline editing (#3620)
We cannot just restore all layer properties, offline editing relies on some not
being copied.
Matthias Kuhn
08:32 AM Revision 743a5cdb (qgis): Followup e8be0e, fix rotation when disabling sync
Nyall Dawson
08:30 AM Revision 1762c9ca (qgis): Merge pull request #3619 from nirvn/processing_tinyfix
[processing] fix missing argument when calling getMinCoveringExtent() Victor Olaya
08:21 AM Revision 13afc10d (qgis): [composer] Allow syncing pictures to true north
Previously pictures could only be synced to grid north, which
can be totally wrong for many CRSes (especially in pola...
Nyall Dawson
08:11 AM Revision fb78285d (qgis): [composer] Allow syncing pictures to true north
Previously pictures could only be synced to grid north, which
can be totally wrong for many CRSes (especially in pola...
Nyall Dawson
06:22 AM Revision b2b66751 (qgis): Fix effects lost on geometry generator symbol layer
(cherry-picked from 2a873b83ade6ac2a49ad18598e25e27fd6e9d3d2) Nyall Dawson
06:20 AM Revision 89cc6454 (qgis): Merge pull request #3618 from nyalldawson/true_north
[composer] Allow syncing pictures to true north (fixes #192) Nyall Dawson
05:55 AM Revision 730b5b79 (qgis): [processing] fix missing argument when calling getMinCoveringExtent()
Mathieu Pellerin - nIRV
05:45 AM Revision e8be0ed9 (qgis): [composer] Allow syncing pictures to true north
Previously pictures could only be synced to grid north, which
can be totally wrong for many CRSes (especially in pola...
Nyall Dawson
05:45 AM Revision fb860fb6 (qgis): New class QgsBearingUtils with method to calculate true north
Nyall Dawson
05:22 AM Revision 2835cad6 (qgis): Grey out disabled symbol layers in tree
Nyall Dawson
05:22 AM Revision a6148deb (qgis): [FEATURE] Data defined symbol layer visibility
Adds a data defined override to control a symbol layer's
visibility. Allows users to disable drawing certain symbol l...
Nyall Dawson
05:22 AM Revision b8c2e68f (qgis): [FEATURE] Allow symbol layers to be temporarily disabled
Adds a new checkbox at the bottom of each symbol layer's
properties which allows you to control whether the layer is
...
Nyall Dawson
05:22 AM Revision 2a873b83 (qgis): Fix effects lost on geometry generator symbol layer
Nyall Dawson
05:20 AM Revision bd81edc3 (qgis): Defer processing of dropped files
On Windows (and maybe other platforms) Qt locks the dragging
application for the duration of dropEvent. This means th...
Nyall Dawson
04:38 AM Revision 4589a807 (qgis): Followup ecee438
Nyall Dawson

2016-10-17

01:55 AM Revision ecee4381 (qgis): Fix changing project CRS from legend doesn't correctly set CRS
Also avoid fragile duplicated code for setting/retrieving
common project properties
Fixes #15717
Nyall Dawson
01:48 AM Revision 7396370a (qgis): german translation update
Jürgen Fischer
10:07 PM Revision 9a90a245 (qgis): Add processing test .aux.xml to .gitignore
Nyall Dawson
09:59 PM Revision 25ef130c (qgis): Merge branch 'master' of github.com:qgis/QGIS
Borys Jurgiel
09:59 PM Revision a6c04fc4 (qgis): [Plugin Manager] Fix font size also in master (issue #15302)
Borys Jurgiel
09:54 PM Revision 17e318bd (qgis): [FEATURE] Drag qpt to QGIS to create new composer from template
Nyall Dawson
08:17 PM Revision 55505f9e (qgis): windows: prefer spatialite_i over spatialite
(cherry picked from commit 219a97c35b7c1d8a8943d4e2e47a8956288320b4) Jürgen Fischer
08:16 PM Revision 71bfa1d5 (qgis): windows: prefer spatialite_i over spatialite
(cherry picked from commit 219a97c35b7c1d8a8943d4e2e47a8956288320b4) Jürgen Fischer
08:13 PM Revision 8194de9b (qgis): windows: prefer spatialite_i over spatialite
(cherry picked from commit 219a97c35b7c1d8a8943d4e2e47a8956288320b4) Jürgen Fischer
08:13 PM Revision 219a97c3 (qgis): windows: prefer spatialite_i over spatialite
Jürgen Fischer
07:10 PM Revision 9a962524 (qgis): Use qIsInf instead of isinf
Matthias Kuhn
06:45 PM Revision f3637b17 (qgis): [processing] avoid overlapping UI (#3616)
Super small changes that avoids the overlapping of multi selection widget with other widgets matteo ghetta
06:38 PM Revision c4538b76 (qgis): [BUGFIX][QGIS Server] GetFeatureInfo: Feature with no geometry is not r...
René-Luc ReLuc
06:36 PM Revision ba2dd71b (qgis): [BUGFIX][QGIS Server] GetFeatureInfo: Feature with no geometry is not r...
René-Luc ReLuc
05:49 PM Revision e6397307 (qgis): [BUGFIX][QGIS Server] GetFeatureInfo: Feature with no geometry is not r...
René-Luc ReLuc
05:22 PM Revision 82d9e054 (qgis): Merge pull request #3606 from rldhont/fix_server_featureinfo_nogeometry
[BUGFIX][QGIS Server] GetFeatureInfo: Feature with no geometry is not… René-Luc ReLuc
03:59 PM Revision 522013b8 (qgis): scripts/scandeps.pl: avoid duplicate build depends
Jürgen Fischer
03:59 PM Revision e158ecad (qgis): scripts/scandeps.pl run and t2tdoc
Jürgen Fischer
02:41 PM Revision 25d0351d (qgis): [processing] fixed creating params and outputs from description strings
Victor Olaya
02:13 PM Revision 8f4405f4 (qgis): Also restore layer variables for raster layers from QML
Matthias Kuhn
02:10 PM Revision f0dd7fd4 (qgis): Restore layer variables from QML
Fix #14452 Matthias Kuhn
01:28 PM Revision 697cd1bb (qgis): [BUGFIX][QGIS Server] GetFeatureInfo: Feature with no geometry is not r...
René-Luc ReLuc
01:05 PM Revision 1f1898df (qgis): Allow 0 (infinite) for scale dependent visibility
Fix #15414 Matthias Kuhn
12:35 PM Revision 272a7ae0 (qgis): Revert "[processing] fixed handling of None param values in ogr2ogrtopo...
This reverts commit b94098543983b8b267f36c75756dcebd7c7db2a4.
It was pushed accidentally
Sandro Santilli
11:56 AM Revision 003f10e9 (qgis): Fix extraction of ogr LayerName from database dataset URIs
See https://github.com/qgis/QGIS/commit/6c5364186dd8d45ac51e5bd1a72c6a542f032cb1#commitcomment-19439676
Includes test...
Sandro Santilli
11:55 AM Revision 8bcac0f4 (qgis): Fix extraction of ogr LayerName from database dataset URIs
See https://github.com/qgis/QGIS/commit/6c5364186dd8d45ac51e5bd1a72c6a542f032cb1#commitcomment-19439676
Includes test...
Sandro Santilli
11:55 AM Revision 52a0082a (qgis): Fix extraction of ogr LayerName from database dataset URIs
See https://github.com/qgis/QGIS/commit/6c5364186dd8d45ac51e5bd1a72c6a542f032cb1#commitcomment-19439676
Includes test...
Sandro Santilli
11:53 AM Revision fdc3542a (qgis): Fix extraction of ogr LayerName from database dataset URIs
See https://github.com/qgis/QGIS/commit/6c5364186dd8d45ac51e5bd1a72c6a542f032cb1#commitcomment-19439676
Includes test...
Sandro Santilli
11:22 AM Revision da0ee8b0 (qgis): Merge pull request #3597 from rouault/saveas_overwrite_append
[FEATURE] Vector layer save as: offer file/layer overwriting, new layer creation, feature and field appending Even Rouault
11:11 AM Revision b9409854 (qgis): [processing] fixed handling of None param values in ogr2ogrtopostgis.py
Victor Olaya
10:47 AM Revision 03f08a6c (qgis): Fix QgsMapLayer ConvertToSubClassCode (#3611)
Fix #15683 Matthias Kuhn
10:23 AM Revision 8fa3127c (qgis): Don't rely on RTTI to convert symbol layer to sip objects
Matthias Kuhn
10:22 AM Revision 6c4cb92a (qgis): [processing] Missing import fixed for R algorithm
matteo ghetta
10:16 AM Revision a63805a6 (qgis): [processing] fixed handling of None param values in ogr2ogrtopostgis.py
Victor Olaya
09:39 AM Revision 589a217d (qgis): [processing] made connection params optional in ogr2ogrtopostgis.py
Victor Olaya
09:36 AM Revision d4b06362 (qgis): Minimal improvement for processing tests README
Matthias Kuhn
09:31 AM Revision 576ad138 (qgis): Fix python calls to inexistent methods
Matthias Kuhn
09:18 AM Revision e58177cf (qgis): [processing] fixes for 'import into PostGIS' alg
fixes #15097 Victor Olaya
08:32 AM Revision 61a10df4 (qgis): [processing] fixed check for empty param for strings
Victor Olaya
08:05 AM Revision 3001bd5f (qgis): Merge pull request #3610 from NaturalGIS/processing_grass7_v_voronoi_sk...
Processing grass7 v voronoi skeleton Victor Olaya
08:02 AM Revision 904b62b2 (qgis): Merge pull request #3607 from strk/master_2-processing-libpq-defaults
[processing] Do not override libpq defaults Victor Olaya
07:25 AM Revision cf833521 (qgis): Fix incorrect selection rect drawn for composer items on windows
Nyall Dawson
07:25 AM Revision d1aff824 (qgis): Fix bad fills when using marker line with render effects (fix #15696)
(cherry-picked from a0bfc10, 55f207) Nyall Dawson
06:53 AM Revision 49535581 (qgis): Fix incorrect selection rect drawn for composer items on windows
Nyall Dawson
06:53 AM Revision 4f10a9d2 (qgis): Fix bad fills when using marker line with render effects (fix #15696)
(cherry-picked from a0bfc10, 55f207) Nyall Dawson
06:25 AM Revision bec7cdd5 (qgis): Fix bad fills when using marker line with render effects (fix #15696)
(cherry-picked from a0bfc10, 55f207) Nyall Dawson
06:25 AM Revision e15c93d0 (qgis): Fix color widget opens in wrong panel (fix #15705)
(cherry-picked from 721d3c5bfbd33f00ab675edebb3d3aa3854352e3) Nyall Dawson
04:47 AM Revision 688d1a5e (qgis): [processing] Speed up dissolve when not using fields
Nyall Dawson
03:18 AM Revision a05b610a (qgis): [processing] Use prepared geometries for intersects tests
Wherever possible use prepared geometry engines for intersects
type tests, as it's much faster
Nyall Dawson
02:30 AM Revision 86368f39 (qgis): [processing] Optimise feature requests within qgis algs
- don't use setFilterFid() within loops to fetch features one
at time (as it's extremely slow), instead use setFilter...
Nyall Dawson

2016-10-16

01:55 AM Revision 55f20710 (qgis): Always clear pen/brush before drawing layer effects (fix #15696)
Nyall Dawson
08:09 PM Revision 8f9fe006 (qgis): add paramter to v.voronoi.skeleton
Giovanni Manghi
07:43 PM Revision 80c6a27f (qgis): Add a GRASS7 tool to compute skeletons of areas, using v.voronoi
Giovanni Manghi

2016-10-15

03:57 PM Revision 11627e80 (qgis): Merge pull request #3608 from Cracert/trans_2_14
[TRANSUP] pl: update translators in 2.14 branch Werner Macho
12:30 PM Revision 8914085d (qgis): [TRANSUP] pl: update translators in 2.14 branch
Robert Szczepanek
11:14 AM Revision d4feb35a (qgis): Add test for setting up connection string
Sandro Santilli
10:44 AM Revision be3e807d (qgis): [processing] Allow using libpq defaults for host,port,user,pass and dbname
Fixes #15706 Sandro Santilli
09:31 AM Revision c4222687 (qgis): Fix extraction of ogr LayerName from multi-layer dataset URIs
Adds supports for "layerid" when present.
Drop special handling for "table=" portions found in URI,
making the code m...
Sandro Santilli
09:13 AM Revision 6c536418 (qgis): Fix extraction of ogr LayerName from multi-layer dataset URIs
Adds supports for "layerid" when present.
Drop special handling for "table=" portions found in URI,
making the code m...
Sandro Santilli
09:12 AM Revision 979d6197 (qgis): Fix extraction of ogr LayerName from multi-layer dataset URIs
Adds supports for "layerid" when present.
Drop special handling for "table=" portions found in URI,
making the code m...
Sandro Santilli
09:11 AM Revision 1b1b2388 (qgis): Fix extraction of ogr LayerName from multi-layer dataset URIs
Adds supports for "layerid" when present.
Drop special handling for "table=" portions found in URI,
making the code m...
Sandro Santilli

2016-10-14

10:49 PM Revision 992995c6 (qgis): Backport the supported part of ToolsTest.py tests
Sandro Santilli
06:11 PM Revision 34c049d5 (qgis): Python scripts have 4-spaces indent
Sandro Santilli
06:10 PM Revision b50fee3d (qgis): Python scripts have 4-spaces indent
Sandro Santilli
04:35 PM Revision 167a5af8 (qgis): Add .editorconfig file
Sandro Santilli
04:33 PM Revision 60b4b4db (qgis): Python scripts have 4-spaces indent
Sandro Santilli
10:43 AM Revision 799510f7 (qgis): Revert "postgres provider: quote compound key columns in uri"
This reverts commit daa6510970e9afbc4d41d28e0c94b4f238eb372d.
I've tested that reverting this does not re-introduce ...
Sandro Santilli
10:43 AM Revision ada9348e (qgis): Fix PostgreSQL import of layers with multi-column or quoted-column keys
Fixes #15226 (drag & drop of postgresql views)
Includes test
Sandro Santilli
10:12 AM Revision c8b1b18c (qgis): Fix PostgreSQL import of layers with multi-column or quoted-column keys
Fixes #15226 (drag & drop of postgresql views)
Includes test
Sandro Santilli
10:12 AM Revision 17c85495 (qgis): Revert "postgres provider: quote compound key columns in uri"
This reverts commit daa6510970e9afbc4d41d28e0c94b4f238eb372d.
I've tested that reverting this does not re-introduce ...
Sandro Santilli
10:10 AM Revision 384a7905 (qgis): Revert "postgres provider: quote compound key columns in uri"
This reverts commit daa6510970e9afbc4d41d28e0c94b4f238eb372d.
I've tested that reverting this does not re-introduce ...
Sandro Santilli
10:10 AM Revision 1ce09b84 (qgis): Fix PostgreSQL import of layers with multi-column or quoted-column keys
Fixes #15226 (drag & drop of postgresql views)
Includes test
Sandro Santilli
10:03 AM Revision b8a2bc44 (qgis): debian packaging: add support for yakkety
Jürgen Fischer
10:00 AM Revision dd85796b (qgis): Revert "postgres provider: quote compound key columns in uri"
This reverts commit daa6510970e9afbc4d41d28e0c94b4f238eb372d.
I've tested that reverting this does not re-introduce ...
Sandro Santilli
09:59 AM Revision 5abdfcb8 (qgis): Fix PostgreSQL import of layers with multi-column or quoted-column keys
Fixes #15226 (drag & drop of postgresql views)
Includes test
Sandro Santilli
09:46 AM Revision 8207167b (qgis): debian packaging: add support for yakkety
Jürgen Fischer
09:43 AM Revision 0ff87405 (qgis): debian packaging: add support for yakkety
Jürgen Fischer
09:39 AM Revision f002a4a6 (qgis): debian packaging: add support for yakkety
Jürgen Fischer
09:06 AM Revision c0e3295c (qgis): Fix build
Nyall Dawson
09:06 AM Revision a0bfc10c (qgis): Fix bad fills when using marker line with render effects (fix #15696)
Nyall Dawson
08:42 AM Revision 47c1f6e6 (qgis): Merge pull request #3602 from nirvn/composer_table_custom_grid
[FEATURE] control over drawing of composer table grid horizontal & vertical lines Nyall Dawson
08:30 AM Revision 721d3c5b (qgis): Fix color widget opens in wrong panel (fix #15705)
Nyall Dawson
08:20 AM Revision ec2d7fea (qgis): [FEATURE] control over drawing of composer table grid horizontal & vert...
Mathieu Pellerin - nIRV
07:56 AM Revision ea2fbd1c (qgis): Merge pull request #3584 from nirvn/db_manager_fixes
[db manager] non-spatial import & spatialite error reporting fixes Nyall Dawson
05:39 AM Revision 4b059e04 (qgis): Fix unused variable warning
Nyall Dawson
05:21 AM Revision de85fdd6 (qgis): Fix layer tree expanded state when used expand/collapse all (fixes #15691)
Martin Dobias
03:02 AM Revision 11043c41 (qgis): Add default shortcut to open attribute table (F6)
Nyall Dawson
03:02 AM Revision b7321ecd (qgis): Fix incorrect selection rect drawn for composer items on windows
Nyall Dawson
02:35 AM Revision de360f29 (qgis): Merge pull request #3577 from dakcarto/master-ows-fixes
Larry Shaffer

2016-10-13

12:34 AM Revision f124107f (qgis): Fix incorrect selection rect drawn for composer items on windows
Nyall Dawson
12:20 AM Revision 4c26a81e (qgis): Add default shortcut to open attribute table (F6)
Nyall Dawson
11:52 PM Revision 3efbc0be (qgis): Fix HTML annotation does not display HTML (fix #8609)
Annotation was only rendering html when it was associated with a
map layer. Now if it isn't associated with a map lay...
Nyall Dawson
11:52 PM Revision 94861665 (qgis): Fix first marker is drawn twice for marker line interval mode
(cherry-picked from 748d8acddb5ab6e72b09d2ae6485d46fc17c4d16) Nyall Dawson
11:46 PM Revision 7d6d6c7a (qgis): Using 'perimeter (curved)' labels on polygon layers will
now respect 'Show upside-down labels' setting
(cherry-picked from 34e2bea, a21946a, 12a8891)
Frits van Veen
11:19 PM Revision bd5f9792 (qgis): Fix invalid values for @map_extent_width/height (fix #15672)
(cherry-picked from c1cf896c1a76fdac16b3e800b7e1f106f983e299) Nyall Dawson
11:19 PM Revision 4dcbc1f6 (qgis): Fix escaping in regexp function help
(cherry-picked from e69dd9c9b2fa13efe3a4cd2a512885accfec60b4) Nyall Dawson
08:32 PM Revision d30a8c1f (qgis): Add hint about running specific test methods in python unit tests
Sandro Santilli
08:13 PM Revision a629deef (qgis): [auth] Reinstate auth system reply expansions for OWS providers
- Apparently this was lost during a git squash of commits for 2.12 PR Larry Shaffer
08:13 PM Revision 37b00eb6 (qgis): [WFS provider] Fix auth config extra expansion and auth prioritization
Larry Shaffer
08:09 PM Revision 9671609c (qgis): [auth] Reinstate auth system reply expansions for OWS providers
- Apparently this was lost during a git squash of commits for 2.12 PR Larry Shaffer
08:09 PM Revision ff661fe6 (qgis): [WFS provider] Fix auth config extra expansion and auth prioritization
Larry Shaffer
03:56 PM Revision 518b2490 (qgis): [processing] removed debug line
Victor Olaya
03:22 PM Revision ba98e2d5 (qgis): [processing] remove debug line (fix #15677)
Alexander Bruy
03:20 PM Revision e1607503 (qgis): [processing] correctly handle help loading (fix #15641)
(cherry picked from commit 11326245fae6b4f7946c950ec5ba2a8151e95c44) Alexander Bruy
03:20 PM Revision 022c7de5 (qgis): [processing] correctly handle help loading (fix #15641)
(cherry picked from commit 11326245fae6b4f7946c950ec5ba2a8151e95c44) Alexander Bruy
03:18 PM Revision 11326245 (qgis): [processing] correctly handle help loading (fix #15641)
Alexander Bruy
02:07 PM Revision 5adb90d1 (qgis): [gdaltools] add missed signals (fix #15623)
Alexander Bruy
01:53 PM Revision 35f17496 (qgis): Merge pull request #3581 from alexbruy/processing-terrain-analysis
[processing] add raster terrain analysis tools Victor Olaya
01:45 PM Revision 8a4b782e (qgis): [processing] fixed wrong provider reference in union algorithm
Victor Olaya
01:40 PM Revision 948dcc22 (qgis): [processing] warn if extent might not be in the expected CRS
Victor Olaya
11:38 AM Revision 34894c6f (qgis): [FEATURE] Vector layer save as: offer file/layer overwriting, new layer...
When saving a vector layer into an existing file, depending on the capabilities
of the output driver, the user can no...
Even Rouault
10:47 AM Revision 06a84f94 (qgis): [Plugin Manager] Fix font size (issue #15302)
Borys Jurgiel
10:37 AM Revision 5fd4cee3 (qgis): Merge pull request #3598 from borysiasty/master_2
[Plugin Manager] Fix font size (issue #15302) Jürgen Fischer
10:19 AM Revision ffd1a2ce (qgis): [Plugin Manager] Fix font size (issue #15302)
Borys Jurgiel
02:44 AM Revision 6f84a001 (qgis): Merge pull request #3576 from dakcarto/master_2-ows-fixes
Larry Shaffer

2016-10-12

10:47 PM Revision 2d7164f8 (qgis): [auth] Reinstate auth system reply expansions for OWS providers
- Apparently this was lost during a git squash of commits for 2.12 PR Larry Shaffer
10:47 PM Revision e3164e9e (qgis): [WFS provider] Fix auth config extra expansion and auth prioritization
Larry Shaffer
09:43 PM Revision 25794d40 (qgis): Avoid warning
Nyall Dawson
09:41 PM Revision eb2f5958 (qgis): Avoid warning
Nyall Dawson
08:48 PM Revision 0f4cba5c (qgis): Fix bogus precision/scale in PostgreSQL for double values
This reverts commit 92f71b696ca93c792ae5602ed82863fcef0e5006,
which broke import of legit shapefiles by assuming wron...
Sandro Santilli
05:10 PM Revision 614acd0c (qgis): Last Redo [BUGFIX][QGIS Server] Joins was not reloaded if the layer is ...
Add an accessor to QgsVectorLayer join buffer, to not duplicate QgsVectorLayerJoinBuffer::readXml code René-Luc ReLuc
05:06 PM Revision 39060598 (qgis): Last Redo [BUGFIX][QGIS Server] Joins was not reloaded if the layer is ...
Add an accessor to QgsVectorLayer join buffer, to not duplicate QgsVectorLayerJoinBuffer::readXml code René-Luc ReLuc
05:05 PM Revision 21cfb7d5 (qgis): Last Redo [BUGFIX][QGIS Server] Joins was not reloaded if the layer is ...
Add an accessor to QgsVectorLayer join buffer, to not duplicate QgsVectorLayerJoinBuffer::readXml code René-Luc ReLuc
05:03 PM Revision 726bac52 (qgis): Last Redo [BUGFIX][QGIS Server] Joins was not reloaded if the layer is ...
Add an accessor to QgsVectorLayer join buffer, to not duplicate QgsVectorLayerJoinBuffer::readXml code René-Luc ReLuc
03:22 PM Revision 38b43a2e (qgis): Fix hub link
Sandro Santilli
03:22 PM Revision a0a4e7b9 (qgis): Fix hub link
Sandro Santilli
03:18 PM Revision 15fe635f (qgis): Fix hub link
Sandro Santilli
03:04 PM Revision 898addfa (qgis): [processing] avoid division by zero (fix #15521)
Alexander Bruy
02:19 PM Revision bb8e89fa (qgis): [labeling] Fix line orientation option gets checked randomly
(cherry-picked from 01a402ca113b448f9a8891fda4c062d8bc310f77) Nyall Dawson
02:19 PM Revision 46030757 (qgis): Fix HTML annotation does not display HTML (fix #8609)
Annotation was only rendering html when it was associated with a
map layer. Now if it isn't associated with a map lay...
Nyall Dawson
02:19 PM Revision e79f2b91 (qgis): Correctly handle edit buffer when using request with limit (fix #15505)
(cherry-picked from 2665eb50a69220324f4a6d045e8eba6601760dd3) Nyall Dawson
02:19 PM Revision a6dc6acf (qgis): Fix first marker is drawn twice for marker line interval mode
(cherry-picked from 748d8acddb5ab6e72b09d2ae6485d46fc17c4d16) Nyall Dawson
02:19 PM Revision 3c43bb5e (qgis): Fix invalid values for @map_extent_width/height (fix #15672)
(cherry-picked from c1cf896c1a76fdac16b3e800b7e1f106f983e299) Nyall Dawson
02:19 PM Revision b40b4912 (qgis): Fix escaping in regexp function help
(cherry-picked from e69dd9c9b2fa13efe3a4cd2a512885accfec60b4) Nyall Dawson
02:19 PM Revision b9a69d07 (qgis): Allow expression functions to appear in multiple groups (fix #15682)
Now functions which make sense for multiple contexts (eg length,
to_date) can appear in more than one group.
(cherry...
Nyall Dawson
02:19 PM Revision ba99c7ca (qgis): Fix renaming a virtual field leads to crash (fix #15669)
(cherry-picked from 3a76708bcb4785f5fe930be0b18396e5fa87031f) Nyall Dawson
01:46 PM Revision 7d42a4b0 (qgis): Add test for #15188 (this branch is unaffected by the bug)
Sandro Santilli
01:01 PM Revision d0b3430e (qgis): Fix bogus precision/scale in PostgreSQL for double values
This reverts commit 92f71b696ca93c792ae5602ed82863fcef0e5006,
which broke import of legit shapefiles by assuming wron...
Sandro Santilli
12:58 PM Revision a985d8c9 (qgis): Fix bogus precision/scale in PostgreSQL for double values
This reverts commit 92f71b696ca93c792ae5602ed82863fcef0e5006,
which broke import of legit shapefiles by assuming wron...
Sandro Santilli
12:54 PM Revision 8f42bb8d (qgis): Add perceptually uniform colormaps to default styles
Adds the Viridis, Magma, Plasma and Inferno uniform color ramps
created by Stéfan van der Walt and Nathaniel Smith
S...
Nyall Dawson
12:54 PM Revision 89e69045 (qgis): Correctly handle edit buffer when using request with limit (fix #15505)
(cherry-picked from 2665eb50a69220324f4a6d045e8eba6601760dd3) Nyall Dawson
12:54 PM Revision 48e6bfc6 (qgis): Fix HTML annotation does not display HTML (fix #8609)
Annotation was only rendering html when it was associated with a
map layer. Now if it isn't associated with a map lay...
Nyall Dawson
12:54 PM Revision edd56e95 (qgis): Fix @geometry_point_num and @geometry_point_count for marker lines
Fixes #15673
(cherry-picked from ddfe91f76342578934398f9cc56aa68e4e525020)
Nyall Dawson
12:54 PM Revision 5657a36e (qgis): [labeling] When in line orientation placement mode, rename above/
below options to left of line/right of line
Makes their meaning clearer
(cherry-picked from c36c242e8ef242ef7f2da52...
Nyall Dawson
12:54 PM Revision 44224617 (qgis): [labeling] Fix line orientation option gets checked randomly
(cherry-picked from 01a402ca113b448f9a8891fda4c062d8bc310f77) Nyall Dawson
12:54 PM Revision dae0bced (qgis): Fix first marker is drawn twice for marker line interval mode
(cherry-picked from 748d8acddb5ab6e72b09d2ae6485d46fc17c4d16) Nyall Dawson
12:54 PM Revision d5580772 (qgis): Fix renaming a virtual field leads to crash (fix #15669)
(cherry-picked from 3a76708bcb4785f5fe930be0b18396e5fa87031f) Nyall Dawson
12:54 PM Revision 72431923 (qgis): Fix escaping in regexp function help
(cherry-picked from e69dd9c9b2fa13efe3a4cd2a512885accfec60b4) Nyall Dawson
12:54 PM Revision 6fc9712a (qgis): Allow expression functions to appear in multiple groups (fix #15682)
Now functions which make sense for multiple contexts (eg length,
to_date) can appear in more than one group.
(cherry...
Nyall Dawson
12:54 PM Revision 28fc834d (qgis): Fix invalid values for @map_extent_width/height (fix #15672)
(cherry-picked from c1cf896c1a76fdac16b3e800b7e1f106f983e299) Nyall Dawson
11:53 AM Revision 6ee6398c (qgis): typo fix
Jürgen Fischer
11:11 AM Revision 00859ae3 (qgis): fix default for DEFAULT_WITH_INTERNAL_QWTPOLAR setting
Jürgen Fischer
09:05 AM Revision 6605a227 (qgis): [processing] Optimise uniqueValues method
Now it uses the standard QgsVectorLayer.uniqueValues() method
where possible so that provider side optimisations are ...
Nyall Dawson
08:56 AM Revision 05ea4be7 (qgis): [processing] Fix inefficient values() method
Method was iterating over ever feature in a layer, including
geometries and all attributes for EVERY attribute reques...
Nyall Dawson
08:31 AM Revision 2665eb50 (qgis): Correctly handle edit buffer when using request with limit (fix #15505)
Nyall Dawson
06:20 AM Revision 53c3ed2d (qgis): Fix HTML annotation does not display HTML (fix #8609)
Annotation was only rendering html when it was associated with a
map layer. Now if it isn't associated with a map lay...
Nyall Dawson

2016-10-11

07:03 PM Revision a5ffc6a8 (qgis): Merge pull request #3589 from gacarrillor/patch-1
Adding contribution details. Even Rouault
02:39 PM Revision a1367d43 (qgis): Revert "[processing] Fix missing points in polygons menu item (fix #156...
This reverts commit ba7fdded19760a5ee526cf7357be2b4a7e1b440c. Alexander Bruy
02:39 PM Revision 8784ad0c (qgis): Revert "[processing] restore Points in Polygons algorithm menu entry (f...
This reverts commit 1051dbbdaaa4e4f3a02832f6a923eb9fccd85156. Alexander Bruy
11:38 AM Revision 713e5768 (qgis): [QGIS Server] Loss qobject_cast when it's usefull
René-Luc ReLuc
11:36 AM Revision f17eb482 (qgis): [QGIS Server] Loss qobject_cast when it's usefull
René-Luc ReLuc
11:35 AM Revision 93efb794 (qgis): [QGIS Server] Loss qobject_cast when it's usefull
René-Luc ReLuc
11:35 AM Revision 75405293 (qgis): [QGIS Server] Loss qobject_cast when it's usefull
René-Luc ReLuc
11:04 AM Revision 1051dbbd (qgis): [processing] restore Points in Polygons algorithm menu entry (follow up...
(cherry picked from commit 85962653a2e07f2036964d02ec6e7a4229551183) Alexander Bruy
11:04 AM Revision ba7fdded (qgis): [processing] Fix missing points in polygons menu item (fix #15670)
Also add a unit test
(cherry picked from commit d4323addf04e0a1bdccec2127c7b2b8a59661799)
Conflicts:
python/plugin...
Nyall Dawson
11:01 AM Revision 85962653 (qgis): [processing] restore Points in Polygons algorithm menu entry (follow up...
Alexander Bruy
10:57 AM Revision a356bac1 (qgis): [procesing] add tests for raster terrain analysis algorithms
Alexander Bruy
10:55 AM Revision 7b747743 (qgis): [processing] expose Relief from Raster terrain analysis plugin in toolbox
Alexander Bruy
10:55 AM Revision e76a4678 (qgis): [processing] expose Aspect from Raster terrain analysis plugin in toolbox
Alexander Bruy
10:55 AM Revision fabc0970 (qgis): [processing] add icons for raster terrain analysis algorithms
Alexander Bruy
10:55 AM Revision 15902aa2 (qgis): [processing] expose Hillshade from Raster terrain analysis plugin in to...
Alexander Bruy
10:55 AM Revision 2c2ff64f (qgis): [processing] expose Ruggedness from Raster terrain analysis plugin in t...
Alexander Bruy
10:55 AM Revision 48c7c49c (qgis): [processing] expose Slope from Raster terrain analysis plugin in toolbox
Alexander Bruy
10:55 AM Revision e2f36e40 (qgis): [processing] remove unused imports
Alexander Bruy
09:17 AM Revision 48c11806 (qgis): Merge pull request #3588 from ghtmtt/patch-1
[processing] add missed import Alexander Bruy
08:46 AM Revision 60cc8537 (qgis): Add perceptually uniform colormaps to default styles
Adds the Viridis, Magma, Plasma and Inferno uniform color ramps
created by Stéfan van der Walt and Nathaniel Smith
S...
Nyall Dawson
07:57 AM Revision 9263abe4 (qgis): [composer] Move all grid settings into seperate panel
Now grid settings are accessed by clicking "Modify grid"
from the composer map properties panel. This opens a new
sta...
Nyall Dawson
05:41 AM Revision 0dc5e836 (qgis): Fix unused variable warning
Nyall Dawson
04:08 AM Revision 44546e8e (qgis): [composer] Port remaining symbol pickers to inline panels
Nyall Dawson
03:33 AM Revision c36c242e (qgis): [labeling] When in line orientation placement mode, rename above/
below options to left of line/right of line
Makes their meaning clearer
Nyall Dawson
02:44 AM Revision 01a402ca (qgis): [labeling] Fix line orientation option gets checked randomly
Nyall Dawson

2016-10-10

01:30 AM Revision d4323add (qgis): [processing] Fix missing points in polygons menu item (fix #15670)
Also add a unit test Nyall Dawson
01:30 AM Revision 90aebd11 (qgis): [processing] Add geometry info should add z/m values (fix #14659)
Nyall Dawson
05:58 PM Revision d7ed0697 (qgis): [QGIS Server] Use qobject_cast when it's usefull
René-Luc ReLuc
05:48 PM Revision 9610cbc5 (qgis): [QGIS Server] Use qobject_cast when it's usefull
René-Luc ReLuc
05:29 PM Revision 5abeac12 (qgis): [QGIS Server] Use qobject_cast when it's usefull
René-Luc ReLuc
05:18 PM Revision 49459c8d (qgis): [QGIS Server] Use qobject_cast when it's usefull
René-Luc ReLuc
04:32 PM Revision c96d8b20 (qgis): Adding contribution details.
Grabbed from former OSGeo trac: https://trac.osgeo.org/qgis/ gcarrillo -
04:28 PM Revision ca0fb196 (qgis): Redo [BUGFIX][QGIS Server] Joins was not reloaded if the layer is in cache
With the commit f6aad8b, the QgsMapLayerRegistry signal `layersWillBeRemoved` is always emit. This imply that the vec... René-Luc ReLuc
04:27 PM Revision 4aacaa99 (qgis): Revert "[BUGFIX][QGIS Server] Joins was not reloaded if the layer is in...
This reverts commit e0c281ed6f8e22fe361ea1ccaf17cc77d4b0a32b. René-Luc ReLuc
04:26 PM Revision 3c7a6429 (qgis): Revert "fix typo e0c281ed6f8e22fe361ea1ccaf17cc77d4b0a32b"
This reverts commit 5b79287aaa64fe97142978f6507dc8c0d1004fd9. René-Luc ReLuc
04:24 PM Revision ff86ecd8 (qgis): Revert "Fix QGIS server for PyQgsServerAccessControl"
This reverts commit 7d334c7d76e63ab8c3d752ab5c1e74b44771b8d6. René-Luc ReLuc
04:12 PM Revision f81bce25 (qgis): Redo [BUGFIX][QGIS Server] Joins was not reloaded if the layer is in cache
With the commit f6aad8b, the QgsMapLayerRegistry signal `layersWillBeRemoved` is always emit. This imply that the vec... René-Luc ReLuc
04:11 PM Revision a02d1308 (qgis): Revert "[BUGFIX][QGIS Server] Joins was not reloaded if the layer is in...
This reverts commit 8815f2e5fe1dd9aea3754b0b8317b7a9219dc938. René-Luc ReLuc
04:11 PM Revision fb6255d7 (qgis): Revert "fix typo 8815f2e5fe1dd9aea3754b0b8317b7a9219dc938"
This reverts commit 8b6e544da6d6941b67f7e67cb1c59d4b4fc349e3. René-Luc ReLuc
04:11 PM Revision 80f4ed7a (qgis): Revert "Fix QGIS server for PyQgsServerAccessControl"
This reverts commit f42b55461b4d0ce9e93cba1ba566738d41cc7415. René-Luc ReLuc
03:35 PM Revision d5328f6b (qgis): Redo [BUGFIX][QGIS Server] Joins was not reloaded if the layer is in cache
With the commit f6aad8b, the QgsMapLayerRegistry signal `layersWillBeRemoved` is always emit. This imply that the vec... René-Luc ReLuc
03:34 PM Revision 89dd2633 (qgis): Revert "[BUGFIX][QGIS Server] Joins was not reloaded if the layer is in...
This reverts commit ad32b5e1a7aa2e06bc8a6d29f2cba4e018d4a70c. René-Luc ReLuc
03:34 PM Revision c2328b18 (qgis): Revert "fix typo ad32b5e1a7aa2e06bc8a6d29f2cba4e018d4a70c"
This reverts commit 03fdaa02acb4abb6f8407d805379b50ec132e997. René-Luc ReLuc
03:34 PM Revision 86d455ab (qgis): Revert "Fix QGIS server for PyQgsServerAccessControl"
This reverts commit 6e4dbc0e45b41b163a9499dc16a0e4019853fd3e. René-Luc ReLuc
03:27 PM Revision 801d4cd9 (qgis): Revert "[BUGFIX][QGIS Server] Joins was not reloaded if the layer is in...
This reverts commit 1df9d7e1a60b3e6c913fae1414a6b397a1dc6aae. René-Luc ReLuc
03:27 PM Revision 3b65a91b (qgis): Revert "fix 1df9d7e"
This reverts commit 3b9316dae919a3debd31440eab18b51116cf478d. René-Luc ReLuc
03:27 PM Revision f4cae333 (qgis): Revert "fix typo 1df9d7e1a60b3e6c913fae1414a6b397a1dc6aae"
This reverts commit db1b52a249e7f5187e5ec2462bdf88ca91c5c988. René-Luc ReLuc
03:27 PM Revision be58cd78 (qgis): Revert "Fix QGIS server for PyQgsServerAccessControl"
This reverts commit 8648bd12f39e17e3e656101e5b12a13b170e59c5. René-Luc ReLuc
03:27 PM Revision e34116d7 (qgis): Redo [BUGFIX][QGIS Server] Joins was not reloaded if the layer is in cache
With the commit f6aad8b, the QgsMapLayerRegistry signal `layersWillBeRemoved` is always emit. This imply that the vec... René-Luc ReLuc
02:56 PM Revision 66035b61 (qgis): Merge branch 'processing_parameters_refactoring'
Alexander Bruy
02:56 PM Revision 2c9fdae4 (qgis): move imports to the top
Alexander Bruy
02:55 PM Revision 4292c46c (qgis): Merge branch 'processing_parameters_refactoring' of https://github.com/...
Alexander Bruy
01:48 PM Revision 6d2ab9ed (qgis): Merge pull request #3582 from fritsvanveen/fix_illegible_labels
Fix illegible labels Nyall Dawson
11:53 AM Revision 6fd58155 (qgis): @cluster_color should default to null, not empty string
Nyall Dawson
11:53 AM Revision ddfe91f7 (qgis): Fix @geometry_point_num and @geometry_point_count for marker lines
Fixes #15673 Nyall Dawson
11:53 AM Revision 748d8acd (qgis): Fix first marker is drawn twice for marker line interval mode
Nyall Dawson
11:53 AM Revision 0c4bf943 (qgis): Allow expression functions to appear in multiple groups (fix #15682)
Now functions which make sense for multiple contexts (eg length,
to_date) can appear in more than one group.
Nyall Dawson
11:53 AM Revision e69dd9c9 (qgis): Fix escaping in regexp function help
Nyall Dawson
11:53 AM Revision c1cf896c (qgis): Fix invalid values for @map_extent_width/height (fix #15672)
Nyall Dawson
10:48 AM Revision fa66da29 (qgis): Missing import fixed for R algorithm
matteo ghetta
09:09 AM Revision fba87f79 (qgis): Merge branch 'master' of https://github.com/qgis/QGIS into processing_p...
Conflicts:
python/plugins/processing/gui/ExtentSelectionPanel.py
Victor Olaya
08:05 AM Revision 3b1dfa70 (qgis): [processing] made -te parameter optional in gdal warp
Victor Olaya
08:01 AM Revision 20b93df7 (qgis): [processing] made -te parameter optional in gdal warp
Victor Olaya

2016-10-09

12:49 AM Revision 139d140f (qgis): fix warning
(cherry picked from commit cd3adc077eda76f1503ed7d4e29b1b2e41218d47) Jürgen Fischer
12:47 AM Revision b51e3c7c (qgis): fix warning
(cherry picked from commit cd3adc077eda76f1503ed7d4e29b1b2e41218d47) Jürgen Fischer
12:44 AM Revision cd3adc07 (qgis): fix warning
Jürgen Fischer
01:55 PM Revision f2e87c93 (qgis): fix typos
Jürgen Fischer
01:55 PM Revision df16ef61 (qgis): german translation update
Jürgen Fischer
10:10 AM Revision 8d690fa4 (qgis): [composer] Use inline panels for grid and overview symbol style selectors
Nyall Dawson
02:43 AM Revision 8b66ade6 (qgis): german translation update
Jürgen Fischer

2016-10-08

01:47 AM Revision 22af5bf5 (qgis): fix typos
Jürgen Fischer
01:46 AM Revision f4a7cddb (qgis): fix typos
Jürgen Fischer
01:36 AM Revision a84a2824 (qgis): fix typos
Piotr Pociask
01:31 AM Revision 1e9124de (qgis): fix typos
Jürgen Fischer
01:03 AM Revision 3a76708b (qgis): Fix renaming a virtual field leads to crash (fix #15669)
Nyall Dawson
10:51 PM Revision 3b9316da (qgis): fix 1df9d7e
Jürgen Fischer
08:21 PM Revision ffa2bc46 (qgis): Fix VSIUnlink in QgsOgrUtils::stringToFeatureList
(cherry picked from commit a8d08891ce9a9b7add36955261cf402202a54e80) Piotr Pociask
08:19 PM Revision 9ad04821 (qgis): Fix VSIUnlink in QgsOgrUtils::stringToFeatureList
(cherry picked from commit a8d08891ce9a9b7add36955261cf402202a54e80) Piotr Pociask
08:18 PM Revision 1d612d79 (qgis): Merge pull request #3586 from p0cisk/master
Fix VSIUnlink in QgsOgrUtils::stringToFeatureList Jürgen Fischer
07:43 PM Revision a8d08891 (qgis): Fix VSIUnlink in QgsOgrUtils::stringToFeatureList
Piotr Pociask
06:37 PM Revision f2d1c2b3 (qgis): fix warnings
(cherry picked from commit 4e22d2485648632b3cb83815aa954ab9a936f35c) Jürgen Fischer
06:33 PM Revision 4e22d248 (qgis): fix warnings
Jürgen Fischer

2016-10-07

07:32 PM Revision 7d334c7d (qgis): Fix QGIS server for PyQgsServerAccessControl
René-Luc ReLuc
07:31 PM Revision f42b5546 (qgis): Fix QGIS server for PyQgsServerAccessControl
René-Luc ReLuc
07:30 PM Revision 6e4dbc0e (qgis): Fix QGIS server for PyQgsServerAccessControl
René-Luc ReLuc
07:28 PM Revision 8648bd12 (qgis): Fix QGIS server for PyQgsServerAccessControl
René-Luc ReLuc
04:32 PM Revision 9b757460 (qgis): [processing] remove obsolete import
Alexander Bruy
04:23 PM Revision 409a1833 (qgis): Update ogcutils tests
René-Luc ReLuc
04:07 PM Revision 1ab83dc5 (qgis): [BUGFIX] Support OGC PropertyIsLike attributs
The OGC PropertyIsLike element can have 4 attributs:
* matchCase to specify LIKE or ILIKE
* wildCard to specify a wil...
René-Luc ReLuc
03:52 PM Revision 2d17b320 (qgis): [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 i...
René-Luc ReLuc
03:49 PM Revision 03fdaa02 (qgis): fix typo ad32b5e1a7aa2e06bc8a6d29f2cba4e018d4a70c
René-Luc ReLuc
03:48 PM Revision 8b6e544d (qgis): fix typo 8815f2e5fe1dd9aea3754b0b8317b7a9219dc938
René-Luc ReLuc
03:48 PM Revision db1b52a2 (qgis): fix typo 1df9d7e1a60b3e6c913fae1414a6b397a1dc6aae
René-Luc ReLuc
03:47 PM Revision 1df9d7e1 (qgis): [BUGFIX][QGIS Server] Joins was not reloaded if the layer is in cache
With the commit f6aad8bad6db72d0b1e573998ac7dcb2405dce55, the QgsMapLayerRegistry signal `layersWillBeRemoved` is alw... René-Luc ReLuc
03:47 PM Revision 5b79287a (qgis): fix typo e0c281ed6f8e22fe361ea1ccaf17cc77d4b0a32b
René-Luc ReLuc
03:41 PM Revision ad32b5e1 (qgis): [BUGFIX][QGIS Server] Joins was not reloaded if the layer is in cache
With the commit f6aad8bad6db72d0b1e573998ac7dcb2405dce55, the QgsMapLayerRegistry signal `layersWillBeRemoved` is alw... René-Luc ReLuc
03:36 PM Revision 8815f2e5 (qgis): [BUGFIX][QGIS Server] Joins was not reloaded if the layer is in cache
With the commit f6aad8bad6db72d0b1e573998ac7dcb2405dce55, the QgsMapLayerRegistry signal `layersWillBeRemoved` is alw... René-Luc ReLuc
03:24 PM Revision 90662d5c (qgis): osgeo4w: really use package name (fixes 6db9a371)
(cherry picked from commit f971b0dbd16edd857cd76cc09fe7a08ac0b03cbe) Jürgen Fischer
03:24 PM Revision 93f12469 (qgis): osgeo4w: really use package name (fixes 6db9a371)
(cherry picked from commit f971b0dbd16edd857cd76cc09fe7a08ac0b03cbe) Jürgen Fischer
03:23 PM Revision e0c281ed (qgis): [BUGFIX][QGIS Server] Joins was not reloaded if the layer is in cache
With the commit f6aad8bad6db72d0b1e573998ac7dcb2405dce55, the QgsMapLayerRegistry signal `layersWillBeRemoved` is alw... René-Luc ReLuc
03:23 PM Revision c653747a (qgis): osgeo4w: really use package name (fixes 6db9a371)
(cherry picked from commit f971b0dbd16edd857cd76cc09fe7a08ac0b03cbe) Jürgen Fischer
03:22 PM Revision f971b0db (qgis): osgeo4w: really use package name (fixes 6db9a371)
Jürgen Fischer
02:02 PM Revision fb1da3a0 (qgis): Remove useless debug trace
Even Rouault
02:02 PM Revision e2ca08be (qgis): Remove useless debug trace
Even Rouault
02:01 PM Revision ccb8b0f9 (qgis): Remove useless debug trace
Even Rouault
02:00 PM Revision bc5ac29d (qgis): [OGR provider] Make feature iterator work on GeometryCollection sublayers
When trying to reproduce http://hub.qgis.org/issues/10485, I noticed a regression.
Now attribute table no longer show...
Even Rouault
01:55 PM Revision d6ef5d21 (qgis): [OGR provider] Make feature iterator work on GeometryCollection sublayers
When trying to reproduce http://hub.qgis.org/issues/10485, I noticed a regression.
Now attribute table no longer show...
Even Rouault
01:55 PM Revision 319bb9d0 (qgis): [OGR provider] Make feature iterator work on GeometryCollection sublayers
When trying to reproduce http://hub.qgis.org/issues/10485, I noticed a regression.
Now attribute table no longer show...
Even Rouault
01:42 PM Revision a5a18c2e (qgis): [OGR provider] Make feature iterator work on GeometryCollection sublayers
When trying to reproduce http://hub.qgis.org/issues/10485, I noticed a regression.
Now attribute table no longer show...
Even Rouault
12:22 PM Revision 872d86eb (qgis): [OGR provider] Force REPACK at the first edit action.
In the case where we deal with a shapefile, it is possible that it has
pre-existing holes in the DBF (see #15407), so...
Even Rouault
12:19 PM Revision aa5ec22c (qgis): [OGR provider] Force REPACK at the first edit action.
In the case where we deal with a shapefile, it is possible that it has
pre-existing holes in the DBF (see #15407), so...
Even Rouault
12:17 PM Revision 6d5e7356 (qgis): [OGR provider] Force REPACK at the first edit action.
In the case where we deal with a shapefile, it is possible that it has
pre-existing holes in the DBF (see #15407), so...
Even Rouault
12:14 PM Revision 3a906a18 (qgis): [OGR provider] Force REPACK at the first edit action.
In the case where we deal with a shapefile, it is possible that it has
pre-existing holes in the DBF (see #15407), so...
Even Rouault
12:09 PM Revision c093d518 (qgis): Fix crash in node tool after deleting the whole geometry (fixes #15659)
Made sure that both closestVertex() and closestSegment() return negative
distance on error (e.g. with null or emtpy g...
Martin Dobias
11:26 AM Revision 6db9a371 (qgis): osgeo4w: use package name in build directory
(cherry picked from commit 706431e31d6f0a288856ceeff39d7ce432c20633) Jürgen Fischer
11:26 AM Revision 61a0a1e4 (qgis): osgeo4w: use package name in build directory
(cherry picked from commit 706431e31d6f0a288856ceeff39d7ce432c20633) Jürgen Fischer
11:26 AM Revision 35ddf1f2 (qgis): osgeo4w: use package name in build directory
(cherry picked from commit 706431e31d6f0a288856ceeff39d7ce432c20633) Jürgen Fischer
11:26 AM Revision 706431e3 (qgis): osgeo4w: use package name in build directory
Jürgen Fischer
10:54 AM Revision b567fd0a (qgis): Merge pull request #3583 from rouault/fix_15419
QgsSymbol::renderFeature(): render larger parts of multipolygon first Even Rouault
09:48 AM Revision 2c92152c (qgis): debian packaging: run tests with ninja too (followup b4f3126)
Jürgen Fischer
08:38 AM Revision b643364e (qgis): followup 43fa88e fix python3 (refs #15256)
Martin Dobias
08:16 AM Revision 12a8891b (qgis): Fix curved labels
Frits van Veen
07:33 AM Revision 43fa88e7 (qgis): Followup 5b2646c to fix tests (refs #15256)
Martin Dobias
07:07 AM Revision 20d006e1 (qgis): [db manager] fix spatialite error reporting
Mathieu Pellerin - nIRV
06:53 AM Revision dab18e76 (qgis): [db manager] fix non-spatial import
Mathieu Pellerin - nIRV
05:41 AM Revision 5b2646cf (qgis): Fix problems with plugins using unicode characters (fixes #15256)
regression introduced during python3 porting Martin Dobias

2016-10-06

11:39 PM Revision a9e9a6e4 (qgis): Merge pull request #3579 from nyalldawson/composer_dock
Port composer item configuration widgets to inline dock Nyall Dawson
11:21 PM Revision 5cd7efac (qgis): [WFS provider] Be robust to field names ending with spaces in DescribeF...
Fixes #3426 Even Rouault
11:19 PM Revision fb50a3e3 (qgis): [WFS provider] Be robust to field names ending with spaces in DescribeF...
Fixes #3426 Even Rouault
11:18 PM Revision e5f7cdcb (qgis): [WFS provider] Be robust to field names ending with spaces in DescribeF...
Fixes #3426 Even Rouault
08:45 PM Revision 89326395 (qgis): QgsSymbol::renderFeature(): render larger parts of multipolygon first
When drawing an invalid multipolygon, that has a part inside another one,
there is a chance we draw first the smaller...
Even Rouault
07:49 PM Revision 763d97fb (qgis): Properly deal with empty cache/directory in WFS provider, server and gl...
Fixes #15111 Even Rouault
07:45 PM Revision 41693604 (qgis): Properly deal with empty cache/directory in WFS provider, server and gl...
Fixes #15111 Even Rouault
07:43 PM Revision 7182b1b8 (qgis): Properly deal with empty cache/directory in WFS provider, server and gl...
Fixes #15111 Even Rouault
07:17 PM Revision eba8c5d9 (qgis): [WFS provider] Do not append crs at end of BBOX in WFS 1.0
Fixes #15464 Even Rouault
07:11 PM Revision a9850ae0 (qgis): [WFS provider] Do not append crs at end of BBOX in WFS 1.0
Fixes #15464 Even Rouault
07:09 PM Revision 1ebd5a45 (qgis): [WFS provider] Do not append crs at end of BBOX in WFS 1.0
Fixes #15464 Even Rouault
06:53 PM Revision 85e9389c (qgis): [WFS provider] Force refresh of GetCapabilities when pressing Connect
The cached response to GetCapabilities was always used, even when
pressing Connect. Now a new request is sent over th...
Even Rouault
06:52 PM Revision 302570e5 (qgis): [WFS provider] Force refresh of GetCapabilities when pressing Connect
The cached response to GetCapabilities was always used, even when
pressing Connect. Now a new request is sent over th...
Even Rouault
06:44 PM Revision b8ff71af (qgis): [WFS provider] Force refresh of GetCapabilities when pressing Connect
The cached response to GetCapabilities was always used, even when
pressing Connect. Now a new request is sent over th...
Even Rouault
06:01 PM Revision fffbf784 (qgis): Fix exception in GDALTools.doRasterize.loadFields due to Python 3 conve...
Even Rouault
05:46 PM Revision d4317a7b (qgis): [OGR provider] Check if REPACK has emitted errors
Refs #15393 and #15570
Real fix for the REPACK issues has been committed per
GDAL ticket https://trac.osgeo.org/gdal/...
Even Rouault
05:45 PM Revision fad3de87 (qgis): [OGR provider] Check if REPACK has emitted errors
Refs #15393 and #15570
Real fix for the REPACK issues has been committed per
GDAL ticket https://trac.osgeo.org/gdal/...
Even Rouault
04:30 PM Revision ee87dc30 (qgis): [OGR provider] Check if REPACK has emitted errors
Refs #15393 and #15570
Real fix for the REPACK issues has been committed per
GDAL ticket https://trac.osgeo.org/gdal/...
Even Rouault
04:14 PM Revision 5b6e4b80 (qgis): [OGR provider] Check if REPACK has emitted errors
Refs #15393 and #15570
Real fix for the REPACK issues has been committed per
GDAL ticket https://trac.osgeo.org/gdal/...
Even Rouault
03:54 PM Revision daf8f7a2 (qgis): fix PyQgsAppStartup (followup d9349e5)
Jürgen Fischer
02:57 PM Revision 45a84419 (qgis): [processing] show error message instead of Python error if output raste...
Alexander Bruy
02:37 PM Revision 5fb71b19 (qgis): Fix right aligned contents in label spin boxes
(cherry-picked from 2dea055b32940af6c3f1f65b55fe45de4feafa2f) Nyall Dawson
02:27 PM Revision 446493d1 (qgis): [labeling] Fix data defined placement with rotated maps
For layers requiring reprojection and with rotated maps any
labels with data defined x/y would not be rendered
Fix #...
Nyall Dawson
02:19 PM Revision 5c339e73 (qgis): Fix rule based renderer shows 0 count on first click of "show counts"
(cherry-picked from 291f7bdaa3d6463e7e413e92a1a5b39d16efb039) Nyall Dawson
02:19 PM Revision 31dc608a (qgis): Fix many labeling unit settings are lost on closing dialog
(and also don't trigger auto preview)
(cherry-picked from dc481955a5848ee355238bf93f82068de71aca4f)
Nyall Dawson
02:18 PM Revision dea29276 (qgis): Fix arrow and filled marker symbols don't show selection state
(cherry-picked from 8ffa08447aee097568d8be7f5876bd395202ab80) Nyall Dawson
02:18 PM Revision c4cace06 (qgis): Rename duplicate menu item causing Qt warning
(cherry-picked from 35b3b7949bcfd32e8e2959f7d922ead3e7921a87) Nyall Dawson
02:17 PM Revision 83d5719c (qgis): Preserve edits for multiline editor when length exceeds field size
Previously when using the multiline option for text edit widgets
the entire contents of the field would be discarded ...
Nyall Dawson
02:15 PM Revision e42bd87b (qgis): [labeling] Fix data defined placement with rotated maps
For layers requiring reprojection and with rotated maps any
labels with data defined x/y would not be rendered
Fix #...
Nyall Dawson
02:14 PM Revision c2fbab19 (qgis): [labeling] Fix data defined placement with rotated maps
For layers requiring reprojection and with rotated maps any
labels with data defined x/y would not be rendered
Fix #...
Nyall Dawson
01:53 PM Revision 322c8f49 (qgis): Preserve edits for multiline editor when length exceeds field size
Previously when using the multiline option for text edit widgets
the entire contents of the field would be discarded ...
Nyall Dawson
01:52 PM Revision d5ef91fe (qgis): Fix rule based renderer shows 0 count on first click of "show counts"
(cherry-picked from 291f7bdaa3d6463e7e413e92a1a5b39d16efb039) Nyall Dawson
01:50 PM Revision b7e24e39 (qgis): Fix last segment length in measure dialog is incorrect after
completing measurement with right mouse click
(cherry-picked from bad137283b7d22ab2f7bf889bc72b1088efaa742)
Nyall Dawson
01:50 PM Revision d98d24bf (qgis): Fix measure dialog shows wrong results when changing units
If the measurement was not finished (ie right click occurred)
then the last length would be missing from the table
F...
Nyall Dawson
01:50 PM Revision 35ba4b39 (qgis): Fix crash when validating geometry (fix #15660)
Also fix python bindings for QgsGeometryValidator
(cherry-picked from bc32b1fe5a9ac05f1763f45268eab833cc46e546)
Nyall Dawson
01:49 PM Revision 23a0984f (qgis): Fix arrow and filled marker symbols don't show selection state
(cherry-picked from 8ffa08447aee097568d8be7f5876bd395202ab80) Nyall Dawson
01:49 PM Revision a13938c1 (qgis): Rename duplicate menu item causing Qt warning
(cherry-picked from 35b3b7949bcfd32e8e2959f7d922ead3e7921a87) Nyall Dawson
01:49 PM Revision 9c51eb5b (qgis): Preserve edits for multiline editor when length exceeds field size
Previously when using the multiline option for text edit widgets
the entire contents of the field would be discarded ...
Nyall Dawson
01:49 PM Revision 05044ac3 (qgis): Fix many labeling unit settings are lost on closing dialog
(and also don't trigger auto preview)
(cherry-picked from dc481955a5848ee355238bf93f82068de71aca4f)
Nyall Dawson
01:49 PM Revision 1c225b7b (qgis): Fix rule based renderer shows 0 count on first click of "show counts"
(cherry-picked from 291f7bdaa3d6463e7e413e92a1a5b39d16efb039) Nyall Dawson
01:49 PM Revision 550716a6 (qgis): Fix identify menu highlight only works with simple geometry types
Fix #15625
(cherry-picked from 5b3f10a531765a8c3951fa35a33d7da5a0c27644)
Nyall Dawson
01:49 PM Revision d4eada7c (qgis): Fix data defined buttons sometimes incorrectly show error state
(cherry-picked from 7d27b43e79d58412d8c894f05cc984af47583bc0) Nyall Dawson
01:49 PM Revision 4d452181 (qgis): Fix cannot modify diagram attribute expression (fix #15514)
Also clean up some code
(cherry-picked from 111106c64fcf4288617e65fc160a2b6112606cfc)
Nyall Dawson
01:49 PM Revision bb2450ee (qgis): Fix SVG preview blocks QGIS (fix #14255)
Now SVG preview loading occurs in a background thread so that
dialogs can open instantly
Also guard against circular...
Nyall Dawson
01:49 PM Revision 971b4133 (qgis): Fix layers with layer wide opacity "flashing" by rendering
intermediate states without opacity
(cherry-picked from 19f6b62cd8e99fc73e5f89f3c0f82f586d5214ec)
Nyall Dawson
01:49 PM Revision 61c0f18c (qgis): Fix last segment length in measure dialog is incorrect after
completing measurement with right mouse click
(cherry-picked from bad137283b7d22ab2f7bf889bc72b1088efaa742)
Nyall Dawson
01:49 PM Revision f327bf55 (qgis): Fix measure dialog shows wrong results when changing units
If the measurement was not finished (ie right click occurred)
then the last length would be missing from the table
F...
Nyall Dawson
01:49 PM Revision 93b1170c (qgis): Correctly emit panelAccepted when panel is not in dock mode
Fixes #15373 - refine current rule not working when symbol widgets
are not used in the style dock
This fixes a behav...
Nyall Dawson
01:49 PM Revision 767b88d5 (qgis): Fix crash when validating geometry (fix #15660)
Also fix python bindings for QgsGeometryValidator
(cherry-picked from bc32b1fe5a9ac05f1763f45268eab833cc46e546)
Nyall Dawson
01:49 PM Revision 08bfd915 (qgis): [pseudocolor renderer] fix invert check box in continous mode
(fixes #15209)
(cherry-picked from 1e0e9c2e9549fd77e93b3c93597d3716708ce5d1)
Mathieu Pellerin - nIRV
01:49 PM Revision 7c4aa126 (qgis): Fix crash in raster transparency widget on close
mPixelSelectorTool is owned by canvas, which may be deleted
before the QgsRasterTransparencyWidget on QGIS exit
(che...
Nyall Dawson
01:49 PM Revision d71523d4 (qgis): Fix missing live updates when raster colorize color changes
(cherry-picked from b95a5e98c8cbd9bc388e42634eb11a2b161eecbb) Nyall Dawson
01:49 PM Revision a3331f13 (qgis): Make modifications through the style dock much faster
Before any change in the style dock would invalidate the cache
for ALL map layers, resulting in every layer being red...
Nyall Dawson
01:40 PM Revision 17010acf (qgis): [travis] fix grass7 plugin build by adding GRASS_PREFIX7 (#3578)
* [travis] fix grass7 plugin build by adding GRASS_PREFIX7
* Followup 3n0486c: fix grass plugin build, take 2
Mathieu Pellerin - nIRV
01:36 PM Revision d2c20495 (qgis): osgeo4w: switch to ninja
Jürgen Fischer
01:31 PM Revision b4f3126b (qgis): debian packages
* remove outdated conditionals
* switch to ninja
Jürgen Fischer
01:31 PM Revision 98c0da9c (qgis): grass plugin fix (followup 3b0486c)
Jürgen Fischer
01:09 PM Revision 52f702e0 (qgis): Fix identify menu highlight only works with simple geometry types
Fix #15625
(cherry-picked from 5b3f10a531765a8c3951fa35a33d7da5a0c27644)
Nyall Dawson
01:09 PM Revision e6df7e31 (qgis): Fix data defined buttons sometimes incorrectly show error state
(cherry-picked from 7d27b43e79d58412d8c894f05cc984af47583bc0) Nyall Dawson
01:09 PM Revision 7c46784f (qgis): Fix cannot modify diagram attribute expression (fix #15514)
Also clean up some code
(cherry-picked from 111106c64fcf4288617e65fc160a2b6112606cfc)
Nyall Dawson
01:09 PM Revision ffafafdb (qgis): Fix SVG preview blocks QGIS (fix #14255)
Now SVG preview loading occurs in a background thread so that
dialogs can open instantly
Also guard against circular...
Nyall Dawson
01:09 PM Revision 20992f08 (qgis): Fix layers with layer wide opacity "flashing" by rendering
intermediate states without opacity
(cherry-picked from 19f6b62cd8e99fc73e5f89f3c0f82f586d5214ec)
Nyall Dawson
01:09 PM Revision d0cc463b (qgis): Fix last segment length in measure dialog is incorrect after
completing measurement with right mouse click
(cherry-picked from bad137283b7d22ab2f7bf889bc72b1088efaa742)
Nyall Dawson
01:09 PM Revision adb6c0a4 (qgis): Fix measure dialog shows wrong results when changing units
If the measurement was not finished (ie right click occurred)
then the last length would be missing from the table
F...
Nyall Dawson
01:09 PM Revision d073ca29 (qgis): Correctly emit panelAccepted when panel is not in dock mode
Fixes #15373 - refine current rule not working when symbol widgets
are not used in the style dock
This fixes a behav...
Nyall Dawson
01:09 PM Revision d000833f (qgis): Fix crash when validating geometry (fix #15660)
Also fix python bindings for QgsGeometryValidator
(cherry-picked from bc32b1fe5a9ac05f1763f45268eab833cc46e546)
Nyall Dawson
01:09 PM Revision e33fc0bf (qgis): [pseudocolor renderer] fix invert check box in continous mode
(fixes #15209)
(cherry-picked from 1e0e9c2e9549fd77e93b3c93597d3716708ce5d1)
Mathieu Pellerin - nIRV
01:09 PM Revision c73a6e05 (qgis): Fix crash in raster transparency widget on close
mPixelSelectorTool is owned by canvas, which may be deleted
before the QgsRasterTransparencyWidget on QGIS exit
(che...
Nyall Dawson
01:09 PM Revision 7eccb43c (qgis): Fix raster style dock widgets not opened with dock mode flag
Makes the color picker open inline for the raster properties pages
(cherry-picked from 79fd6fa0ac9f078c916d90fbfc2ff...
Nyall Dawson
01:09 PM Revision dfbbc02f (qgis): Fix missing live updates when raster colorize color changes
(cherry-picked from b95a5e98c8cbd9bc388e42634eb11a2b161eecbb) Nyall Dawson
01:09 PM Revision 6b9ea84e (qgis): Make modifications through the style dock much faster
Before any change in the style dock would invalidate the cache
for ALL map layers, resulting in every layer being red...
Nyall Dawson
12:36 PM Revision 736b2daf (qgis): Update ogcutils tests
René-Luc ReLuc
12:36 PM Revision 72f93c98 (qgis): [BUGFIX] Support OGC PropertyIsLike attributs
The OGC PropertyIsLike element can have 4 attributs:
* matchCase to specify LIKE or ILIKE
* wildCard to specify a wil...
René-Luc ReLuc
12:31 PM Revision 9e736d19 (qgis): Merge pull request #3580 from rldhont/ogcutils_propertyIsLike_attributs...
Backport [BUGFIX] Support OGC PropertyIsLike attributs #3551 René-Luc ReLuc
11:40 AM Revision d9349e5b (qgis): update configuration settings to qgis3
Jürgen Fischer
11:04 AM Revision 521cc3be (qgis): [composer] Merge color change undo commands
Avoids color modifications spamming the undo stack Nyall Dawson
11:04 AM Revision 028db7e5 (qgis): [FEATURE] Port composer config widgets to QgsPanelWidgets
Brings the inline (ie, no modal dialogs!) color modification
and symbol editing from the layer styling panel to
compo...
Nyall Dawson
11:03 AM Revision c6436f89 (qgis): Make modifications through the style dock much faster
Before any change in the style dock would invalidate the cache
for ALL map layers, resulting in every layer being red...
Nyall Dawson
11:02 AM Revision 584ce223 (qgis): fix save to postgis table in processing
(cherry picked from commit 7c59e4117712dc9f730380e06e0b903474fbb954) Marco Bernasocchi
11:01 AM Revision f36b403b (qgis): fix save to postgis table in processing
(cherry picked from commit 7c59e4117712dc9f730380e06e0b903474fbb954) Marco Bernasocchi
11:00 AM Revision fddd56ca (qgis): Update ogcutils tests
René-Luc ReLuc
10:58 AM Revision 9a9df32c (qgis): Merge pull request #3574 from mbernasocchi/master
[processing] fix save to postgis table Alexander Bruy
10:37 AM Revision dcdf91b0 (qgis): Merge pull request #3507 from alexbruy/memory-provider-25d
Add support for 2.5D geometries to memory provider Alexander Bruy
10:36 AM Revision bc369f6e (qgis): [BUGFIX] Support OGC PropertyIsLike attributs
The OGC PropertyIsLike element can have 4 attributs:
* matchCase to specify LIKE or ILIKE
* wildCard to specify a wil...
René-Luc ReLuc
10:27 AM Revision 5d64a8b5 (qgis): Merge pull request #3551 from rldhont/ogcutils_propertyIsLike_attributs
[BUGFIX] Support OGC PropertyIsLike attributs René-Luc ReLuc
10:26 AM Revision 702eace7 (qgis): Merge pull request #3532 from pvalsecc/discover_relations
Add auto-discovery of relations for PostgresQL and SpatiaLite Even Rouault
09:36 AM Revision 37e3dd76 (qgis): When taking main widget from QgsPanelWidgetStack, auto accept
all open child panel widgets
Avoids the stack state becoming inconsistent because child
panel widgets from a differe...
Nyall Dawson
09:36 AM Revision fbdc4149 (qgis): Rename methods in QgsPanelWidgetStack for consistency
Nyall Dawson

2016-10-05

10:15 PM Revision 3b0486cc (qgis): Followup 722fdef: fix grass plugin build
Matthias Kuhn
08:35 PM Revision 7c59e411 (qgis): fix save to postgis table in processing
Marco Bernasocchi
08:02 PM Revision 9242d225 (qgis): Remove fields from default value configuration widget
Matthias Kuhn
04:18 PM Revision d0ec3670 (qgis): Fix crash in QgsEncodingFileDialog
Matthias Kuhn
03:51 PM Revision 5179a3a5 (qgis): [processing] Fix extent selection widget
Matthias Kuhn
02:33 PM Revision 722fdefe (qgis): referencedColumns returns QSet<QString> instead of QStringList
The order of the elements is irrelevant and duplicate elements are unwanted. It
is therefore a perfect candidate for ...
Matthias Kuhn
02:33 PM Revision 3767cd48 (qgis): Debloat QgsExpression header
it's used throughout the project and keeping it slick should keep compile time a
little lower.
These methods are also...
Matthias Kuhn
01:41 PM Revision b642c3ff (qgis): Show fields in "default value" expression editor
Matthias Kuhn
12:39 PM Revision 22076690 (qgis): [processing] fixed expressions dialog when not in modeler
Victor Olaya
12:39 PM Revision bc0cdc7b (qgis): [processing] fixed handling of integer values
Victor Olaya
12:39 PM Revision 4184934b (qgis): [processing] Apply 2to3 on changes
Arnaud Morvan
12:38 PM Revision effcb5ed (qgis): [processing] [modeler] show options of MultipleInputParameter sorted in...
fixes # 4836 Victor Olaya
12:38 PM Revision 404c57bc (qgis): [processing] fixed table fields in batch processing interface
Conflicts:
python/plugins/processing/gui/BatchInputSelectionPanel.py
Victor Olaya
12:38 PM Revision 23aec615 (qgis): [processing] connect signal in multipleinput widget
Victor Olaya
12:38 PM Revision 6f498a31 (qgis): [processing] removed debug line
Victor Olaya
12:38 PM Revision db7b1e78 (qgis): [processing] correctly resolve values for hidden outputs
Victor Olaya
12:38 PM Revision 1a95110d (qgis): [processing] renamed wrongly named signal in InputLayerSelectionPanel
Victor Olaya
12:38 PM Revision b2fd1a45 (qgis): [processing] use cmp_to_key to ensure Python3 compatibility
Conflicts:
python/plugins/processing/gui/wrappers.py
Victor Olaya
12:38 PM Revision e04780a2 (qgis): add missed comma
Alexander Bruy
12:38 PM Revision 3407ced9 (qgis): fix indentation
Conflicts:
python/plugins/processing/gui/BatchInputSelectionPanel.py
python/plugins/processing/gui/wrappers.py
Alexander Bruy
12:38 PM Revision a20c86c0 (qgis): [processing] use InputLayerSelectorPanel for vector layers
Victor Olaya
12:38 PM Revision c605c67b (qgis): [processing] some minor changes for batch processing interface
Victor Olaya
12:38 PM Revision d33e3387 (qgis): Fix StringWidgetWrapper.value method
Arnaud Morvan
12:38 PM Revision c010a035 (qgis): Call postInitialise in BatchAlgorithmDialog
Arnaud Morvan
12:38 PM Revision be5f951c (qgis): Support layer objects in BatchInputSelectionPanel
Arnaud Morvan
12:38 PM Revision 9e36582f (qgis): Simplify TableFieldWidgetWrapper
Conflicts:
python/plugins/processing/gui/ParametersPanel.py
python/plugins/processing/gui/wrappers.py
Arnaud Morvan
12:38 PM Revision c1bc364a (qgis): Fix PointWidgetWrapper with modeler
Arnaud Morvan
12:38 PM Revision 8d161617 (qgis): Call postInitialise in modeler Dialog
Arnaud Morvan
12:38 PM Revision a38c13d5 (qgis): Create FieldMappingWrapper
Arnaud Morvan
12:38 PM Revision affc8f7c (qgis): [processing] correctly return widget in TableFieldWidgetWrapper
Victor Olaya
12:38 PM Revision ae0e9c84 (qgis): [processing]minor code cleaning
Conflicts:
python/plugins/processing/core/parameters.py
Victor Olaya
12:38 PM Revision e6f94997 (qgis): [processing] improvements for modeler UI
Do not show help tab if there is no help
add "optional" tag for optional parameters
Victor Olaya
12:38 PM Revision a968fa3d (qgis): [processing] use original filename when possible when exporting vector ...
Conflicts:
python/plugins/processing/tools/dataobjects.py
Victor Olaya
12:38 PM Revision c65cc920 (qgis): [processing] improved widgets for raster and vector layers in modeler
Victor Olaya
12:38 PM Revision c8f35fb4 (qgis): [processing] fixed typo in modeler/ModelerParameterDefinitionDialog.py
Victor Olaya
12:38 PM Revision 36abbc42 (qgis): [processing] allow multiple values in ParameterSelection
Victor Olaya
12:38 PM Revision 8ce93b10 (qgis): [processing] removed unused imports
Victor Olaya
12:38 PM Revision 5464c450 (qgis): [processing] use QgsMessage bar in algorithm dialogs
Victor Olaya
12:38 PM Revision 56225c4d (qgis): [processing] fixed batch processing interface
Conflicts:
python/plugins/processing/gui/BatchAlgorithmDialog.py
Victor Olaya
12:38 PM Revision ccdf3722 (qgis): [processing] UI improvement for defining model parameters
Victor Olaya
12:38 PM Revision 53d0372c (qgis): [processing] return copy of object dictionary in parameter todict method
Victor Olaya
12:38 PM Revision d07aef9c (qgis): [processing] added missing return statement in getParameterFromString
Victor Olaya
12:38 PM Revision 257faf30 (qgis): [processing] fixed evaluation of output values
Victor Olaya
12:38 PM Revision 0ea66299 (qgis): [processing] fixed error in constructor of ParameterTableField
Victor Olaya
12:38 PM Revision cdcc01e9 (qgis): [processing] removed debug lines
Victor Olaya
12:38 PM Revision c491c012 (qgis): [processing] changes to allow custom parameter dialog adapt to new para...
Victor Olaya
12:38 PM Revision dfb4cdd3 (qgis): [processing] moved output value evaluation to output object itself
Victor Olaya
12:38 PM Revision 2bb6e4c1 (qgis): [processing] Asumme standard dialog when wrapper’s parent dialog is of ...
Victor Olaya
12:38 PM Revision a4a74b63 (qgis): [processing] removed commented lines
Victor Olaya
12:38 PM Revision bd06316c (qgis): [processing] richer expressions in number parameters
Victor Olaya
12:38 PM Revision 96406e52 (qgis): [processing] removed message dialog when saving model. Using message ba...
Victor Olaya
12:38 PM Revision e1072e97 (qgis): [processing] added missing validators for param values in modeler
Victor Olaya
12:38 PM Revision 4751b706 (qgis): [processing] fixed advanced parameters in modeler
Victor Olaya
12:38 PM Revision a1642a37 (qgis): [processing] fixed loading of parameters for grass algorithms
Victor Olaya
12:38 PM Revision e08fdaa4 (qgis): [processing] support for expressions in numerical values in modeler
includes cleanup of modeler, to adapt to latest changes in parameters architecture Victor Olaya
12:38 PM Revision fe5d0166 (qgis): [processing] added multiple option to ParameterTableFIeld
removed ParameterTableMultipleField and did some cleanup Victor Olaya
12:35 PM Revision bc066008 (qgis): [processing] more work on parameter wrappers
Victor Olaya
12:35 PM Revision e353d226 (qgis): [processing] evaluate parameters before executing algorithm
This allows a better use of expressions Victor Olaya
12:35 PM Revision 01f38086 (qgis): [processing] improvements for scripts and R scripts
Victor Olaya
12:35 PM Revision efd73a49 (qgis): [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 Victor Olaya
12:34 PM Revision b298c76e (qgis): [processing] implemented parameter widget wrappers
Conflicts:
python/plugins/processing/core/GeoAlgorithm.py
python/plugins/processing/gui/ExtentSelectionPanel.py
py...
Victor Olaya
12:34 PM Revision 8cc9a50a (qgis): [processing] moved script syntax from script algorithm class to paramet...
Victor Olaya
12:34 PM Revision a69b358a (qgis): Create dedicated widget wrapper for modeler
Arnaud Morvan
12:34 PM Revision 6158e9b3 (qgis): Add CrsWidgetWrapper
Arnaud Morvan
12:34 PM Revision bb0938a5 (qgis): Use boolean wrapper in modeler algorithm dialog
Arnaud Morvan
12:34 PM Revision fbab369c (qgis): Use boolean wrapper in batch algorithm dialog
Conflicts:
python/plugins/processing/gui/BatchPanel.py
Arnaud Morvan
12:34 PM Revision f3c9aaaa (qgis): Use boolean wrapper in standard algorithm dialog
Conflicts:
python/plugins/processing/gui/AlgorithmDialog.py
Arnaud Morvan
12:34 PM Revision 728be70c (qgis): Create the boolean widget wrapper
Arnaud Morvan
12:34 PM Revision ecb7b3a0 (qgis): Remove metadata from parameter.todict (do not save in model)
Arnaud Morvan
12:34 PM Revision 2ad27b17 (qgis): Add metadata property to parameters
Arnaud Morvan
12:34 PM Revision 484fd18e (qgis): [processing] fixed add model from file
fixes #15335 Victor Olaya
12:17 PM Revision 0348dd5c (qgis): Force use of estimated metadata upon loading topologies
Sandro Santilli
08:56 AM Revision 0e3c3a03 (qgis): backport from #3301 add qscintilla to cmakelists (#3573)
Etienne Trimaille
08:45 AM Revision eeb82694 (qgis): [processing] drop GEOM_TYPE_MAP in favour of QgsWkbTypes.displayString()
Alexander Bruy
08:42 AM Revision 7a49612a (qgis): fix handling of layers without geometry
Alexander Bruy
08:42 AM Revision 2f66e1d6 (qgis): add new geometry types to memory layer tests
Alexander Bruy
08:42 AM Revision 33644efe (qgis): use QgsWkbTypes methods to simplify code
Alexander Bruy
08:42 AM Revision 5b67d2a3 (qgis): remove extra QString wrapper
Alexander Bruy
08:42 AM Revision a4bdfb76 (qgis): [processing] support more geometry types in memory layers (fix #15508)
Alexander Bruy
08:42 AM Revision 2b115449 (qgis): don't flatten geometries when pasting them as new memory layer
Alexander Bruy
08:42 AM Revision b9ca91a5 (qgis): [FEATURE] support for 2.5D geometries in memory provider
Alexander Bruy
06:27 AM Revision b95a5e98 (qgis): Fix missing live updates when raster colorize color changes
Nyall Dawson
06:27 AM Revision 79fd6fa0 (qgis): Fix raster style dock widgets not opened with dock mode flag
Makes the color picker and ramp editors open inline for
the raster properties pages
Nyall Dawson
06:27 AM Revision 3e1536f1 (qgis): Fix crash in raster transparency widget on close
mPixelSelectorTool is owned by canvas, which may be deleted
before the QgsRasterTransparencyWidget on QGIS exit
Nyall Dawson
06:04 AM Revision 1e0e9c2e (qgis): [pseudocolor renderer] fix invert check box in continous mode
(fixes #15209) Mathieu Pellerin - nIRV
05:17 AM Revision bc32b1fe (qgis): Fix crash when validating geometry (fix #15660)
Also fix python bindings for QgsGeometryValidator Nyall Dawson
04:59 AM Revision ddbd25d0 (qgis): Correctly emit panelAccepted when panel is not in dock mode
Fixes #15373 - refine current rule not working when symbol widgets
are not used in the style dock
This fixes a behav...
Nyall Dawson
03:21 AM Revision a2ee1b7b (qgis): fix indendation
Martin Dobias
03:19 AM Revision 50258e6f (qgis): Cancel WCS requests just like it is done in WMS
Martin Dobias
03:19 AM Revision 08f4a0f4 (qgis): Fix crash when loading WCS layers (fixes #15595)
The problem is that some providers would still issue network
requests in prepareJobs() - this should be ideally avoid...
Martin Dobias
02:53 AM Revision bad13728 (qgis): Fix last segment length in measure dialog is incorrect after
completing measurement with right mouse click Nyall Dawson
02:53 AM Revision 03bff507 (qgis): Fix measure dialog shows wrong results when changing units
If the measurement was not finished (ie right click occurred)
then the last length would be missing from the table
F...
Nyall Dawson

2016-10-04

06:53 PM Revision cc62c522 (qgis): [processing] add icon caching for other providers
Alexander Bruy
06:42 PM Revision d4082cf5 (qgis): [processing] correct GRASS 7 detection on Mac (fix #15645)
follow up e1ff6e896a
(cherry picked from commit d03d2069b96b2c25abe64588f54f24dab7ea7cc2)
Conflicts:
python/plugin...
Alexander Bruy
06:41 PM Revision 683309a6 (qgis): [processing] correct GRASS 7 detection on Mac (fix #15645)
follow up e1ff6e896a
(cherry picked from commit d03d2069b96b2c25abe64588f54f24dab7ea7cc2)
Conflicts:
python/plugin...
Alexander Bruy
06:37 PM Revision ed8c02f0 (qgis): [processing] correct GRASS 7 detection on Mac (fix #15645)
follow up e1ff6e896a
(cherry picked from commit d03d2069b96b2c25abe64588f54f24dab7ea7cc2)
Conflicts:
python/plugin...
Alexander Bruy
04:08 PM Revision d03d2069 (qgis): [processing] correct GRASS 7 detection on Mac (fix #15645)
follow up e1ff6e896a Alexander Bruy
03:22 PM Revision 52a78def (qgis): Reactivate ogcutils tests and update its
René-Luc ReLuc
03:22 PM Revision 1d6e5d28 (qgis): [BUGFIX] Support OGC PropertyIsLike attributs
The OGC PropertyIsLike element can have 4 attributs:
* matchCase to specify LIKE or ILIKE
* wildCard to specify a wil...
René-Luc ReLuc
03:22 PM Revision b47f03db (qgis): Fix testqgsogcutils
René-Luc ReLuc
12:54 PM Revision 6d45b330 (qgis): Merge pull request #3570 from elpaso/test-wait-for-network-backport
Backport of the new test pick a free port strategy Alessandro Pasotti
12:28 PM Revision dfcd1ea1 (qgis): Py3 compat
Alessandro Pasotti
12:12 PM Revision 7a9018e9 (qgis): fix indentation
Alexander Bruy
12:09 PM Revision b5f1267f (qgis): Merge pull request #3568 from volaya/processing_fixes
[processing] various fixes Alexander Bruy
11:36 AM Revision bd1cf0ca (qgis): Merge pull request #3 from alexbruy/fix-spatial-index
fix spatialindex creation Victor Olaya
11:34 AM Revision 641c09bb (qgis): fix spatialindex creation
Alexander Bruy
11:22 AM Revision 0b683637 (qgis): Merge pull request #3565 from nyalldawson/svg_background
Fix SVG preview blocks QGIS (fix #14255) Nyall Dawson
10:55 AM Revision fd77ee2e (qgis): Backport of the new test pick a free port strategy
Alessandro Pasotti
10:46 AM Revision 7332dda0 (qgis): Remove visitor pattern from QgsExpression (#3569)
It is not in use anywhere and can easily be reintroduced if there is a use case
where it is an appropriate fit.
Fix ...
Matthias Kuhn
10:45 AM Revision 62c85100 (qgis): [qt5] setConfirmOverwrite is gone, use setOption (#3567)
Mathieu Pellerin - nIRV
09:50 AM Revision 4bcdecd3 (qgis): [processing] fixed iterative execution
fixes #15650 Victor Olaya
09:27 AM Revision fb494ba8 (qgis): [processing] don't use full path for naming layers when loaded in datao...
Victor Olaya
09:26 AM Revision 92e504d8 (qgis): [processing] do not set param value in batch interface if default is none
Victor Olaya
09:25 AM Revision f7c639c1 (qgis): [processing] alternative way of copying algorithms in a model.
should fix #15060 and #15480 Victor Olaya
09:25 AM Revision 421251ab (qgis): [processing] dont use hidden outputs when exporting to python or displa...
fixes #14998 Victor Olaya
09:25 AM Revision 7370ade7 (qgis): [processing] use only selected features for spatial index
fixes #15584 Victor Olaya
08:36 AM Revision 111106c6 (qgis): Fix cannot modify diagram attribute expression (fix #15514)
Also clean up some code Nyall Dawson
07:45 AM Revision 3abded31 (qgis): Keep the user set order for svg paths
Nyall Dawson
07:40 AM Revision b4a70c77 (qgis): Merge pull request #3559 from nyalldawson/fix_render_flashing
Fix layers with layer wide opacity "flashing" while rendering Nyall Dawson
07:34 AM Revision a2166bd0 (qgis): Small optimisations to model/views
Nyall Dawson
07:26 AM Revision a20c3cf6 (qgis): Guard against circular symbolic links in SVG selector widget
Nyall Dawson
06:55 AM Revision c60c4f7f (qgis): Fix SVG preview blocks QGIS (fix #14255)
Now SVG preview loading occurs in a background thread so that
dialogs can open instantly
Nyall Dawson

2016-10-03

01:22 AM Revision 377de52b (qgis): Port generate_test_mask_image.py to python3
Nyall Dawson
01:22 AM Revision 19f6b62c (qgis): Fix layers with layer wide opacity "flashing" by rendering
intermediate states without opacity Nyall Dawson
09:53 PM Revision d3f8763b (qgis): Merge pull request #3564 from elpaso/test-wait-for-network3
Yet another strategy to get a free port from the server Alessandro Pasotti
08:47 PM Revision 9761a86e (qgis): Renamed constants for consistency
Alessandro Pasotti
07:43 PM Revision d950e3b6 (qgis): Yet another strategy to get a free port from the server
Alessandro Pasotti
04:42 PM Revision 368c1cea (qgis): Merge pull request #3563 from elpaso/test-wait-for-network2
Wait for server ready (and times out) before starting the tests Alessandro Pasotti
03:47 PM Revision a23dc9e0 (qgis): [Processing][Rscripts] Use temp script filename
The build RScript is stored in the User folder, so the script is erased at each RAlgorithm execute.
Server side or fo...
René-Luc ReLuc
03:00 PM Revision 4fd5c014 (qgis): Synchronize edit button state with read only mode (#3562)
Matthias Kuhn
02:19 PM Revision 28f547ea (qgis): Wait for server ready (and times out) before starting the tests
Alessandro Pasotti
12:16 PM Revision a6bb8a9b (qgis): Merge pull request #3544 from ghtmtt/processing_script_font
[processing] fix button for font size Victor Olaya
11:55 AM Revision 8c90f7d6 (qgis): Merge pull request #3511 from nyalldawson/depend_redraw
If a dependent layer is redrawn, then also redraw child layer Hugo Mercier
11:49 AM Revision 430694ba (qgis): Fix identify tool for WMS if webkit is not available (fixes #14658)
Martin Dobias
11:38 AM Revision 8e54acf7 (qgis): [travis] fixme
Matthias Kuhn
11:29 AM Revision 645094cc (qgis): Merge pull request #3558 from nirvn/layers_relation_icon
[gui] improve the layer dependencies icon Hugo Mercier
11:13 AM Revision 45606920 (qgis): Merge pull request #3554 from nyalldawson/parse_dash
New script to handle multiple render results from a dash results page Nyall Dawson
10:45 AM Revision ce37f9c6 (qgis): Disable flaky PyQgsServerWFST test
Matthias Kuhn
09:29 AM Revision 9ef91ea6 (qgis): Fix WMS identify when using "Feature" format and the layer has named CRS
Martin Dobias
08:15 AM Revision 8e14cf06 (qgis): Fix leak in edit form config (#3556)
Nyall Dawson
07:15 AM Revision 5b3f10a5 (qgis): Fix identify menu highlight only works with simple geometry types
Fix #15625 Nyall Dawson
06:37 AM Revision 7d27b43e (qgis): Fix data defined buttons sometimes incorrectly show error state
Nyall Dawson
06:21 AM Revision d36fb619 (qgis): [labeling] Fix data defined placement with rotated maps
For layers requiring reprojection and with rotated maps any
labels with data defined x/y would not be rendered
Fix #...
Nyall Dawson
06:06 AM Revision 29d2bef7 (qgis): Fix listing of WMTS layers in browser (fixes #15350)
Martin Dobias
05:29 AM Revision 1f783934 (qgis): [gui] improve the layer dependencies icon
Mathieu Pellerin - nIRV
05:00 AM Revision 291f7bda (qgis): Fix rule based renderer shows 0 count on first click of "show counts"
Nyall Dawson
04:44 AM Revision 0a9491a2 (qgis): Fix oracle build
Nyall Dawson
04:15 AM Revision 82eeeac5 (qgis): Fix invalid debugging noise
Nyall Dawson
03:42 AM Revision dc481955 (qgis): Fix many labeling unit settings are lost on closing dialog
(and also don't trigger auto preview) Nyall Dawson
03:19 AM Revision c4bf35cc (qgis): Default to WITH_QWTPOLAR OFF
Since it's not compatible with Qt5 builds Nyall Dawson
03:19 AM Revision ba210d01 (qgis): Fix build with GDAL < 2
Nyall Dawson
03:19 AM Revision 230417c7 (qgis): Add method to create QgsMapToPixel from scale/dpi/mapunits
Nyall Dawson
03:19 AM Revision 4b7876c1 (qgis): Fix some Coverity null derefence warnings
Nyall Dawson

2016-10-01

12:30 AM Revision 17db101c (qgis): Fix Coverity uninitialized variable warnings
Nyall Dawson
10:29 PM Revision 53204c88 (qgis): [processing] fixed multiple fields input in R algorithms
Victor Olaya
06:25 PM Revision ebb6c229 (qgis): [Server] GetStyles: no more needs to add units in SLD
After @aaime works on SLD, no more needs to add units in SLD send by GetStyles René-Luc ReLuc
06:22 PM Revision d463ddda (qgis): Merge pull request #3549 from rldhont/release-2_14-aaime_sld
Cherry-picking @aaime works on SLD to release-2_14 René-Luc ReLuc
05:58 PM Revision ffaffadb (qgis): fix typos
Jürgen Fischer
05:51 PM Revision 3654d508 (qgis): fix typos
(cherry picked from commit 1c298684ff6cedb9c9759442b55feba6b7241cee) Jürgen Fischer
05:33 PM Revision 26d5c6b4 (qgis): fix typos
(cherry picked from commit 454e1e43fa8c1ceef109c09f70e4d1595e81d402) Jürgen Fischer
04:33 PM Revision 330e95c6 (qgis): debian packaging: add ca-certificates as build dependency for dash uplo...
Jürgen Fischer
04:33 PM Revision 0ad3bd68 (qgis): debian packaging: add ca-certificates as build dependency for dash uplo...
Jürgen Fischer
04:31 PM Revision a53dd3bf (qgis): debian packaging: add ca-certificates as build dependency for dash uplo...
Jürgen Fischer
03:50 PM Revision da67550a (qgis): Keep API compatibility and update SIP
René-Luc ReLuc
03:50 PM Revision 4aef2dba (qgis): Fix cherry-pickings
Do not generate a ogc:Filter where a ogc:Expression is expected. #3366
Emit valid SLD when mm are used as symbol unit...
René-Luc ReLuc
03:50 PM Revision 5297df7a (qgis): Export map level scale based dependencies in most vector symbology
Andrea Aime
03:50 PM Revision 760036a9 (qgis): Emit valid SLD when on screen mm are used
SLD does not have a notion of on screen mm, rescale them to pixels to get an equivalent, more valid and more widely u... Andrea Aime
03:50 PM Revision b6274013 (qgis): Do not generate a ogc:Filter where a ogc:Expression is expected. Fixes ...
Andrea Aime
03:49 PM Revision 8a28f9b7 (qgis): Fix first range when exporting graduated renderer to sld (fix #15212)
Nyall Dawson
03:39 PM Revision e45f01de (qgis): Fix compile errorr
Matthias Kuhn
03:39 PM Revision ff52a9f2 (qgis): setAttributeAlias is now setFieldAlias
Matthias Kuhn
03:39 PM Revision 37e06ae5 (qgis): Rename setAttributeAlias and removeAttributeAlias
Matthias Kuhn
03:39 PM Revision 9c118140 (qgis): Add safety check to avoid crash
Matthias Kuhn
03:39 PM Revision 4a7a8ff2 (qgis): Update python code
Matthias Kuhn
03:39 PM Revision b6779f63 (qgis): Rename QgsFields::fieldNameIndex() to lookupField()
To have two clearly different names for tolerant/intolerant index lookup Matthias Kuhn
03:39 PM Revision 9a261cfb (qgis): QgsFields::fieldNameIndex also matches field alias
This method is also doing case insensitive "fuzzy" matching now, this
just adds yet another level of tolerance.
This ...
Matthias Kuhn
01:58 PM Revision 4b868389 (qgis): debian packaging: re-enable server
Jürgen Fischer
01:23 PM Revision 50b04c5c (qgis): only include server bindings in sip coverage tests if they are built
Jürgen Fischer
01:23 PM Revision 00942744 (qgis): debian packaging: add libqca-qt5-2-plugins build dependency
Jürgen Fischer
01:23 PM Revision f4cb295e (qgis): server sip sync
Jürgen Fischer
11:32 AM Revision a5adb667 (qgis): Merge pull request #3548 from nirvn/wordwrap_zerowidthspace
[expression] make wordwrap work with complex scripts (Indic, Arabic, etc.) Nyall Dawson
10:19 AM Revision 437d785c (qgis): debian packaging: reorder build dependencies and add python3-pyqt5.qtsvg
Jürgen Fischer
08:35 AM Revision 37951baf (qgis): [Processing] Uses os.path.join instead of + os.sep + (#3552)
René-Luc ReLuc
06:29 AM Revision a07a57e6 (qgis): Add new script to handle multiple render results from a dash
results page in an interactive way
Allows generation and tweaking of mask images while previewing
the result
Nyall Dawson

2016-09-30

12:54 AM Revision 52fc535c (qgis): update INSTALL
Jürgen Fischer
08:54 PM Revision 1737e476 (qgis): Merge pull request #3553 from elpaso/server-tests-backport
[Server] Backport of the test improved stability Alessandro Pasotti
08:34 PM Revision 02dfb4f8 (qgis): Ignore data type differences
Alessandro Pasotti
07:55 PM Revision 9eac69e0 (qgis): Blacklist the new auth test (Qt5/Py3 version is in master)
Alessandro Pasotti
07:30 PM Revision 4afd8f6b (qgis): [Server] Backport of the test improved stability
Alessandro Pasotti
05:05 PM Revision e3822a2c (qgis): [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 i...
René-Luc ReLuc
05:04 PM Revision 5859d5e2 (qgis): [Processing][Rscripts] Use temp script filename
The build RScript is stored in the User folder, so the script is erased at each RAlgorithm execute.
Server side or fo...
René-Luc ReLuc
04:58 PM Revision a8fbf8af (qgis): [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 i...
René-Luc ReLuc
04:57 PM Revision e146fceb (qgis): [Processing][Rscripts] Use temp script filename
The build RScript is stored in the User folder, so the script is erased at each RAlgorithm execute.
Server side or fo...
René-Luc ReLuc
04:14 PM Revision f85b5fc9 (qgis): debian packaging: add ca-certificates as build dependency for dash uplo...
Jürgen Fischer
03:53 PM Revision fc9470d5 (qgis): Merge pull request #3535 from rldhont/expression_like_escape
[BUGFIX] Expression in like escape % and _ René-Luc ReLuc
02:53 PM Revision e6b1121b (qgis): CDash submissions should be done with https now
(cherry picked from commit 19378c22802668f592f0ffc268451c5a946371af) julienmalik
02:53 PM Revision 3f12636c (qgis): CDash submissions should be done with https now
(cherry picked from commit 19378c22802668f592f0ffc268451c5a946371af) julienmalik
02:52 PM Revision 174c4798 (qgis): CDash submissions should be done with https now
(cherry picked from commit 19378c22802668f592f0ffc268451c5a946371af) julienmalik
02:52 PM Revision c9d25b27 (qgis): Merge pull request #3550 from julienmalik/patch-1
CDash submissions should be done with https now Jürgen Fischer
02:40 PM Revision 19378c22 (qgis): CDash submissions should be done with https now
julienmalik
02:27 PM Revision f47a7320 (qgis): [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 i...
René-Luc ReLuc
02:23 PM Revision 8fe0c177 (qgis): QgsOgcUtils: add support to generate WFS 1.1 and 2.0 filters
Fixes #14119: Ensure the OGC filter XML expression contains the GML namespace references Even Rouault
11:45 AM Revision 87039204 (qgis): [expression] make wordwrap work with complex scripts (Indic, Arabic, etc)
Mathieu Pellerin - nIRV
10:36 AM Revision a5b83e49 (qgis): Merge pull request #3543 from sebastic/icons-subdirectory
Move icons to subdirectory. Jürgen Fischer
08:41 AM Revision 9f6f08a4 (qgis): [composer] Fix save world file does not work (fix #15268)
(cherry-picked from 38a811b377cf7d0d50e2c76346eadfdd8ef87956) Nyall Dawson
07:57 AM Revision c9449c8b (qgis): [composer] Fix save world file does not work (fix #15268)
(cherry-picked from 38a811b377cf7d0d50e2c76346eadfdd8ef87956) Nyall Dawson
07:54 AM Revision 38a811b3 (qgis): [composer] Fix save world file does not work (fix #15268)
Nyall Dawson
06:56 AM Revision ddcea347 (qgis): Merge pull request #3536 from nyalldawson/cluster_marker
[FEATURE] Cluster marker renderer Nyall Dawson
06:32 AM Revision 168688c8 (qgis): Don't draw empty labels for displacement renderer
Is inefficient and also causes QThreadPool crash on exit in python
test (related to creation of QFontMetrics in a thr...
Nyall Dawson

2016-09-29

12:42 AM Revision ca7b504e (qgis): Fix Travis warnings and missing docs/sip
Nyall Dawson
12:42 AM Revision 3dcc69a4 (qgis): Fix point distance renderer handling of crs transform
Nyall Dawson
12:42 AM Revision c671bad7 (qgis): Better default cluster symbol
Nyall Dawson
12:42 AM Revision fd0c5ef9 (qgis): Refactor symbol/renderer widgets to use QgsSymbolWidgetContext
instead of individually setting map canvas, expression context, etc
Will make it more easy in future to add addition...
Nyall Dawson
12:42 AM Revision fbdc93fb (qgis): Add missing test images
Nyall Dawson
12:42 AM Revision 1c611cc2 (qgis): Better default cluster symbol
Nyall Dawson
12:42 AM Revision c1bff163 (qgis): Fix panel titles
Nyall Dawson
12:42 AM Revision d32008a3 (qgis): Icon for cluster renderer
Nyall Dawson
12:42 AM Revision 962a4e97 (qgis): Expose renderer variables to users
Nyall Dawson
12:42 AM Revision 17251829 (qgis): Make @cluster_size, @cluster_color usable in displacement renderer too
Nyall Dawson
12:42 AM Revision 7acb07f2 (qgis): Make sure all attributes are fetched for distance based renderers
Nyall Dawson
12:42 AM Revision 3253cdc2 (qgis): Unit tests for displacement and cluster renderer
Nyall Dawson
12:42 AM Revision d27e5563 (qgis): Keep as many settings as possible when changing between displacement an...
Nyall Dawson
12:42 AM Revision 3f590f00 (qgis): Make distance based renderers much faster when filters are present
Nyall Dawson
12:42 AM Revision 3aeef8d0 (qgis): Use group centroid for nearest group test
Nyall Dawson
12:42 AM Revision 36e276f9 (qgis): [FEATURE] Point cluster renderer
Groups nearby points into a single rendered marker symbol.
QgsPointDisplacementRenderer has been split into a new
pu...
Nyall Dawson
 

Also available in: Atom