Activity

From 2016-04-14 to 2016-05-13

2016-05-13

10:23 PM Revision 7dfc6965 (qgis): Migrate provider test to python 3
Matthias Kuhn
10:23 PM Revision 25f2e637 (qgis): Remove references to QPyNullVariant
Matthias Kuhn
10:23 PM Revision 89b7a4aa (qgis): Introduce NULL QVariant to PyQt5
Matthias Kuhn
05:17 PM Revision f48d0431 (qgis): Merge pull request #3069 from sbrunner/connect
Directly use function connect, remove no more existing signals Matthias Kuhn
05:15 PM Revision d0382186 (qgis): Directly use function connect, remove no more existing signals
Stéphane Brunner
03:35 PM Revision b1f59f3e (qgis): Merge pull request #3068 from sebastic/qtermwidget-kfreebsd
Add support for kFreeBSD to GRASS plugin. Matthias Kuhn
02:18 PM Revision 8360936e (qgis): Merge pull request #3059 from arnaud-morvan/canvas_saveasimage_with_ann...
Save as image with annotations Matthias Kuhn
12:17 PM Revision ab3fef97 (qgis): fix import (take 2)
Alexander Bruy
11:33 AM Revision 95b5548d (qgis): Save as image with annotations
Arnaud Morvan
10:11 AM Revision 7c122a3a (qgis): [processing] fix import
Alexander Bruy
09:55 AM Revision d4d13a4a (qgis): Merge pull request #3018 from rouault/wfs_sql
[FEATURE] [WFS provider] Add support for WFS 2.0 joins and other improvements Even Rouault
09:03 AM Revision 9a488864 (qgis): Add support for kFreeBSD to grass plugin.
Bas Couwenberg
08:58 AM Revision 19f80601 (qgis): [processing] remove toolbox dock widget when unloading plugin
Victor Olaya
08:34 AM Revision 555fe3d9 (qgis): [processing] simplify variables handling in scripts
Alexander Bruy
08:32 AM Revision 0c8f6f7f (qgis): fix indentation and typo
Alexander Bruy
08:26 AM Revision 730c5806 (qgis): Merge branch 'processing_exps' of https://github.com/volaya/QGIS into p...
Conflicts:
python/plugins/processing/gui/NumberInputPanel.py
python/plugins/processing/gui/OutputSelectionPanel.py
Alexander Bruy
02:05 AM Revision b51d70ab (qgis): Correctly emit presetsChanged() from QgsVisibilityPresetCollection
Nyall Dawson

2016-05-12

12:05 AM Revision 7b64feb7 (qgis): Group add db layer actions together in toolbar
The add layer toolbar is very full and users are unlikely to be
connecting to more than one db provider type frequent...
Nyall Dawson
12:05 AM Revision 1f59541b (qgis): Fix flipped marker fill and outline color
Nyall Dawson
12:05 AM Revision 79b97945 (qgis): [FEATURE] New map tool for interactively setting point symbol offset
Allows for setting a point's offset if it is bound to a field using
data defined overrides (fix #14738)
TODO: replac...
Nyall Dawson
11:24 PM Revision 8259b3fc (qgis): QgsSQLStatement::quotedIdentifierIfNeeded(): make it quote SQL reserved...
Even Rouault
11:24 PM Revision 65a37dbe (qgis): Fix style of nullptr comparisons
Even Rouault
11:24 PM Revision 84a797ea (qgis): [FEATURE] [WFS provider] Add support for WFS 2.0 joins and other improv...
Second part of qgis/QGIS-Enhancement-Proposals#53
(QEP 35: WFS provider enhancements)
- URI parameter with sql with ...
Even Rouault
11:24 PM Revision 9df19e01 (qgis): Add QgsSQLStatement class to parse SELECT statements
Even Rouault
11:24 PM Revision 1da1c278 (qgis): QgsOgcUtils: add conversion from QgsSQLStatement to OGC filters
Even Rouault
11:24 PM Revision 84129604 (qgis): Add a QgsSQLComposerDialog GUI to edit QgsSQLStatement
Even Rouault
11:24 PM Revision e503ca82 (qgis): QgsVectorLayer::setSubsetString(): call updateFields()
Useful for WFS provider whose setSubsetString() can potentially
modify fields if changing the SELECT fields
Even Rouault
11:23 PM Revision 12a630f0 (qgis): QgsGML: extend to be able to parse WFS 2.0 GetFeature response with joi...
And also fix handling srsDimension=3 on main GML geometry objects and not only posList Even Rouault
11:23 PM Revision 9aa2dea3 (qgis): QgsCodeEditorSQL: make autocompletion case insensitive when APIs are se...
Even Rouault
11:23 PM Revision 4a761df9 (qgis): QgsCodeEditor: workaround 2 QScintilla bugs
- Fix one bug with Scintilla 2.8.X when focus out event does not
disable blinking cursor
- Make QScintilla widget n...
Even Rouault
07:52 PM Revision b38a16fe (qgis): Implement representValue() for Relation Reference widget
Even Rouault
05:42 PM Revision b930a4b5 (qgis): fix extent
Blottiere Paul
03:32 PM Revision 2d8e1d38 (qgis): [processing] don't crash if user canceled script loading
(cherry picked from commit 583eaeff7f1994290b1a9428d8b1a7c42848a5c9) Alexander Bruy
03:32 PM Revision 64825b98 (qgis): [processing] add support for int64 fields (fix #14777)
(cherry picked from commit f1e6d8731b67b47ce44dc03c5e4d9b7dfe676a0f) Alexander Bruy
03:27 PM Revision 583eaeff (qgis): [processing] don't crash if user canceled script loading
Alexander Bruy
01:03 PM Revision 6886ea0d (qgis): [FEATURE] Redesigned interactive gradient editor
Uses new gradient editor widget and color controls for easier
manipulation of gradients. Also adds an interactive plo...
Nyall Dawson
01:03 PM Revision 881be0f3 (qgis): [FEATURE] New reusable interactive widget for editing gradient ramps
Supports:
- drag to move color stops
- double clicking to add a new stop
- pressing delete will remove the selected ...
Nyall Dawson
12:55 PM Revision 79f3d422 (qgis): Add equality operator for gradients, ensure stops are always in order
Nyall Dawson
12:52 PM Revision 77fc122b (qgis): Move internals of QgsColorDialogV2 to new QgsCompoundColorWidget widget
This allows reuse of the full options from the color dialog when
required in a widget form.
Nyall Dawson
09:42 AM Revision 9a62613b (qgis): [FEATURE] add a map canvas magnifier
Blottiere Paul
02:22 AM Revision 0332157d (qgis): Partial revert 18b69d
Nyall Dawson

2016-05-11

01:07 AM Revision febd18ee (qgis): [Style Dock] Attach widget changed for graduated widgets
Nathan
10:53 PM Revision d5d76347 (qgis): Fix feature fields does not include virtual or joined fields when
feature is requested using a QgsFeatureRequest with FilterFid Nyall Dawson
03:02 PM Revision 18b69d26 (qgis): Indentation
Nyall Dawson
03:02 PM Revision 88d3e2aa (qgis): [FEATURE] Show stats for string and date fields in stats dock
Nyall Dawson
03:02 PM Revision b053ad87 (qgis): New class QgsDateTimeStatisticalSummary
Calculates summary statistics on lists of datetime values, such
as count, count distinct, min, max and range
Nyall Dawson
12:30 PM Revision 0d165e56 (qgis): Merge pull request #3058 from arnaud-morvan/processing_postgis_errors
Processing - Fix unicode/str error in postgis_utils Matthias Kuhn
12:28 PM Revision ab7a07a6 (qgis): Migrate "Hidden" widgets to "Hidden" attribute table columns
Matthias Kuhn
11:27 AM Revision 66b1416d (qgis): Processing - Fix unicode/str error in postgis_utils
Arnaud Morvan
11:09 AM Revision 5a2ab506 (qgis): Followup d088fe0: Fix failing test
Matthias Kuhn
10:04 AM Revision 1e9a40fb (qgis): Fix python bindings for QgsAttributeAction
Matthias Kuhn
09:22 AM Revision d088fe07 (qgis): Fix action widget on attribute table
Matthias Kuhn
09:22 AM Revision 604da1f2 (qgis): Followup 59db4d0: Cleanup
Matthias Kuhn
07:57 AM Revision 86ccaff4 (qgis): Merge pull request #3063 from DelazJ/fields
use same icons as in other dialogs for this task Matthias Kuhn
03:59 AM Revision 5177d93b (qgis): Add time field filter option for QgsFieldComboWidget (also add docs)
Nyall Dawson
03:59 AM Revision a389d237 (qgis): Fix QgsFieldComboWidget not updating fields when calling setFilter()
Nyall Dawson
03:59 AM Revision b4029dc7 (qgis): Fix datetime fields not shown in QgsFieldComboWidget when set to date f...
Nyall Dawson
02:55 AM Revision 54e6eb34 (qgis): [Style Dock] Only disable the widget and not the dock
Nathan Woodrow
02:00 AM Revision ab288c6b (qgis): Fix coverity mixed enum warning, switch 0 -> nullptr
Nyall Dawson
02:00 AM Revision f4b63c68 (qgis): Fix coverity uninitialized variable warnings
Nyall Dawson

2016-05-10

01:37 AM Revision 4dde0c3d (qgis): Code style
Nathan Woodrow
01:34 AM Revision 5306f552 (qgis): Fix crash when selecting geometryless layer and style widget is open
Nyall Dawson
01:34 AM Revision 22acf3b1 (qgis): Avoid refreshing canvas for every joined feature
Instead of setting the provider's subsetString to fetch joined
features, use a feature request with FilterExpression ...
Nyall Dawson
01:01 AM Revision 11a5a69e (qgis): Be able to store the bookmarks in the project (#2661)
Stéphane Brunner
12:48 AM Revision d278b959 (qgis): [Style Dock] Use readStyle for undo
Nathan
12:43 AM Revision 1b636025 (qgis): Fix early return in writeSymbology
Talk about a noob error :) Nathan
09:08 PM Revision 21c6486a (qgis): Merge pull request #3056 from rouault/gdal_make_autowarpedvrt_for_rpc
[GDAL provider] Use GDALAutoCreateWarpedVRT() when the dataset has only RPC Nyall Dawson
09:07 PM Revision 0f6838df (qgis): Merge pull request #3034 from rouault/ogr_concurrent_opening
[BUGFIX / FEATURE] [OGR] Allow concurrent edition of Shapefiles and Tabfiles in QGIS & MapInfo Nyall Dawson
12:14 PM Revision 7ae80b10 (qgis): Fix sip bindings for QgsStringStatisticalSummary
Nyall Dawson
11:53 AM Revision daabda8c (qgis): Add test to make sure the curve point is part of the segmented result
Marco Hugentobler
11:06 AM Revision 0493cbfc (qgis): New class QgsStringStatisticalSummary, for calculating statistics
on lists of strings Nyall Dawson
11:00 AM Revision ceba5264 (qgis): New class QgsInterval for storing durations between datetimes
Move the QgsExpression::Interval class out to its own QgsInterval
class, extend with new methods and add tests
Add a...
Nyall Dawson
09:04 AM Revision 3340d8ea (qgis): Fix feature fields does not include virtual or joined fields when
feature is requested using a QgsFeatureRequest with FilterFid Nyall Dawson
09:04 AM Revision e359a8ee (qgis): Add missing qHash implementations for QTime, QDate, QDateTime
These were added in Qt5, so for Qt4 builds we now include a variant
of the upstream Qt5 implementations
Nyall Dawson
06:23 AM Revision dd4e3266 (qgis): Avoid some detachments
Nyall Dawson
06:23 AM Revision c32acaa7 (qgis): Add missing object name for styling dock
Nyall Dawson
06:23 AM Revision 73733a65 (qgis): Fix major(?) memory leak with python code execution
Nyall Dawson
06:23 AM Revision effb8dcc (qgis): Fix warnings
Nyall Dawson
06:23 AM Revision 6b80518a (qgis): Fix memory leak in OGR provider when feature has no geometry
and FilterRect is used Nyall Dawson
06:23 AM Revision c32966d8 (qgis): Fix some minor memory leaks
Nyall Dawson
06:10 AM Revision 0d399647 (qgis): [Style Dock] Add undo/redo button at the bottom
Nathan Woodrow
02:32 AM Revision ca914f11 (qgis): [FEATURE] Add style/history tab to style dock
Nathan Woodrow

2016-05-09

10:52 PM Revision 948c1f02 (qgis): Temporarily fix generate_test_mask_image.py by rolling back to Qt4
Nyall Dawson
01:38 PM Revision 56783c91 (qgis): Merge pull request #3051 from nyalldawson/cad_fixes
Improvements and fixes to advanced digitising dock Nyall Dawson
01:23 PM Revision 81e72b78 (qgis): Merge pull request #3060 from nyalldawson/filled_marker
New "Filled marker" symbol layer type Nyall Dawson
01:19 PM Revision 794ab065 (qgis): [FEATURE] Embed atlas feature into composer HTML source as GeoJSON
This change makes the current atlas feature (and additionally all
attributes of related child features) available to ...
Nyall Dawson
01:19 PM Revision c3d6c796 (qgis): [FEATURE] Allow copying features from QGIS in GeoJSON format
The previous setting for include WKT when copying features has been
replaced with a choice of copying features as "Pl...
Nyall Dawson
01:19 PM Revision 55793a45 (qgis): Always create valid GeoJSON (both geometry and properties members
are required Nyall Dawson
01:19 PM Revision 9ea56acd (qgis): [server] Always export GeoJSON in WGS84 (fix #14609)
Nyall Dawson
01:19 PM Revision ca2c6290 (qgis): Always export GeoJSON features in WGS84 (match specifications)
Nyall Dawson
01:19 PM Revision 718c5fde (qgis): Catch errors when reprojecting for GeoJSON export
Nyall Dawson
01:19 PM Revision 3681e2ce (qgis): Add method for exporting QgsFeatureList to GeoJSON featurecollection
Nyall Dawson
01:19 PM Revision 5c1a05c8 (qgis): Support including attributes of related (child) features in
GeoJSON feature export
Sponsored by Kanton of Zug, Switzerland
Nyall Dawson
01:19 PM Revision 34d468e6 (qgis): Allow setting list of attributes to exclude from json exports
Nyall Dawson
01:19 PM Revision 9041c954 (qgis): Allow injecting extra properties into feature's GeoJSON export
Sponsored by Kanton of Zug, Switzerland Nyall Dawson
01:19 PM Revision 24309dfb (qgis): [FEATURE] New class QgsJSONUtils with utilities for converting
features to and from GeoJSON strings
Sponsored by Kanton of Zug, Switzerland
Nyall Dawson
01:19 PM Revision 935f4ad2 (qgis): Support encoding lists and maps to json
Nyall Dawson
01:19 PM Revision 819ed86a (qgis): Correctly escape more json strings
Nyall Dawson
01:19 PM Revision 729c7037 (qgis): Blacklist PyQgsJSONUtils test from qt5 (uses null)
Nyall Dawson
01:19 PM Revision c3f6c397 (qgis): Refactor to move JSON exporter to its own class
Nyall Dawson
11:22 AM Revision 8d70a514 (qgis): Geometry type check in merge tool is not necessary any more (geometry t...
Marco Hugentobler
10:43 AM Revision f1e6d873 (qgis): [processing] add support for int64 fields (fix #14777)
Alexander Bruy
09:06 AM Revision 14acde5b (qgis): Merge pull request #3013 from pierstitus/pseudocolor_renderer
Rewrite pseudocolor render code to improve speed Matthias Kuhn
09:01 AM Revision fa11390d (qgis): Doxygen
Matthias Kuhn
08:56 AM Revision ffcf655b (qgis): Don't always show first column in attribute table
Add tests for some basic attribute table functionality
Fix #14774
Fix #14765
Fix #14766
Matthias Kuhn
08:33 AM Revision 59db4d0e (qgis): Merge pull request #3045 from mhugent/convert_geometry_2
Convert geometry 2 Marco Hugentobler
07:02 AM Revision cf45742f (qgis): use same icons as in other dialogs for this task
Harrissou Santanna
05:49 AM Revision a65d9c52 (qgis): Fix indeterminate state for numeric line edits was showing "NULL"
Nyall Dawson
05:49 AM Revision 8126d460 (qgis): New class QgsWebPage
QgsWebPage is a QWebPage subclass which automatically handles
redirecting JavaScript console output to the QGIS messa...
Nyall Dawson

2016-05-07

02:06 PM Revision ea201492 (qgis): [FEATURE] New "Filled marker" symbol layer type
A "filled marker" is similar to the simple marker symbol layer, except
that it uses a fill sub symbol to render the m...
Nyall Dawson
01:52 PM Revision cda387cb (qgis): Ensure that @symbol_color is always correct for symbol layer types
with subsymbols Nyall Dawson
01:49 PM Revision d823be1e (qgis): Add some clarifications to QgsRelation api
Nyall Dawson

2016-05-06

04:51 PM Revision 0b4961c2 (qgis): Fix warning
Marco Hugentobler
03:56 PM Revision 9470c36a (qgis): Change QList to QVector for speed increase
mLUT and mColorRampItemList are changed,
for mLUT it shouldn't matter that much since an int is stored
sequ...
Piers van der Torren
03:26 PM Revision 11b7a270 (qgis): Move conversion of added/changed geometry to vector data provider
Marco Hugentobler
02:07 PM Revision e9d3a3ac (qgis): Slightly more precise numbers for circular string centroids
Marco Hugentobler
10:40 AM Revision 034c7dbb (qgis): Make sure the curve point is always on the segmentized curve
Marco Hugentobler
09:00 AM Revision e6f1439c (qgis): [processing] add object name to custom menus
Victor Olaya

2016-05-05

11:51 PM Revision e040cbd6 (qgis): fix display of version in doxymentation
Jürgen Fischer
06:10 PM Revision c68d7f97 (qgis): [server] Fixes segfault on wrong TypeName
Unreported - WFS-T
(cherry-picked from 8e781b4ec01b276e0c2be76db5742cf5227d6bd7)
Funded by Boundless
Alessandro Pasotti
05:17 PM Revision 8e781b4e (qgis): [server] Fixes segfault on wrong TypeName
Unreported - WFS-T
Funded by Boundless
Alessandro Pasotti
08:56 AM Revision d75eaff5 (qgis): Fixes to arrow line symbology:
- Fix crash in Python bindings caused by subsymbol ownership
- Make symbol work correctly with categorised and gradua...
Nyall Dawson

2016-05-04

10:33 PM Revision 52de4fb9 (qgis): Use consistently dataSourceUri() with QgsOgrConnPool (follow up of http...
Even Rouault
10:00 PM Revision 02be0cb4 (qgis): QgsOgrProvider::addAttributes(): call invalidateConnections() for MapInfo
Even Rouault
10:00 PM Revision 8ea44706 (qgis): Move QgsOgrConnPool::instance()->unref() from QgsOgrProvider::close() t...
Even Rouault
10:00 PM Revision ed08ffb2 (qgis): Fix style in previous commit regarding comparisons against nullptr
Even Rouault
10:00 PM Revision 338b8358 (qgis): Un-blacklist PyQgsOGRProvider for QT5 tests
Even Rouault
10:00 PM Revision dc18b5b3 (qgis): [BUGFIX / FEATURE] [OGR] Allow concurrent edition of Shapefiles and Tab...
- Closes https://hub.qgis.org/issues/14378
- Adds new virtual methods in QgsDataProvider(): enterUpdateMode() and lea...
Even Rouault
08:55 PM Revision 32ea6514 (qgis): Also use datasource instead of filepath when ref/unref-ing and invalida...
Sandro Mani
08:53 PM Revision ca74cc07 (qgis): Merge pull request #3057 from manisandro/ogrpool_datasourceuri
Consistently use datasource instead of filepath when ref/unref-ing Sandro Mani
04:02 PM Revision f2618884 (qgis): Also use datasource instead of filepath when ref/unref-ing and invalida...
Sandro Mani
01:27 PM Revision ff81b821 (qgis): release.pl: don't created branches from tag names
(cherry picked from commit 919c54ef5fabe7b7c2eef9c91094642c47b2eb7c) Jürgen Fischer
01:20 PM Revision 919c54ef (qgis): release.pl: don't created branches from tag names
Jürgen Fischer
11:37 AM Revision 99e5352d (qgis): Fix coverity uninitialized member warnings
Nyall Dawson
11:36 AM Revision d8dc02d7 (qgis): Fix more uncaught exceptions in QgsOgcUtils
Nyall Dawson
09:50 AM Revision 3de06889 (qgis): [travis] Fix warnings about invalid ccache options
https://travis-ci.org/qgis/QGIS/jobs/127438282#L731 Matthias Kuhn

2016-05-03

07:49 PM Revision 75cfb326 (qgis): [GDAL provider] Use GDALAutoCreateWarpedVRT() when the dataset has only...
Even Rouault
11:14 AM Revision 87120892 (qgis): Fixes for actions in attribute table
* Initialize datastructure in vector layer configuration dialog
* Fix hidden widget if shown in last column
Matthias Kuhn
09:18 AM Revision c1687abc (qgis): Replace calls to deprecated `assertEquals` method
Matthias Kuhn
07:06 AM Revision 4335a77b (qgis): [FEATURE][multiedit] Add shortcut to modify attributes of selected
features to edit menu
Workflow:
- enter edit mode, select multiple features
- select Edit -> Modify Attributes of Se...
Nyall Dawson
04:43 AM Revision 98e9ae14 (qgis): Fix show/hide labels tool with postgres (followup 0232819)
Martin Dobias

2016-05-02

01:38 AM Revision ccebd83a (qgis): Standardise format of initializer lists
Nyall Dawson
12:17 AM Revision cad3a5ae (qgis): Correctly set initial tab in label style dock
Nyall Dawson
12:01 AM Revision cba82658 (qgis): [composer] Fix invalid signal connection
Nyall Dawson
06:42 PM Revision 272b16a7 (qgis): Update labeling settings in UI after loading style from file (fixes #14...
Daan Goedkoop
06:25 PM Revision 8b4cb049 (qgis): Allow controlling action visibility on attribute table
Matthias Kuhn
06:25 PM Revision a6c88c11 (qgis): Add different widget style
Matthias Kuhn
06:25 PM Revision c5d00f09 (qgis): Handle item flags for action column
Matthias Kuhn
06:25 PM Revision e57edc33 (qgis): Doxygen fix
Matthias Kuhn
06:25 PM Revision 7c1fb363 (qgis): Fix attribute table column "resync after change"
Matthias Kuhn
06:25 PM Revision f03a94f6 (qgis): Fix crash
Matthias Kuhn
06:25 PM Revision 47300476 (qgis): Make string translatable
Matthias Kuhn
06:25 PM Revision c369aaba (qgis): Doxygen and sip bindings
Matthias Kuhn
06:25 PM Revision dd88fa99 (qgis): [feature] New configuration options for attribute table
* Allow reordering the attribute table columns
* Allow adding a new column to trigger an action to the attribute table
Matthias Kuhn
06:25 PM Revision aa9010e8 (qgis): Limit ccache size to 150M
Matthias Kuhn
06:25 PM Revision 18275469 (qgis): Add new properties short name and show in attribute table to actions
Matthias Kuhn
06:25 PM Revision 54ec3b4d (qgis): Refactor attribute action dialog
The attribute action dialog had some UX flaws that an action was edited
in the same dialog as the action list lives. ...
Matthias Kuhn
06:25 PM Revision ff4ad508 (qgis): Rename QgsFilterTableFields to QgsOrganizeTableColumns
Matthias Kuhn
06:25 PM Revision 2faaf1cd (qgis): Rename QgsAttributeAction to QgsActionManager
The original name was not representative for the scope of the class
and misleading at best.
The class manages actions...
Matthias Kuhn
06:25 PM Revision 6c0732bc (qgis): Indentation fix
Matthias Kuhn
06:25 PM Revision d4ccc77f (qgis): Add a possibility to hide a column in the attribute table
Stéphane Brunner
05:22 PM Revision af73c3dd (qgis): replace icon
Harrissou Santanna
05:02 PM Revision d9865522 (qgis): Followup 875edb0, fix typo
Matthias Kuhn
05:01 PM Revision 875edb0a (qgis): Improve snapping API documentation
Matthias Kuhn
04:17 PM Revision 3360b829 (qgis): change comment to remove inadequate @deprecated
Piers van der Torren
03:49 PM Revision dd136f61 (qgis): Fixup for AppStartup test which requires SIP API V1
Matthias Kuhn
01:50 PM Revision 90d116c6 (qgis): [cad] Fix invalid coordinates when x/y snapping is enabled and
subsequent segments are parallel Nyall Dawson
01:50 PM Revision 3a543e4f (qgis): Doxygen fixes
Nyall Dawson
01:50 PM Revision 56548869 (qgis): New class QgsFocusWatcher for easier handling of focus events
Usually QObjects must subclass and override methods like focusOutEvent
to handle focus events. Using this class as an...
Nyall Dawson
01:50 PM Revision bd305885 (qgis): [cad] update constraint when user changes values in widgets while
constraint is locked
The previous behaviour was that the constraint had to be "relocked"
if the user manually altere...
Nyall Dawson
01:50 PM Revision e53cb6ef (qgis): [FEATURE][cad] Implement "repeating" locking mode for constraints
When enabled, repeating locks are not automatically cleared when
a new point is added. They are handy when the same c...
Nyall Dawson
01:15 PM Revision a230fc98 (qgis): Early import qgis in tests to set SIP API
Matthias Kuhn
12:45 PM Revision 61735390 (qgis): Fix PyQt import to qgis.pyQt in test_qgsnewgeopackagelayerdialog.py
Even Rouault
10:59 AM Revision 5558ff9a (qgis): Improve qgis.PyQt compatibility layer
Matthias Kuhn
10:35 AM Revision afdb6c78 (qgis): Merge pull request #3031 from rouault/gpkg_improvements
GeoPackage support related improvements Nyall Dawson
04:48 AM Revision 563d75c1 (qgis): Followup febe30, fix crash
Nyall Dawson
04:03 AM Revision febe30d9 (qgis): [expressions] Fix fetching joined column refs when expression is
not prepared (fix #14746) Nyall Dawson
04:03 AM Revision d3fcdb45 (qgis): [FEATURE] Support single click to select with freehand select tool
This brings the behaviour of the freehand select into line with
the select by rectangle tool, which allows clicks wit...
Nyall Dawson
04:03 AM Revision 70adf266 (qgis): Fix clear value for offset curve tool (fix #14751)
Nyall Dawson
02:15 AM Revision 6e071022 (qgis): Fix more uninitialized variables
Nyall Dawson
02:05 AM Revision 63208a22 (qgis): Fix potential crash in QGIS server
Nyall Dawson
02:01 AM Revision f2e8f2df (qgis): Avoid some Coverity ignored return value warnings
Nyall Dawson
02:00 AM Revision 17a95346 (qgis): Fix memory leak in labeling dock
Nyall Dawson

2016-05-01

01:47 AM Revision 12f923f6 (qgis): Fix logic error in dxf export of line with offset
Nyall Dawson
01:46 AM Revision c256d10f (qgis): Fix some Coverity dereference null pointer warnings
Nyall Dawson
01:40 AM Revision 1f032aa5 (qgis): Fix potential crash while creating geometry from WKB with bad header
Nyall Dawson
12:20 AM Revision 752ba707 (qgis): Fix Coverity uninitialized variable warnings
Nyall Dawson
03:22 AM Revision 31e6b4bf (qgis): Use same icons for same buttons (#3049)
* Add icons for color buttons to replace text
* Add icons to custom crs dialog
* Replace common text buttons by icons...
Harrissou Santanna

2016-04-29

07:50 PM Revision f5763f0f (qgis): Add connection pool test
Sandro Mani
07:50 PM Revision f0c1bbba (qgis): Move QgsProviderRegistry::instance delete call after deferred delete call
Sandro Mani
07:50 PM Revision c913e83f (qgis): Pass the full ogr data source URI as connInfo in qgsConnectionPool_Conn...
This fixes corrupt rendering when loading the same dataset twice with different options (i.e. layers), see issue #14560. Sandro Mani
03:51 PM Revision dc94df51 (qgis): [BUGFIX][QGIS Server] WFS GetFeature with propertyname retrieves reques...
René-Luc ReLuc
03:51 PM Revision 42761670 (qgis): [BUGFIX] QgsGeometry exportToGeoJSON return 'null' for null Geometry
René-Luc ReLuc
03:48 PM Revision ea1d17c3 (qgis): [BUGFIX][QGIS Server] WFS GetFeature with propertyname retrieves reques...
René-Luc ReLuc
02:25 PM Revision f48e74f3 (qgis): [BUGFIX] QgsGeometry exportToGeoJSON return 'null' for null Geometry
René-Luc ReLuc
02:10 PM Revision abfd7740 (qgis): Fix qgis.PyQt compatibility imports
Matthias Kuhn
02:10 PM Revision 8071acd0 (qgis): move PyQt compat folder to python/qgis
Denis Rouzaud
02:02 PM Revision 26c3ece4 (qgis): Release of 2.8.9
Jürgen Fischer
02:00 PM Revision b3e642cf (qgis): Release of 2.14.2
Jürgen Fischer
01:03 PM Revision c230c23c (qgis): Fix calculation of point symbol bounds using data defined rotation or o...
(cherry-picked from a67853f825c096f66c5525584b70c19f68209375) Nyall Dawson
12:16 PM Revision a67853f8 (qgis): Fix calculation of point symbol bounds using data defined rotation or o...
Nyall Dawson
11:53 AM Revision bd6d22d8 (qgis): Update sip bindings
Marco Hugentobler
11:01 AM Revision d20a2ced (qgis): [processing] remove duplicated code
Alexander Bruy
06:37 AM Revision d870b73a (qgis): [multiedit] Prompt to apply changes when switching out of multiedit mode
Nyall Dawson
06:08 AM Revision 25c06242 (qgis): Fix slider and dial widgets never emit their valueChanged(QVariant)
signals. Fixes use of dial/slider with multiedit form mode. Nyall Dawson
04:43 AM Revision 80102b1a (qgis): Gracefully handle topology errors when tracing (fixes #14447)
(cherry picked from commit 11e7140d37b88264490928114665967df4f6cfa5) Martin Dobias
04:12 AM Revision 82449471 (qgis): Fix delete ring tool not updating rendered feature (fix #14741)
(cherry-picked from 6c9bc938125376a2670ecf9047eff5ca853bf3ba) Nyall Dawson
04:10 AM Revision 6c9bc938 (qgis): Fix delete ring tool not updating rendered feature (fix #14741)
Nyall Dawson

2016-04-28

01:49 AM Revision ef51b702 (qgis): Don't resize canvas size on widget change
Nathan
03:29 PM Revision 2d4d0c02 (qgis): oracle provider: cleaner geometry retrieval and fix case issue with
feature request alias and sdo_relate Jürgen Fischer
03:01 PM Revision caad9897 (qgis): Add z/m values to new curves of compound curve
Marco Hugentobler
02:19 PM Revision 0739750e (qgis): oracle provider: cleaner geometry retrieval and fix case issue with
feature request alias and sdo_relate Jürgen Fischer
01:53 PM Revision 58109113 (qgis): [processing] always use original algorithm name for scripts and models ...
Alexander Bruy
10:46 AM Revision d71742ad (qgis): [Processing][Modeler] Use default value instead of None
In Modeler algorithm, when a algorithm's parameter was not defined it's value was set to None.
Before the possibility...
René-Luc ReLuc
10:43 AM Revision 37d6c69c (qgis): Merge branch 'processing_modeler_default_value'
René-Luc ReLuc
09:26 AM Revision 381895fd (qgis): Fix crash
Marco Hugentobler
05:08 AM Revision 93d984e5 (qgis): Merge pull request #3026 from nirvn/centroid_fill_parts
[FEATURE] add setting to control centroid fill point rendering on all parts or a single part of multi-features Nyall Dawson

2016-04-27

12:16 AM Revision d69910a1 (qgis): fix dxf export when using rule based labeling (followup a64ea0b)
Jürgen Fischer
04:26 PM Revision 679e8f2e (qgis): Convert added/changed geometries into the right before sending back to ...
Marco Hugentobler
04:10 PM Revision fef8c1fe (qgis): [FEATURE] add setting to control centroid fill point rendering
on all parts or a single part of multi-features (fixes #9199) Mathieu Pellerin - nIRV
02:40 PM Revision b52735db (qgis): fix indentation
Alexander Bruy
02:38 PM Revision 87575bd8 (qgis): Merge pull request #3038 from volaya/provider_add_remove
[processing] different approach for provider add/remove Alexander Bruy
02:35 PM Revision 7703ad88 (qgis): cmake/FindGDAL.cmake: emit warning if GDAL < 1.11
Even Rouault
02:32 PM Revision 02a83336 (qgis): debian: install qgis testing
Denis Rouzaud
02:26 PM Revision 3688b9e8 (qgis): test_provider_ogr_gpkg.py: remove expected failure tag if GDAL < 1.11.0...
Even Rouault
02:24 PM Revision 707655ef (qgis): Put QgsSQLiteExpressionCompiler class inside Doxygen PRIVATE tag
Even Rouault
02:16 PM Revision c96f66ec (qgis): Merge pull request #3040 from 3nids/debian_install_qgis_testing
debian: install qgis testing Jürgen Fischer
02:14 PM Revision 10e3c191 (qgis): debian: install qgis testing
Denis Rouzaud
01:36 PM Revision bee4068b (qgis): [processing] handle provider modifications when settings have been edited
Victor Olaya
11:41 AM Revision 42e386f8 (qgis): Make sublayer dialog sortable and sort by layername initially. Patch pr...
Marco Hugentobler
10:50 AM Revision 11e7140d (qgis): Gracefully handle topology errors when tracing (fixes #14447)
Martin Dobias
10:45 AM Revision 1a3e648e (qgis): [FEATURE] Make labeling map tools work with rule-based labeling
(until now they worked just with simple labeling) Martin Dobias
10:13 AM Revision 4a11a1a3 (qgis): [Processing][Modeler] Use default value instead of None
In Modeler algorithm, when a algorithm's parameter was not defined it's value was set to None.
Before the possibility...
René-Luc ReLuc
10:09 AM Revision f33749ab (qgis): [processing] different approach for provider add/remove
Victor Olaya
10:04 AM Revision 572bd195 (qgis): Make travis happy
Martin Dobias
09:04 AM Revision 6f3032a6 (qgis): Fix tests, fixes after rebase
Martin Dobias
08:17 AM Revision e9bc8ae4 (qgis): fix precise build
Jürgen Fischer
06:15 AM Revision ad82ac08 (qgis): Cleanups to emphasize that methods work with current label
Martin Dobias
06:09 AM Revision 42991ec3 (qgis): Updated label map tools to work with rule-based labeling
Martin Dobias
05:59 AM Revision 03f201d0 (qgis): Introduce label provider ID to uniquely identify label's settings
Before rule-based labeling, layer ID would identify label settings
of a label as there could be only one configuratio...
Martin Dobias
05:59 AM Revision a64ea0b0 (qgis): Fix crash on invalid assert in rule-based labeling
Martin Dobias
04:27 AM Revision 9e1dc47c (qgis): Remove conversions.sip conditionals meant for 4.12 but actually 4.18
- The hex version of 4.12 was not 0x041200 (current 4.18) but 0x040c00.
Code was always skipped and has worked with...
Larry Shaffer
03:33 AM Revision 59329694 (qgis): Fix sign of safety correction
Piers van der Torren

2016-04-26

07:45 PM Revision 6b02745e (qgis): [processing] don't write NaN's to attribute table (fix #14639)
(cherry picked from commit 77d95b0d655022ab5c9f1927fa0a8ddb492b44df) Alexander Bruy
07:44 PM Revision 77d95b0d (qgis): [processing] don't write NaN's to attribute table (fix #14639)
Alexander Bruy
05:41 PM Revision 63c71fe0 (qgis): Merge pull request #2991 from manisandro/ogr_options
Pass the full ogr data source URI as connInfo in qgsConnectionPool_ConnectionCreate Sandro Mani
04:45 PM Revision 1eed72c6 (qgis): fix formatting
Alexander Bruy
04:03 PM Revision 4bf3c50a (qgis): [Processing][GDAL] Well manage optional parameters
Because EXTRA and NO_DATA parameters are optional, the value can be `None` which is the same as `''`.
(cherry picked...
René-Luc ReLuc
04:02 PM Revision 6b88ec81 (qgis): Add connection pool test
Sandro Mani
04:02 PM Revision bbe89b02 (qgis): Move QgsProviderRegistry::instance delete call after deferred delete call
Sandro Mani
04:02 PM Revision 79493ea3 (qgis): Pass the full ogr data source URI as connInfo in qgsConnectionPool_Conn...
This fixes corrupt rendering when loading the same dataset twice with different options (i.e. layers), see issue #14560. Sandro Mani
03:59 PM Revision 2ba252b3 (qgis): Merge pull request #3033 from rldhont/processing_gdal_optional
[Processing] well manage optional parameters in GDAL algorithms Alexander Bruy
02:45 PM Revision cf0e3673 (qgis): [processing] fixed wrong call to addToLog
(cherry picked from commit 5cc2dcd2a469da07ad95733a4832e21d01ba466c) Victor Olaya
02:22 PM Revision 9a05558a (qgis): fix formatting
Alexander Bruy
02:18 PM Revision 793b712e (qgis): [Processing][GDAL] Well manage optional parameters
Because EXTRA and NO_DATA parameters are optional, the value can be `None` which is the same as `''`. René-Luc ReLuc
01:49 PM Revision 71fb115e (qgis): more GDAL a_nodata fixes, for sake of uniformity
Giovanni Manghi
01:48 PM Revision d87747a2 (qgis): set nodata parameter as optional in GDAL clip by extent
Giovanni Manghi
01:36 PM Revision 05022653 (qgis): Merge pull request #3030 from NaturalGIS/processing_fix_raster_clip_nodata
[processing] set nodata parameter as optional in GDAL algs Alexander Bruy
01:10 PM Revision 34336e14 (qgis): [processing] fix path handling (fix #14432)
(cherry picked from commit e873540d14cb102ffe9318063b32c323c56e5bfb)
Conflicts:
python/plugins/processing/algs/otb/...
Alexander Bruy
12:47 PM Revision 8a9cb05d (qgis): [processing] better handling of variables in scripts
Victor Olaya
12:47 PM Revision 5cc2dcd2 (qgis): [processing] fixed wrong call to addToLog
Victor Olaya
12:31 PM Revision 250f6578 (qgis): Avoid some Coverity return value warnings
Nyall Dawson
12:09 PM Revision e657f611 (qgis): Consolidate all qvariant sort methods to use qgsVariantLessThan,
make sure qgsVariantLessThan incorporates all functionality from
other duplicate implementations, and add tests
(fix...
Nyall Dawson
12:08 PM Revision 6663fd2d (qgis): Fix map unit scale parameters were not always saved for labeling
Refs #14698 - all settings are now saved but the size range in mm
is not yet respected during rendering
(cherry-pick...
Nyall Dawson
12:07 PM Revision c7998127 (qgis): Fix crash in relation reference widget (fix #14732)
(cherry-picked from eed4ee) Nyall Dawson
12:00 PM Revision 989ec2c1 (qgis): Fix Coverity big parameter passed by value warnings
Nyall Dawson
11:57 AM Revision 5e3645ae (qgis): Fix coverity uninitialized variable warnings
Nyall Dawson
11:50 AM Revision d604a925 (qgis): Fix features cannot be added when using attribute table and form
popup (fix #14729) Nyall Dawson
11:46 AM Revision 328eaade (qgis): [OGR provider] Use QgsSQLiteExpressionCompiler for SQLite and GPKG drivers
Even Rouault
11:46 AM Revision 5ed41e38 (qgis): Move QgsSpatiaLiteExpressionCompiler class to core as QgsSQLiteExpressi...
Even Rouault
11:31 AM Revision eed4ee64 (qgis): Fix crash in relation reference widget (fix #14732)
Nyall Dawson
08:38 AM Revision f01c57af (qgis): Merge pull request #3032 from NaturalGIS/processing_remove_wrong_raster...
remove wrong gdal_translate parameter Victor Olaya
08:35 AM Revision ff85bfe4 (qgis): [processing] print full stacktrace to log when a provider cannot be loaded
Victor Olaya
08:33 AM Revision 2535c0a9 (qgis): [processing] better expression context building
Victor Olaya
05:27 AM Revision b3a0d9d1 (qgis): Revert "[processing] Extra check to ensure GRASS folder setting not alr...
This reverts commit 36a820e51657bf0c3069e1fd287d6b452a3cd1e0. Larry Shaffer
02:52 AM Revision 36a820e5 (qgis): [processing] Extra check to ensure GRASS folder setting not already None
- Update to 5131e93; not sure why ProcessingConfig.getSetting returning
None sets folder = None instead of '' (on t...
Larry Shaffer

2016-04-25

12:32 AM Revision 847e4161 (qgis): test_provider_ogr_gpkg.py: fix crash by keeping a reference to the feat...
Even Rouault
11:33 PM Revision b4698ada (qgis): test_provider_ogr_gpkg.py: compare geometry by wkb, and use @unittest.e...
Even Rouault
11:09 PM Revision a4b2cde5 (qgis): more GDAL a_nodata fixes, for sake of uniformity
Giovanni Manghi
10:41 PM Revision ba2601ff (qgis): remove wrong gdal_translate parameter
Giovanni Manghi
10:22 PM Revision fb592125 (qgis): set nodata parameter as optional in GDAL clip by extent
Giovanni Manghi
10:15 PM Revision 4c029975 (qgis): Revert "Fix label map unit scale range for font size and buffer"
This reverts commit 72714e6f5edb41aca84e361a46ffc4fd6d4523d5. Nyall Dawson
08:20 PM Revision aa2014de (qgis): Fix crash in testqgsogrutils with QT5 where QTextCodec::codecForName( "...
Even Rouault
05:43 PM Revision 181c0c4e (qgis): Minor fixes in intersection removal for the reshape tool
Hugo Mercier
05:30 PM Revision 44cccfc0 (qgis): Avoid intersections in reshape tool
Arnaud Morvan
05:05 PM Revision 8e7691a0 (qgis): [OGR provider] Expose OGR FID as first attribute when it is meaningful
Useful for GPKG and other database based drivers
- For OGR drivers that have GetFIDColumn() != '', expose it as a QG...
Even Rouault
04:56 PM Revision 0c624419 (qgis): [BUGFIX] [OGR provider] Free OGR feature in changeAttributeValues() to ...
Even Rouault
04:28 PM Revision 3156d576 (qgis): osgeo4w: add qt plugin directories to browser
(cherry picked from commit b758a8c1b4fb5386ba5830092eb893d8f42ae033) Jürgen Fischer
04:27 PM Revision 68cfed96 (qgis): osgeo4w: add qt plugin directories to browser
(cherry picked from commit b758a8c1b4fb5386ba5830092eb893d8f42ae033) Jürgen Fischer
04:26 PM Revision b758a8c1 (qgis): osgeo4w: add qt plugin directories to browser
Jürgen Fischer
03:58 PM Revision aca62153 (qgis): run 2to3 only with Qt5
Jürgen Fischer
02:49 PM Revision 72714e6f (qgis): Fix label map unit scale range for font size and buffer
Refs #14698, but other label size parameters are still
ignoring scale ranges
Nyall Dawson
02:21 PM Revision e9a30896 (qgis): [processing] more complete scope for expressions in outputs
Victor Olaya
02:21 PM Revision 7805c642 (qgis): [processing] added variables to scope when inputing value of a Paramete...
Victor Olaya
02:21 PM Revision e55b280f (qgis): [processing] minor ui fixes in input panels
Victor Olaya
02:21 PM Revision ac0bff32 (qgis): [processing] added support for expressions in some input params and out...
Victor Olaya
01:46 PM Revision 3322bcb2 (qgis): Fix map unit scale parameters were not always saved for labeling
Refs #14698 - all settings are now saved but the size range in mm
is not yet respected during rendering
Nyall Dawson
09:32 AM Revision a7c3861c (qgis): fix leading comment
Jürgen Fischer

2016-04-24

01:49 AM Revision b3bf4a11 (qgis): dxf export:
* output 3D geometries
* more adaptions to labeling changes
Jürgen Fischer
01:17 AM Revision 2bd20de9 (qgis): fix warnings
Jürgen Fischer
10:26 PM Revision 24b259af (qgis): Merge pull request #3027 from Cracert/trans2
Add Polish translators Werner Macho
10:15 PM Revision ee5548b2 (qgis): Add Polish translators
Robert Szczepanek
04:45 PM Revision 0cd5f6af (qgis): [NEEDS-DOCS] test, please ignore
Richard Duivenvoorde

2016-04-23

09:29 PM Revision d9ee8758 (qgis): Blacklist broken tests
Matthias Kuhn
09:09 PM Revision 8e9641b8 (qgis): Update blacklist
Matthias Kuhn
09:09 PM Revision da0682d7 (qgis): Add difference image
Matthias Kuhn
09:09 PM Revision adf42dab (qgis): Python3 compat fix for composerhtml test
Matthias Kuhn
09:09 PM Revision c0a2be77 (qgis): Enable QtWebKit with Qt5 tests
Matthias Kuhn
09:09 PM Revision 99ab6e3a (qgis): Disable internal yaml
Matthias Kuhn
07:36 PM Revision 1ba2bc0f (qgis): [OGR provider] Report curve geometry types. Do geometry type conversion...
Even Rouault
07:36 PM Revision 6c21b1c9 (qgis): QgsVectorFileWriter::initMetaData(): add layer creation options for GPKG
Even Rouault
07:36 PM Revision 3ba86d48 (qgis): Add a 'Layer / Create Layer / Create GeoPackage layer' menu item
Even Rouault
04:38 PM Revision caab3b3d (qgis): Add dependency of port-plugin-xxx on staged-xxx
Matthias Kuhn

2016-04-22

11:30 AM Revision de23c991 (qgis): Reduce test matrix
Matthias Kuhn
10:02 AM Revision fa9862b2 (qgis): [bugfix] offline editing converting offline twice
Fixes #10537: Converting offline twice within the same
instance causing unusable offline state.
The problem was due ...
Alessandro Pasotti
10:02 AM Revision 21a2f412 (qgis): Add QgsDataProvider::invalidateConnections() and implement in Spatialit...
This invalidates all cached connections to the given database name.
This will be used by the WFS provider to cleanup ...
Even Rouault
10:02 AM Revision 0c54862b (qgis): Prevents a crash when online features are gone
Fixes an unreported segfault when converting an online layer
to offline if features cannot be (completely) fetched.
...
Alessandro Pasotti
10:02 AM Revision 64f29039 (qgis): Avoid crash when WFS converted to offline
Fixes #14010 Converting to Offline Editing of WFS-T layer causes minidump
Funded by Boundless
(cherry-picked from e...
Alessandro Pasotti
09:37 AM Revision fdd68963 (qgis): [postgres] Improved handling of DOMAIN type fields
- show correct domain type as field type name
- correctly determine length and precision of domain types
- expose bpc...
Nyall Dawson
09:20 AM Revision 647f3221 (qgis): Consolidate all qvariant sort methods to use qgsVariantLessThan,
make sure qgsVariantLessThan incorporates all functionality from
other duplicate implementations, and add tests
(fix...
Nyall Dawson
09:18 AM Revision 7290e8ca (qgis): properly save/restore font marker outline join style
Mathieu Pellerin - nIRV
08:48 AM Revision f045492e (qgis): [bugfix] offline editing converting offline twice
Fixes #10537: Converting offline twice within the same
instance causing unusable offline state.
The problem was due ...
Alessandro Pasotti
08:41 AM Revision 57382929 (qgis): allow failures on osx
currently building osx version fails due to deprecated sip directives in PyQt4. Matthias Kuhn
08:38 AM Revision 7f741f03 (qgis): Revert "[travis] OSX: Force sip version 4.17 due to build problems"
This reverts commit c88789973b6fb9ee25fc22e25a8fb4389738e74d. Matthias Kuhn
04:42 AM Revision 3a89da0a (qgis): Merge pull request #3017 from nirvn/font_marker_outline
[FEATURE] add outline settings to font markers Nyall Dawson
04:09 AM Revision 9735c13e (qgis): [FEATURE] add outline settings to font markers
Mathieu Pellerin - nIRV

2016-04-21

11:07 PM Revision 90613ca5 (qgis): One more xenial test mask update
Nyall Dawson
10:53 PM Revision 076db887 (qgis): Fix indentation
Nyall Dawson
10:39 PM Revision 011bde88 (qgis): More xenial, Windows test mask updates
Nyall Dawson
10:34 PM Revision b1b439f5 (qgis): Remove cryptic assert (was failing regularly)
Nyall Dawson
09:46 PM Revision eacca44c (qgis): Test mask updates (qt5 and xenial)
Nyall Dawson
08:01 PM Revision 32000628 (qgis): [BUGFIX] The way layer's shortname is write in QGIS project and used in...
René-Luc ReLuc
07:58 PM Revision 849a7567 (qgis): [BUGFIX] The way layer's shortname is write in QGIS project and used in...
René-Luc ReLuc
05:17 PM Revision d31c6c3b (qgis): [travis] Allow osx builds to fail
Apparently SIP 4.18 deprecates `/DocType/` which is used by PyQt4. Matthias Kuhn
05:11 PM Revision 59522582 (qgis): [processing] Improve error message when clipping fails due to 2.5D
Matthias Kuhn
02:06 PM Revision e6bb6234 (qgis): fix python testing install directory
Denis Rouzaud
01:54 PM Revision ba948960 (qgis): fix python testing install directory
Denis Rouzaud
01:05 PM Revision 36e5dc84 (qgis): Revert "[travis] OSX: Force sip version 4.17 due to build problems"
This reverts commit 842159036a9cfdc518a54ee1ab35de4b14206318. Matthias Kuhn
10:16 AM Revision 8a6ba6b2 (qgis): Add missing header in QgsCoordinateTransformCache sip
Matthias Kuhn
09:42 AM Revision 9bbbe6d9 (qgis): fix toggling of map styling dock visibility from the layer tree
Jürgen Fischer
09:28 AM Revision 0875c683 (qgis): Fix default value for marker pen join style in sip bindings
Matthias Kuhn
09:15 AM Revision 66cb25fe (qgis): Fix build warnings
Matthias Kuhn
08:46 AM Revision 09ced9bf (qgis): fix crash on startup
Jürgen Fischer

2016-04-20

01:19 AM Revision 5d0be314 (qgis): [Style dock] Set open button as toggle
Nathan Woodrow
06:56 PM Revision 208a14eb (qgis): Rewrite pseudocolor render code to improve speed
Most of the time was lost in checking the color cache, so that is replaced
by a look up table for the index in the co...
Piers van der Torren
04:44 PM Revision 0ac299a9 (qgis): [BUGFIX] QGIS Server segfault if layer extent is null
René-Luc ReLuc
04:38 PM Revision 142ce5e0 (qgis): [BUGFIX] QGIS Server segfault if layer extent is null
René-Luc ReLuc
03:04 PM Revision d3810439 (qgis): Remove set mShortName in QgsMapLayer constructor
René-Luc ReLuc
03:02 PM Revision d4af38be (qgis): Remove set mShortName in QgsMapLayer constructor
René-Luc ReLuc
02:57 PM Revision 7b64dd4c (qgis): [Processing] Fix when iface is None
René-Luc ReLuc
02:52 PM Revision e765bb6d (qgis): [Processing] Fix when iface is None
René-Luc ReLuc
09:59 AM Revision 46ff59bb (qgis): Remove layer title from dock for now
Sets the dock tab title which means it looks crappy
when stacked.
Nathan Woodrow
09:53 AM Revision 1e5c9920 (qgis): [Style dock] Move layer label inside widget
Nathan Woodrow

2016-04-19

07:26 PM Revision 57d4dbf2 (qgis): Merge pull request #3015 from boundlessgeo/wfs-getfeatures-offline-crash
Wfs getfeatures offline crash Alessandro Pasotti
06:21 PM Revision 8f0f9ccb (qgis): Add mask images for arrow symbol layer test
Hugo Mercier
05:55 PM Revision 340f0f27 (qgis): Add a new CMake flag to disable deprecated functionality
Anything which is going to disappear can be #ifdef'd with this definition. This
is an additional hint if your 3rd par...
Matthias Kuhn
10:53 AM Revision 69153ab0 (qgis): Python and SQL(Expression) code editors, always use monospace
And use a different color for fields in the expression editor Matthias Kuhn
09:41 AM Revision 7379223a (qgis): Server test: URLError has no code
Matthias Kuhn
09:23 AM Revision e849cad1 (qgis): Merge pull request #2955 from mhugo/arrows
[Feature] Arrow symbol layer Hugo Mercier
05:55 AM Revision 831e7cd2 (qgis): [FEATURE][styles] Add new style dock for interactive styling
Nathan Woodrow
05:46 AM Revision b7a43f2c (qgis): Disable processing GDAL test on OSX (keeps randomly failing)
Nyall Dawson

2016-04-18

12:16 AM Revision efb84ea2 (qgis): [FEATURE][diagrams] Add optional legend entries for diagram sizes
A new "legend" tab has been added to diagram properties, allowing
both the existing attribute legend and a new size l...
Nyall Dawson
03:55 PM Revision 81a6ccf0 (qgis): Temporarily blacklist the arrow symbology test (qt5 only)
Hugo Mercier
03:18 PM Revision e9c41e80 (qgis): Improve processing test documentation
Matthias Kuhn
11:36 AM Revision 1ee0bc57 (qgis): Add @geometry_point_count and @geometry_point_num
Hugo Mercier
11:36 AM Revision 34b7ebc2 (qgis): Add a new "arrow" symbol layer
The "arrow" symbol layer is a symbol layer allowing to draw straight
or curved arrows from a line layer.
Hugo Mercier
09:10 AM Revision 81744ecf (qgis): Another missing Qt5 test mask
Nyall Dawson
08:35 AM Revision 09a2f9b3 (qgis): [Processing] Retry gdal commands if they are interrupted
Matthias Kuhn
08:28 AM Revision 7cb77d8c (qgis): Merge pull request #2990 from DelazJ/style
Symbol selector dialog: use same terms in the gui Matthias Kuhn
08:20 AM Revision a44d0c1f (qgis): Add a missing qt 5 mask image
Nyall Dawson
07:59 AM Revision 91524aaf (qgis): Fix doxygen warning
Nyall Dawson
07:27 AM Revision 33e7d1b9 (qgis): Add note to QgsExpressionContext docs to point to QgsExpressionContextU...
Nyall Dawson
07:23 AM Revision c24938e3 (qgis): Update test masks for Qt5, enable more tests on Travis Qt5 builds
Nyall Dawson
07:15 AM Revision 66b51d4a (qgis): [FEATURE] Edit attributes of multiple features simultaneously
This change allows the attributes of multiple features to be edited
simultaneously. It is enabled when the attribute ...
Nyall Dawson
05:34 AM Revision e2e3fba2 (qgis): Show the active layer in the layers dock header
Nathan Woodrow

2016-04-17

09:40 PM Revision 32aee3d1 (qgis): Send dart measurement output to stdout with no prefix
Or to put it differently, make the output usable for CDash also
with Qt5. Qt5 prefixes debug output with QDEBUG and a...
Matthias Kuhn
09:23 PM Revision 972f13e0 (qgis): Followup 151204d fix typo
Matthias Kuhn
05:15 PM Revision c8878997 (qgis): [travis] OSX: Force sip version 4.17 due to build problems
Matthias Kuhn
05:13 PM Revision 8dcd918b (qgis): Remove conversions.sip conditionals meant for 4.12 but actually 4.18
- The hex version of 4.12 was not 0x041200 (current 4.18) but 0x040c00.
Code was always skipped and has worked with...
Larry Shaffer
05:03 PM Revision 151204de (qgis): Add debug for failing gdal subprocess
Matthias Kuhn
07:06 AM Revision de0e3670 (qgis): Merge pull request #3007 from nirvn/svg_marker_disability_v2
[svg] add accessibility and low vision symbols Nathan Woodrow
06:22 AM Revision ae719c09 (qgis): [svg] add accessibility and low vision symbols
Mathieu Pellerin - nIRV

2016-04-16

02:04 PM Revision a669d3c8 (qgis): Merge pull request #3005 from m-kuhn/osx-sip-417
[travis] OSX: Force sip version 4.17 due to build problems Matthias Kuhn
03:17 AM Revision fc6559aa (qgis): Remove conversions.sip conditionals meant for 4.12 but actually 4.18
- The hex version of 4.12 was not 0x041200 (current 4.18) but 0x040c00.
Code was always skipped and has worked with...
Larry Shaffer
02:11 AM Revision 9cc3d7e3 (qgis): Fix effects not working for ellipse symbol layers (fix #14661)
Nyall Dawson

2016-04-15

12:29 AM Revision 7967e961 (qgis): Fix missing map settings expression variables in composer maps
Missing map extent related variables were causing stacking order
issues with the 25d renderer (fix #14604)
Nyall Dawson
12:17 AM Revision 6880b53e (qgis): Fix other feature's geometries are shown instead of null geometry
in delimited text provider (fix #14666)
Add tests, also fix virtual layer, mssql and db2 providers which
suffered th...
Nyall Dawson
12:17 AM Revision 01614973 (qgis): QgsSymbolV2: only pop expression scope if it was really added
(cherry-picked from ef77e19fe342e6734487ba3608a8c12ee72b0bf7) Nyall Dawson
11:59 PM Revision e8dc8319 (qgis): Fix some providers did not respect layer's subset when calculating
min/max/uniqueValues
Providers included delimited text, memory, virtual layer, and WFS
Add unit test to provider te...
Nyall Dawson
11:45 PM Revision 46860cb4 (qgis): Fix huge legend item size when symbol uses map unit sizes (fix #13979)
Add unit test
(cherry-picked from 0c5fa81126cec652d9e9932861f031c1ab3700db)
Nyall Dawson
11:45 PM Revision bc0181c0 (qgis): Add methods for retrieving and setting size units for QgsMarkerSymbolV2
(cherry-picked from e21de0394d051de1eea7ce36d587cc933c474bae) Nyall Dawson
11:41 PM Revision ccbecb3c (qgis): Initially set focus to text in new name dialog
(cherry-picked from 846c6183cafe4cb535547f1e13a7f9c48d751a61) Nyall Dawson
11:41 PM Revision 50298341 (qgis): [composer] Fix crash setting table columns from python
(cherry-picked from 39d0ba5781c8b759faaaf333b54e886c01a2d910) Nyall Dawson
08:22 PM Revision 84215903 (qgis): [travis] OSX: Force sip version 4.17 due to build problems
Matthias Kuhn
07:34 PM Revision c921dc3c (qgis): Merge pull request #3006 from m-kuhn/Qt5ConsoleTests
Enable console tests on Qt5 Matthias Kuhn
07:17 PM Revision 449fad35 (qgis): Enable console tests on Qt5
Matthias Kuhn
01:45 PM Revision b95d6c1d (qgis): [travis] Allow osx builds to fail
Seems to be caused by sip 4.18 Matthias Kuhn
12:00 PM Revision 101d834a (qgis): Fix crash on postgis error
Matthias Kuhn
11:58 AM Revision b09a7432 (qgis): Blacklist console test on Qt5
We are missing QScintilla bindings at the moment Matthias Kuhn
11:25 AM Revision 16646615 (qgis): QShortcut is in widgets, not gui
Matthias Kuhn
11:05 AM Revision 8047a569 (qgis): Fix console import menu and add tests
Matthias Kuhn
10:18 AM Revision df234681 (qgis): debian packaging drop ubuntu vivid support
Jürgen Fischer
10:13 AM Revision 242d2741 (qgis): Merge pull request #3003 from m-kuhn/py3next
Enable more tests for PyQt5/Python3 Matthias Kuhn
10:04 AM Revision eab09f0e (qgis): Bring back QgsNetworkManager slots and signals removed in 2eb8243 as de...
(cherry picked from commit 78725feda46a534fbe419b61b85f13741950997a) Jürgen Fischer
09:49 AM Revision 78725fed (qgis): Bring back QgsNetworkManager slots and signals removed in 2eb8243 as de...
Jürgen Fischer
09:31 AM Revision 79442b6c (qgis): Prevents a crash when online features are gone
Fixes an unreported segfault when converting an online layer
to offline if features cannot be (completely) fetched.
...
Alessandro Pasotti
09:20 AM Revision 816c322d (qgis): Workaround for buggy mac osx cleanup
Matthias Kuhn
09:20 AM Revision aa0b9fa8 (qgis): Test PyQgsRelationEditWidget updates
* QApplication is in QtWidgets, not QtGui
* Expected failure only affects the travis Qt4 platform
Matthias Kuhn
09:20 AM Revision b31e860d (qgis): Compatibility fix for most of PyQgsGeometryTest
Matthias Kuhn
09:20 AM Revision cacf79cd (qgis): Improve PORT_PLUGINS cmake code
Matthias Kuhn
09:20 AM Revision 8269fc50 (qgis): Improve spatialite provider test
Matthias Kuhn
09:20 AM Revision 1c6b2988 (qgis): Add unicode_keep_u fixer
Matthias Kuhn
09:20 AM Revision 129ff7cb (qgis): Unmask more Python 3 tests
Matthias Kuhn
09:20 AM Revision 4af3f82b (qgis): Python 3 migrate SocketServer
Matthias Kuhn
09:20 AM Revision 3e300f29 (qgis): Manual next fixes
Matthias Kuhn
09:20 AM Revision c268f7e9 (qgis): Run next_call fixer on tests
Matthias Kuhn

2016-04-14

11:52 PM Revision 83036886 (qgis): Fix test failure on GDAL >= 2.0
Nyall Dawson
11:52 PM Revision 0672abba (qgis): [FEATURE] Compilation support for unary - operation
Nyall Dawson
11:52 PM Revision 92a18087 (qgis): Add safeguard tests to ensure no regressions in expression compilation
(ie check that expressions are successfully compiled where expected)
Add compilation support for "NOT..." type expre...
Nyall Dawson
11:51 PM Revision 99210ecf (qgis): [FEATURE][console] Improvements to find functionality
- add key shortcut to open find widget, set focus to find text input
automatically (uses default shortcut for DE, eg ...
Nyall Dawson
10:33 PM Revision d8a314c4 (qgis): Merge pull request #3000 from nirvn/diamond_ellipse_marker
[symbology] add diamond ellipse marker Nyall Dawson
07:59 PM Revision eeb9bdd2 (qgis): Avoid crash when WFS converted to offline
Fixes #14010 Converting to Offline Editing of WFS-T layer causes minidump
Funded by Boundless
Alessandro Pasotti
03:50 PM Revision a7f08fd7 (qgis): Merge pull request #2956 from pblottiere/diagrams
Update label toolbar to manage diagrams too Hugo Mercier
12:15 PM Revision d283223c (qgis): Python 3 update for processing tests
Matthias Kuhn
12:15 PM Revision 0f048b55 (qgis): Unblacklist Qt5 tests
Matthias Kuhn
12:15 PM Revision 7d156e7f (qgis): Fix typo
Matthias Kuhn
12:15 PM Revision fe314754 (qgis): Fix console errors
Matthias Kuhn
12:15 PM Revision e3e5487f (qgis): Some general test improvements
Matthias Kuhn
12:15 PM Revision 709d3ced (qgis): Cleanup test application on exit
Matthias Kuhn
09:39 AM Revision 2e515a2c (qgis): [postgres] Avoid deadlocks in transactional editing
Can currently be triggered by using the field calculator to update a selection.
While an iterator is active and the c...
Matthias Kuhn
09:39 AM Revision 07fcf243 (qgis): [postgres] Test for deadlocks with transactions
Matthias Kuhn
09:02 AM Revision 1e6dceb7 (qgis): [dbmanager] Fixes various signal bugs after 8bda5c
Fixes some unreported glitches after new signals migration.
Also fixes #14649
Alessandro Pasotti
08:34 AM Revision 170c9555 (qgis): Merge pull request #2999 from mhugent/server_ntv2_2
[FEATURE]: set default datumstransformation for server with environme… Marco Hugentobler

2016-04-13

01:02 AM Revision cbf7b5c0 (qgis): fix 7454d87
Jürgen Fischer
 

Also available in: Atom