Activity
From 2016-03-26 to 2016-04-24
2016-04-24
- 10:26 PM Revision 24b259af (qgis): Merge pull request #3027 from Cracert/trans2
- Add Polish translators
- 10:15 PM Revision ee5548b2 (qgis): Add Polish translators
- 04:45 PM Revision 0cd5f6af (qgis): [NEEDS-DOCS] test, please ignore
2016-04-23
- 09:29 PM Revision d9ee8758 (qgis): Blacklist broken tests
- 09:09 PM Revision 8e9641b8 (qgis): Update blacklist
- 09:09 PM Revision da0682d7 (qgis): Add difference image
- 09:09 PM Revision adf42dab (qgis): Python3 compat fix for composerhtml test
- 09:09 PM Revision c0a2be77 (qgis): Enable QtWebKit with Qt5 tests
- 09:09 PM Revision 99ab6e3a (qgis): Disable internal yaml
- 07:36 PM Revision 1ba2bc0f (qgis): [OGR provider] Report curve geometry types. Do geometry type conversion...
- 07:36 PM Revision 6c21b1c9 (qgis): QgsVectorFileWriter::initMetaData(): add layer creation options for GPKG
- 07:36 PM Revision 3ba86d48 (qgis): Add a 'Layer / Create Layer / Create GeoPackage layer' menu item
- 04:38 PM Revision caab3b3d (qgis): Add dependency of port-plugin-xxx on staged-xxx
2016-04-22
- 11:30 AM Revision de23c991 (qgis): Reduce test matrix
- 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 ... - 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 ... - 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.
... - 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... - 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... - 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... - 09:18 AM Revision 7290e8ca (qgis): properly save/restore font marker outline join style
- 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 ... - 08:41 AM Revision 57382929 (qgis): allow failures on osx
- currently building osx version fails due to deprecated sip directives in PyQt4.
- 08:38 AM Revision 7f741f03 (qgis): Revert "[travis] OSX: Force sip version 4.17 due to build problems"
- This reverts commit c88789973b6fb9ee25fc22e25a8fb4389738e74d.
- 04:42 AM Revision 3a89da0a (qgis): Merge pull request #3017 from nirvn/font_marker_outline
- [FEATURE] add outline settings to font markers
- 04:09 AM Revision 9735c13e (qgis): [FEATURE] add outline settings to font markers
2016-04-21
- 11:07 PM Revision 90613ca5 (qgis): One more xenial test mask update
- 10:53 PM Revision 076db887 (qgis): Fix indentation
- 10:39 PM Revision 011bde88 (qgis): More xenial, Windows test mask updates
- 10:34 PM Revision b1b439f5 (qgis): Remove cryptic assert (was failing regularly)
- 09:46 PM Revision eacca44c (qgis): Test mask updates (qt5 and xenial)
- 08:01 PM Revision 32000628 (qgis): [BUGFIX] The way layer's shortname is write in QGIS project and used in...
- 07:58 PM Revision 849a7567 (qgis): [BUGFIX] The way layer's shortname is write in QGIS project and used in...
- 05:17 PM Revision d31c6c3b (qgis): [travis] Allow osx builds to fail
- Apparently SIP 4.18 deprecates `/DocType/` which is used by PyQt4.
- 05:11 PM Revision 59522582 (qgis): [processing] Improve error message when clipping fails due to 2.5D
- 02:06 PM Revision e6bb6234 (qgis): fix python testing install directory
- 01:54 PM Revision ba948960 (qgis): fix python testing install directory
- 01:05 PM Revision 36e5dc84 (qgis): Revert "[travis] OSX: Force sip version 4.17 due to build problems"
- This reverts commit 842159036a9cfdc518a54ee1ab35de4b14206318.
- 10:16 AM Revision 8a6ba6b2 (qgis): Add missing header in QgsCoordinateTransformCache sip
- 09:42 AM Revision 9bbbe6d9 (qgis): fix toggling of map styling dock visibility from the layer tree
- 09:28 AM Revision 0875c683 (qgis): Fix default value for marker pen join style in sip bindings
- 09:15 AM Revision 66cb25fe (qgis): Fix build warnings
- 08:46 AM Revision 09ced9bf (qgis): fix crash on startup
2016-04-20
- 01:19 AM Revision 5d0be314 (qgis): [Style dock] Set open button as toggle
- 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... - 04:44 PM Revision 0ac299a9 (qgis): [BUGFIX] QGIS Server segfault if layer extent is null
- 04:38 PM Revision 142ce5e0 (qgis): [BUGFIX] QGIS Server segfault if layer extent is null
- 03:04 PM Revision d3810439 (qgis): Remove set mShortName in QgsMapLayer constructor
- 03:02 PM Revision d4af38be (qgis): Remove set mShortName in QgsMapLayer constructor
- 02:57 PM Revision 7b64dd4c (qgis): [Processing] Fix when iface is None
- 02:52 PM Revision e765bb6d (qgis): [Processing] Fix when iface is None
- 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. - 09:53 AM Revision 1e5c9920 (qgis): [Style dock] Move layer label inside widget
2016-04-19
- 07:26 PM Revision 57d4dbf2 (qgis): Merge pull request #3015 from boundlessgeo/wfs-getfeatures-offline-crash
- Wfs getfeatures offline crash
- 06:21 PM Revision 8f0f9ccb (qgis): Add mask images for arrow symbol layer test
- 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... - 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
- 09:41 AM Revision 7379223a (qgis): Server test: URLError has no code
- 09:23 AM Revision e849cad1 (qgis): Merge pull request #2955 from mhugo/arrows
- [Feature] Arrow symbol layer
- 05:55 AM Revision 831e7cd2 (qgis): [FEATURE][styles] Add new style dock for interactive styling
- 05:46 AM Revision b7a43f2c (qgis): Disable processing GDAL test on OSX (keeps randomly failing)
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... - 03:55 PM Revision 81a6ccf0 (qgis): Temporarily blacklist the arrow symbology test (qt5 only)
- 03:18 PM Revision e9c41e80 (qgis): Improve processing test documentation
- 11:36 AM Revision 1ee0bc57 (qgis): Add @geometry_point_count and @geometry_point_num
- 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. - 09:10 AM Revision 81744ecf (qgis): Another missing Qt5 test mask
- 08:35 AM Revision 09a2f9b3 (qgis): [Processing] Retry gdal commands if they are interrupted
- 08:28 AM Revision 7cb77d8c (qgis): Merge pull request #2990 from DelazJ/style
- Symbol selector dialog: use same terms in the gui
- 08:20 AM Revision a44d0c1f (qgis): Add a missing qt 5 mask image
- 07:59 AM Revision 91524aaf (qgis): Fix doxygen warning
- 07:27 AM Revision 33e7d1b9 (qgis): Add note to QgsExpressionContext docs to point to QgsExpressionContextU...
- 07:23 AM Revision c24938e3 (qgis): Update test masks for Qt5, enable more tests on Travis Qt5 builds
- 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 ... - 05:34 AM Revision e2e3fba2 (qgis): Show the active layer in the layers dock header
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... - 09:23 PM Revision 972f13e0 (qgis): Followup 151204d fix typo
- 05:15 PM Revision c8878997 (qgis): [travis] OSX: Force sip version 4.17 due to build problems
- 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... - 05:03 PM Revision 151204de (qgis): Add debug for failing gdal subprocess
- 07:06 AM Revision de0e3670 (qgis): Merge pull request #3007 from nirvn/svg_marker_disability_v2
- [svg] add accessibility and low vision symbols
- 06:22 AM Revision ae719c09 (qgis): [svg] add accessibility and low vision symbols
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
- 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... - 02:11 AM Revision 9cc3d7e3 (qgis): Fix effects not working for ellipse symbol layers (fix #14661)
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) - 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... - 12:17 AM Revision 01614973 (qgis): QgsSymbolV2: only pop expression scope if it was really added
- (cherry-picked from ef77e19fe342e6734487ba3608a8c12ee72b0bf7)
- 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... - 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) - 11:45 PM Revision bc0181c0 (qgis): Add methods for retrieving and setting size units for QgsMarkerSymbolV2
- (cherry-picked from e21de0394d051de1eea7ce36d587cc933c474bae)
- 11:41 PM Revision ccbecb3c (qgis): Initially set focus to text in new name dialog
- (cherry-picked from 846c6183cafe4cb535547f1e13a7f9c48d751a61)
- 11:41 PM Revision 50298341 (qgis): [composer] Fix crash setting table columns from python
- (cherry-picked from 39d0ba5781c8b759faaaf333b54e886c01a2d910)
- 08:22 PM Revision 84215903 (qgis): [travis] OSX: Force sip version 4.17 due to build problems
- 07:34 PM Revision c921dc3c (qgis): Merge pull request #3006 from m-kuhn/Qt5ConsoleTests
- Enable console tests on Qt5
- 07:17 PM Revision 449fad35 (qgis): Enable console tests on Qt5
- 01:45 PM Revision b95d6c1d (qgis): [travis] Allow osx builds to fail
- Seems to be caused by sip 4.18
- 12:00 PM Revision 101d834a (qgis): Fix crash on postgis error
- 11:58 AM Revision b09a7432 (qgis): Blacklist console test on Qt5
- We are missing QScintilla bindings at the moment
- 11:25 AM Revision 16646615 (qgis): QShortcut is in widgets, not gui
- 11:05 AM Revision 8047a569 (qgis): Fix console import menu and add tests
- 10:18 AM Revision df234681 (qgis): debian packaging drop ubuntu vivid support
- 10:13 AM Revision 242d2741 (qgis): Merge pull request #3003 from m-kuhn/py3next
- Enable more tests for PyQt5/Python3
- 10:04 AM Revision eab09f0e (qgis): Bring back QgsNetworkManager slots and signals removed in 2eb8243 as de...
- (cherry picked from commit 78725feda46a534fbe419b61b85f13741950997a)
- 09:49 AM Revision 78725fed (qgis): Bring back QgsNetworkManager slots and signals removed in 2eb8243 as de...
- 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.
... - 09:20 AM Revision 816c322d (qgis): Workaround for buggy mac osx cleanup
- 09:20 AM Revision aa0b9fa8 (qgis): Test PyQgsRelationEditWidget updates
- * QApplication is in QtWidgets, not QtGui
* Expected failure only affects the travis Qt4 platform - 09:20 AM Revision b31e860d (qgis): Compatibility fix for most of PyQgsGeometryTest
- 09:20 AM Revision cacf79cd (qgis): Improve PORT_PLUGINS cmake code
- 09:20 AM Revision 8269fc50 (qgis): Improve spatialite provider test
- 09:20 AM Revision 1c6b2988 (qgis): Add unicode_keep_u fixer
- 09:20 AM Revision 129ff7cb (qgis): Unmask more Python 3 tests
- 09:20 AM Revision 4af3f82b (qgis): Python 3 migrate SocketServer
- 09:20 AM Revision 3e300f29 (qgis): Manual next fixes
- 09:20 AM Revision c268f7e9 (qgis): Run next_call fixer on tests
2016-04-14
- 11:52 PM Revision 83036886 (qgis): Fix test failure on GDAL >= 2.0
- 11:52 PM Revision 0672abba (qgis): [FEATURE] Compilation support for unary - operation
- 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... - 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 ... - 10:33 PM Revision d8a314c4 (qgis): Merge pull request #3000 from nirvn/diamond_ellipse_marker
- [symbology] add diamond ellipse marker
- 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 - 03:50 PM Revision a7f08fd7 (qgis): Merge pull request #2956 from pblottiere/diagrams
- Update label toolbar to manage diagrams too
- 12:15 PM Revision d283223c (qgis): Python 3 update for processing tests
- 12:15 PM Revision 0f048b55 (qgis): Unblacklist Qt5 tests
- 12:15 PM Revision 7d156e7f (qgis): Fix typo
- 12:15 PM Revision fe314754 (qgis): Fix console errors
- 12:15 PM Revision e3e5487f (qgis): Some general test improvements
- 12:15 PM Revision 709d3ced (qgis): Cleanup test application on exit
- 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... - 09:39 AM Revision 07fcf243 (qgis): [postgres] Test for deadlocks with transactions
- 09:02 AM Revision 1e6dceb7 (qgis): [dbmanager] Fixes various signal bugs after 8bda5c
- Fixes some unreported glitches after new signals migration.
Also fixes #14649 - 08:34 AM Revision 170c9555 (qgis): Merge pull request #2999 from mhugent/server_ntv2_2
- [FEATURE]: set default datumstransformation for server with environme…
2016-04-13
- 01:02 AM Revision cbf7b5c0 (qgis): fix 7454d87
- 10:16 PM Revision 7454d87d (qgis): doxygen: include sha in PROJECT_NUMBER
- 05:59 PM Revision e023363c (qgis): add doxymentation
- 04:16 PM Revision 2572d181 (qgis): fix build
- 04:12 PM Revision 063d80d1 (qgis): fix windows build
- 02:51 PM Revision c30f71ac (qgis): dxf export: add support for expression contexts and rotated symbols (fi...
- 02:51 PM Revision f19a35c3 (qgis): dxf export: support rule based labeling (fixes #13757)
- 02:50 PM Revision 02328190 (qgis): update label toolbar to manage diagrams too
- 02:18 PM Revision 69235e67 (qgis): fix offset not cloned for ellipse marker
- 02:17 PM Revision 7c779aea (qgis): [symbology] add diamond ellipse marker
- 02:06 PM Revision ca9f267e (qgis): don't apply loaded style when layer properties dialog is cancelled
- (cherry picked from commit 25a162c05a2fd95f8e685499a0e403a85edf2646)
- 02:06 PM Revision 5c24d1af (qgis): [processing] fix missed quotes in OTB provider (fix #14557)
- (cherry picked from commit 8eb79dbb91d55f9975d903a4f2cc1d650a68b038)
- 02:06 PM Revision e9653798 (qgis): [processing] fix GRASS icon
- (cherry picked from commit badea8ceb256fcfe12323b64f200b7ea18f316d8)
- 02:06 PM Revision 328000e0 (qgis): [processing] don't ask for MSYS folder for GRASS7 (fix #14431)
- (cherry picked from commit 525194dc0b0db98ece343539f3cd5b7540f2a020)
- 01:40 PM Revision 81b64931 (qgis): More consistency on gui labels
- 11:33 AM Revision b7a4e206 (qgis): [processing] add Rectangles, Ovals, Diamonds algorithm (fix #11575)
- This is direct port of abandoned "Rectangles, Ovals and diamonds" plugin.
There are two algorithms: one uses fixed va... - 08:21 AM Revision f3e0438c (qgis): spatialite provider: remove m prefixes in extern functions (followup 10...
- 07:42 AM Revision 23daead0 (qgis): Fix PyQgsVectorFileWriter test on Windows
- 07:42 AM Revision ecc85a98 (qgis): hardcode values for pentagon, hexagon, and equilateral triangle
- 07:42 AM Revision 02e0e3f9 (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... - 07:27 AM Revision ef77e19f (qgis): QgsSymbolV2: only pop expression scope if it was really added
- 05:37 AM Revision cbe919d2 (qgis): Merge pull request #2997 from nirvn/more_n_more_markers
- [symbology] add a filled cross simple marker
- 04:32 AM Revision 6da18991 (qgis): fix angle and anchor point settings for ellipse symbol
- 04:30 AM Revision 3cf75d80 (qgis): [symbology] add filled cross and hexagon markers
2016-04-12
- 05:01 PM Revision 70863eca (qgis): [FEATURE]: set default datumstransformation for server with environment...
- 04:47 PM Revision 9a161ac4 (qgis): Fix crash on exit: delete postgres connection pool before QApplication
- 04:08 PM Revision 601e4300 (qgis): Only cache QIcons if a QgsApplication is present
- 03:12 PM Revision 0bde3574 (qgis): [dbmanager] PG ignore env if service file is used
- Cherry-picked from master
Fixes #14436
Funded by Boundless - 02:48 PM Revision 30df95ab (qgis): Add new target port-plugins to run 2to3 on plugins as build step
- 02:47 PM Revision f7354ffb (qgis): Fix indentation
- 02:40 PM Revision 1eb63768 (qgis): [dbmanager] Use user name as DB name if provided
- Followup for 212b125
- 02:35 PM Revision f2271749 (qgis): Mask flaky openstreetmap test
- 02:35 PM Revision c9588cd5 (qgis): Cache theme icons for quick access
- 02:05 PM Revision 212b125a (qgis): [dbmanager] PG ignore env if service file is used
- Fixes #14436
Funded by Boundless - 12:01 PM Revision 4dba5eb6 (qgis): Unblacklist global static QIcon related Qt5 tests
- 12:01 PM Revision ca0bf6fe (qgis): Don't use global static QIcon's, they crash Qt5 on exit
- 07:52 AM Revision 0adae36f (qgis): Fix effects not working for ellipse symbol layers (fix #14661)
- 06:57 AM Revision 82c7bbe0 (qgis): [travis] Qt4: Don't run tests in parallel
- 04:12 AM Revision 4bbe318c (qgis): [symbology] Remove distorted star symbol
- 03:08 AM Revision 6df1f686 (qgis): [raster] Add note and docs for psuedocolor 'clip' option
2016-04-11
- 01:14 AM Revision ce2891b1 (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) - 08:32 PM Revision 1ed39c48 (qgis): Fix indentation
- 05:55 PM Revision c7ddc4b2 (qgis): [processing] Allow calling GdalUtils.runGdal w/o progress
- 05:52 PM Revision e873540d (qgis): [processing] fix path handling (fix #14432)
- 05:37 PM Revision 4815ebd5 (qgis): doxygen: fix extra stylesheet path
- 02:57 PM Revision abda90fe (qgis): [processing] filter items in toolbox using translated and original name...
- 02:01 PM Revision 16d8da38 (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 test - 10:33 AM Revision 483eb86f (qgis): Fix the request for 2-spaces indent
- 10:21 AM Revision 54b6a65c (qgis): Request 2-spaces indent
- 09:58 AM Revision ebbae38c (qgis): Add generic editor configuration
- See http://editorconfig.org
- 08:50 AM Revision 35c01f8b (qgis): [processing] make gdal algorithms honor selection
- fixes #14622
(cherry picked from commit cc50157ab8053637f24c6f18e35a2bea7feafc78) - 08:16 AM Revision f04de1ba (qgis): Merge pull request #2982 from alexbruy/cancel-style-loading
- don't apply loaded style when layer properties dialog is cancelled
- 07:34 AM Revision 0c5fa811 (qgis): Fix huge legend item size when symbol uses map unit sizes (fix #13979)
- Add unit test
- 07:34 AM Revision e21de039 (qgis): Add methods for retrieving and setting size units for QgsMarkerSymbolV2
2016-04-10
- 12:42 AM Revision 25ad0af8 (qgis): [symbology] Add explanatory text for 0 line widths (fix #9937)
- 10:39 AM Revision 8eb79dbb (qgis): [processing] fix missed quotes in OTB provider (fix #14557)
- 10:32 AM Revision badea8ce (qgis): [processing] fix GRASS icon
- 10:31 AM Revision 525194dc (qgis): [processing] don't ask for MSYS folder for GRASS7 (fix #14431)
- 08:37 AM Revision f412187d (qgis): [processing] Use unary union in dissolve (much faster for many
- complex geometry inputs)
- 08:23 AM Revision 391e14ac (qgis): Merge pull request #2988 from nyalldawson/dissolve
- [processing] Use unary union in dissolve
- 04:58 AM Revision ae59b733 (qgis): [processing] Use unary union in dissolve (much faster for many
- complex geometry inputs)
2016-04-09
- 01:14 AM Revision 7d235d2b (qgis): Merge pull request #2987 from rouault/wfs_uppercase_attribute
- [WFS] Fix support of attribute names in upper-case
- 12:49 AM Revision f90f999e (qgis): Fix typo
- 12:30 AM Revision a72fcb8f (qgis): [WFS] Fix support of attribute names in upper-case
- Bugfix of issue introduced in commit 9040ec1baf33e55a9ba5abcc4fa2ee18d54a4212
When doing the spatialite cache initia... - 11:21 PM Revision fa3aba34 (qgis): fix 1050174
- 10:32 PM Revision 10501745 (qgis): spatialite provider: prefer rowid as primary key where available (and s...
- fixes #14575, fixes #14626
- 03:32 PM Revision 28977641 (qgis): [travis] No need to wait for slow jobs to finish on failure
- 03:14 PM Revision e7c7f85b (qgis): [travis] Clang 3.8 for Qt5 buildss
- 03:14 PM Revision 79e3e0e9 (qgis): [travis] Clang 3.8 for Qt4 builds
- 12:45 PM Revision 69faab9b (qgis): Fix thread-unsafe initialization of QgsExpression::Functions()
- The method initializes the gmFunctions static member, without any mutex protection.
This turned out to cause random c... - 12:44 PM Revision 510f6021 (qgis): Fix thread-unsafe initialization of QgsExpression::Functions()
- The method initializes the gmFunctions static member, without any mutex protection.
This turned out to cause random c... - 10:59 AM Revision 25a162c0 (qgis): don't apply loaded style when layer properties dialog is cancelled
- 09:48 AM Revision 156721b3 (qgis): Use average mode for align raster downsample tests
- GDAL 2.0 changed (fixed) the bilinear downsampling algorithm, so
switch to the average algorithm so that test results... - 09:48 AM Revision 2ee6200e (qgis): @cond
- 09:48 AM Revision 6ea74d62 (qgis): Workaround a instable system call
- 09:48 AM Revision 21702bae (qgis): Container based Qt4 builds
- 09:48 AM Revision f88cf7de (qgis): Drop processing algorithm comparison precision
- 09:48 AM Revision c825f465 (qgis): Writing shapefiles with Z dimensions is gdal version dependent
- 09:48 AM Revision fa90a7bb (qgis): ogrinfo reports null geometry features differently
- 02:55 AM Revision 965cef2b (qgis): Indentation fix
2016-04-08
- 01:38 AM Revision 1b4bd470 (qgis): [composer] New QSortFilterProxyModel for filtering items by type
- and new widget QgsComposerItemComboBox for showing matching composer
items.
Swap existing comboboxes to use the new ... - 01:38 AM Revision 4764b535 (qgis): [composer] Fix world file map is not restored from project
- 01:38 AM Revision 8722acea (qgis): [browser] Set focus to filter edit when filter activated
- Also clean up some code
- 01:14 AM Revision edee8768 (qgis): Merge pull request #2985 from manisandro/geom_checker_fixes
- Geom checker fixes
- 09:51 PM Revision d4f62ced (qgis): oracle provider: handle NULL geometry in case of multiple geometry columns
- (cherry picked from commit c93187d78c49cada9bd6d554d171d640a53f72a8)
- 09:51 PM Revision dc791fda (qgis): oracle provider: handle empty geometries (fixes #14631)
- (cherry picked from commit d07bc18353c2a11092fbd7e8c3483e9cca9b8822)
- 09:46 PM Revision d07bc183 (qgis): oracle provider: handle empty geometries (fixes #14631)
- 09:02 PM Revision 96148e36 (qgis): fix python future installation (followup 5895780)
- 07:47 PM Revision 644eec66 (qgis): Merge pull request #2984 from rouault/fix_thread_unsafe_init_of_QgsExpr...
- Fix thread-unsafe initialization of QgsExpression::Functions()
- 07:23 PM Revision 9b9377fa (qgis): Fixup b6aee93
- 07:19 PM Revision d30836ea (qgis): Fix thread-unsafe initialization of QgsExpression::Functions()
- The method initializes the gmFunctions static member, without any mutex protection.
This turned out to cause random c... - 06:48 PM Revision b6aee935 (qgis): Align raster code improvements
- * Fix x/y mismatch
* Improve strings for translation
* Remove unrequired cast - 03:40 PM Revision 0aed3f71 (qgis): [BUGFIX] QGIS Server segfault when features does not have the same fiel...
- In some WFS GetFeature request, with Filter or FeatureId, all the fields are not well loaded in the feature.
To fix ... - 03:38 PM Revision 28d2547a (qgis): [BUGFIX] QGIS Server segfault when features does not have the same fiel...
- In some WFS GetFeature request, with Filter or FeatureId, all the fields are not well loaded in the feature.
To fix ... - 03:26 PM Revision a6aa8556 (qgis): [BUGFIX] QGIS Server segfault when features does not have the same fiel...
- In some WFS GetFeature request, with Filter or FeatureId, all the fields are not well loaded in the feature.
To fix ... - 02:12 PM Revision e3bfec0d (qgis): Merge pull request #2954 from tomchadwin/master
- New custom CSS for https://qgis.org/api/
- 08:22 AM Revision c397ae65 (qgis): allow sorting relations in project properties
- 07:03 AM Revision 31e6d285 (qgis): be sure that layer exists
- 07:00 AM Revision 54cc56ff (qgis): rename protected variable (starts with m), remove old comment
- 06:57 AM Revision 3c538179 (qgis): regroup duplicated code
- 06:13 AM Revision 85d472e6 (qgis): Merge pull request #2981 from nirvn/symbol_label_diagram_sync
- [ui] add missing icons for no labels and no diagram
- 04:48 AM Revision f0a2d60c (qgis): [ui] make symbol/label/diagram title case consistent
- 04:48 AM Revision 7c3ec07a (qgis): [ui] add missing icons for no labels and no diagram
2016-04-07
- 10:51 PM Revision a6a77ee4 (qgis): Remove remainders of buggy pg test
- 09:26 PM Revision 5cd2319c (qgis): Also retrieve generated values for pktInt
- 09:24 PM Revision eecd77a3 (qgis): Fix postgres unit test
- 03:59 PM Revision e98e16f1 (qgis): Unit test for 4ec97c33
- 03:03 PM Revision 4ec97c33 (qgis): [postgres] Update primary key on insert with pktFidMap
- Helps to retrieve generated keys with views
- 02:25 PM Revision 40f214b4 (qgis): Revert "add todo QGIS 3: add /In,Out/ to QgsVectorLayer.addFeature (py...
- this works already, features are updated.
This reverts commit bf3f8b5920bc43cf528c9569a3d6b1000f0eef9f. - 02:11 PM Revision 5376cbf3 (qgis): Followup 297f466 pep8
- 02:02 PM Revision cc50157a (qgis): [processing] make gdal algorithms honor selection
- fixes #14622
- 01:29 PM Revision bf3f8b59 (qgis): add todo QGIS 3: add /In,Out/ to QgsVectorLayer.addFeature (python)
- https://github.com/qgis/qgis3.0_api/issues/45
- 01:21 PM Revision 27afd6c4 (qgis): Fix headers
- 01:21 PM Revision 5e890589 (qgis): Followup 297f466 Add missing CMakeLists.txt
- 12:32 PM Revision 45cb80a0 (qgis): [processing] fixed wild import
- 12:25 PM Revision 55301616 (qgis): Merge pull request #2980 from nirvn/diagram_ui_improvement
- [diagram] synchronize enabling UI to match labelling
- 12:03 PM Revision 794ef725 (qgis): [processing] added support for QGIS variables in python scripts
- 12:03 PM Revision 3e4e08bc (qgis): [processing] fixed header
- 12:03 PM Revision 297f4669 (qgis): [processing] added preconfigured algorithms
- 11:23 AM Revision 4f87525e (qgis): [diagram] synchronize enabling UI to match labelling
- 10:47 AM Revision 9d5df4ef (qgis): Fix indentation
- 10:47 AM Revision 846c6183 (qgis): Initially set focus to text in new name dialog
- 10:47 AM Revision fde77d35 (qgis): Remove use of c style function(void)
- 10:47 AM Revision 39d0ba57 (qgis): [composer] Fix crash setting table columns from python
- 10:18 AM Revision 19b91032 (qgis): Merge pull request #2977 from rouault/wfs
- First part of QEP 35: WFS provider enhancements
- 09:08 AM Revision 58957805 (qgis): fix internal future install (fixes #14577, take II)
- 08:59 AM Revision 60ada118 (qgis): Merge pull request #2946 from sebastic/debian
- Debian packaging improvements
- 07:15 AM Revision 100c96c3 (qgis): Add python-shapely to python-qgis-common dependencies.
- Closes Debian Bug #820281 (https://bugs.debian.org/820281).
2016-04-06
- 01:14 AM Revision 99980bea (qgis): Fix windows build
- 02:27 PM Revision 3ba3986a (qgis): Fix calculation of diagram size in map units when using scale limits
- 01:46 PM Revision dceb1428 (qgis): [processing] extra checks to avoid issues with previous versions values
- 01:46 PM Revision 505c5ee7 (qgis): [processing] fix looping over features in Join Attributes alg (fix #14428)
- 01:45 PM Revision e40a1647 (qgis): [processing] more HiDPI fixes (refs #14474)
- 01:45 PM Revision 05bbe189 (qgis): [processing]Fixed UI bug with invalid button width.
- 01:05 PM Revision ece46d1c (qgis): Fix margins on photo and web view edit widgets
- 01:04 PM Revision 76282d50 (qgis): Fix layout issues with color button editor widget
- - widget was not left aligned
- widget would shrink to a small vertical height in crowded forms - 12:55 PM Revision 4c704be6 (qgis): Add geometry methods for calculating the distance to a specified
- vertex from the start of the geometry
- 12:55 PM Revision d464f862 (qgis): [FEATURE] Null ("No symbol") renderer
- Using this renderer no symbol will be drawn for features, but labeling,
diagrams and other non-symbol parts will stil... - 12:55 PM Revision 619b32de (qgis): Fix build with Qt5 <5.5
- 12:55 PM Revision fd7a4bd9 (qgis): [FEATURE] New project(point, distance, bearing) expression function
- Projects a point geometry by the specified distance and bearing
- 12:55 PM Revision 2e44c119 (qgis): Some QgsPoint improvements
- - Modernize QgsVector, improve docs, add some methods missing from
Python bindings
- Add method to QgsPoint to projec... - 12:55 PM Revision 3a1f6c42 (qgis): Improve documentation for QgsGeometry::closestVertex
- 12:55 PM Revision 5247673c (qgis): Add some provider tests for empty rectangles
- 12:55 PM Revision 86ec27e0 (qgis): Use real values when interpolating color components in gradients
- 12:17 PM Revision 4586a787 (qgis): Move AutoTransaction setting to project properties
- Was in global app settings
- 11:55 AM Revision 4b75cc9f (qgis): [processing] do not search text in short help when filtering in toolbox
- This should fix problems with slow and unresponsive filtering
- 09:33 AM Revision dd54cf28 (qgis): Better support for LabelOnTop in multicolumn attribute form layouts
- 09:01 AM Revision 226339cc (qgis): Allow adding a new entry from the relation reference widget
- 09:00 AM Revision 8f7a6aaa (qgis): Make string translatable
2016-04-05
- 12:05 AM Revision ae162d60 (qgis): don't crash when reply is destroyed while it's waiting for credentials
- to be entered
(backports 10a26e6) - 12:02 AM Revision b3f8a850 (qgis): globe plugin: fix crash on exit
- (cherry picked from commit bde512646caffc48f3158ec42b56016aeaae77fd)
- 12:00 AM Revision 151b420f (qgis): don't crash when reply is destroyed while it's waiting for credentials ...
- (cherry picked from commit 10a26e6acd8aa3a91e603730c752e398700e4451)
- 11:59 PM Revision d9be694a (qgis): globe plugin: fix crash on exit
- (cherry picked from commit bde512646caffc48f3158ec42b56016aeaae77fd)
- 10:34 PM Revision f7c5c2bc (qgis): Merge pull request #2976 from nirvn/more_markers
- [symbology] add half triangle markers
- 09:49 PM Revision 9040ec1b (qgis): [FEATURE] [WFS provider] Major overhaul to add WFS 1.1 and 2.0 support
- First part of https://github.com/qgis/QGIS-Enhancement-Proposals/issues/53
(QEP 35: WFS provider enhancements)
Impro... - 09:49 PM Revision 62bd4061 (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 ... - 09:49 PM Revision c178aef4 (qgis): [Spatialite] Handle a pragma='pragma_name=value' URI parameter.
- This will be used by the WFS provider to improve commit time to its
temporary Spatialite DB. - 09:49 PM Revision 114c1087 (qgis): Feature iterators: add a mechanism to check if it must be interrupted.
- Add a setInterruptionChecker() method on iterators that provides an interface
that can be called by iterators to chec... - 09:49 PM Revision e792576d (qgis): Improve QgsVectorLayer::countSymbolFeatures() responsiveness.
- The method can display a progress dialog when it takes a long time to
complete.
- Attach this dialog to the QGIS main... - 09:49 PM Revision c3760ec4 (qgis): [Spatialite] Handle connection invalidation
- This will be used by the WFS provider, so it can properly invalidates
(=close) all connections to the temporary Spati... - 09:49 PM Revision 9fe6a9fe (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
- 08:51 PM Revision 57ae4fee (qgis): QgsGML: expose lower level streaming parser, add handling of GML3
- - Add a low-level QgsGmlStreamingParser class that doesn't do any
network activity, but builds features from GML da... - 05:28 PM Revision 7b233e51 (qgis): [symbology] add half triangle markers
- 02:47 PM Revision 9c0a2910 (qgis): Deprecate QgsProject::dirty( bool ) in favor of QgsProject::setDirty
- 02:13 PM Revision 8948607f (qgis): Followup 31d7be
- Tweak some API and docs, and fix overlapping UI widgets
- 01:56 PM Revision fe54a78d (qgis): Merge pull request #2974 from nirvn/diagram_line_unit
- [diagram] add unit type setting for outlines (fixes #14614)
- 01:37 PM Revision 410a4381 (qgis): Allow relative links in composer labels
- Allow relative links in composer labels
- 01:19 PM Revision f6838032 (qgis): QgsMaplayerRegistry function to get only vector or raster layers
- 12:39 PM Revision c58a198b (qgis): Simplify some editor widget parenting
- 12:24 PM Revision 0c161950 (qgis): Various fixes for photo editor and external resource widgets
- - Clear picture when changing from a feature with a picture to
a feature with no picture set
- Don't try to load "NUL... - 12:24 PM Revision e571885e (qgis): UX improvements to photo, web view and external resource widget config
- - Better explanatory text
- Change '0' values to 'Auto'
- Ad 'px' suffix to values
- Allow resetting sizes to Auto wi... - 12:24 PM Revision bcb2c736 (qgis): Make sure QgsFileWidget emits fileChanged when value is cleared
- Fixes external resource widget not updating document display
when link is cleared. - 11:32 AM Revision 73572680 (qgis): make wfs/ogc error message translatable
- 11:25 AM Revision 10a26e6a (qgis): don't crash when reply is destroyed while it's waiting for credentials ...
- 10:23 AM Revision acb92819 (qgis): Add missing binding
- 10:21 AM Revision dc5d7ab9 (qgis): [diagram] make use of unit widget for diagram size
- 09:55 AM Revision 673a8604 (qgis): [processing] extended 'menus' section in options, to allow adding buttons
- 09:55 AM Revision 5131e93e (qgis): [processing] extra checks to avoid issues with previous versions values
- 09:13 AM Revision f96deea5 (qgis): debian packaging: no need for downgraded cmake on xenial anymore (backp...
- 09:13 AM Revision 1eb87e5f (qgis): Cleanup ValueRelation widget
- 08:49 AM Revision 31d7be40 (qgis): [diagram] add unit type setting for outlines (fixes #14614)
- 05:06 AM Revision 22f1a1de (qgis): Implement QgsEditorWidgetWrapper::showIndeterminateState() for setting
- editor widgets into an indeterminant "unknown value" state
Works for all editor widgets except date time, range and ... - 05:05 AM Revision 16274d55 (qgis): Fix missing docs
- 02:50 AM Revision ca642e44 (qgis): Add easy methods for temporarily blocking signals
- - QgsSignalBlocker: RAII signal blocking class. Used for temporarily
blocking signals from a QObject for the lifeti...
2016-04-04
- 01:28 AM Revision 882f6f8c (qgis): [symbology] Add some more dispersed marker symbols (half/quarter squares)
- 01:15 AM Revision ad16fb47 (qgis): Show simple marker symbol name in tooltip
- 11:22 PM Revision dae423d3 (qgis): fix polyline rendering when layer draws effects (fix #14611)
- 08:40 PM Revision f968f994 (qgis): debian packaging: no internal future only stretch sid wily xenial
- (fixes #14577)
- 04:44 PM Revision ec01f679 (qgis): Merge pull request #2971 from DelazJ/patch-9
- typo fix
- 04:26 PM Revision 14c7900e (qgis): typo fix
- 12:09 PM Revision 2adfbb07 (qgis): [symbology] add semicircle, third, quarter circles to simple markers
- 12:07 PM Revision f6431ff3 (qgis): Fix artifacts on simple marker "arrowhead" symbol, allow symbol to
- work correctly with join modes
- 11:08 AM Revision 48943d44 (qgis): Prefer usage of https:// over http://
- 11:08 AM Revision d1c79d81 (qgis): [feature] allow generating default values on postgres just in time
- The expression used to generate default values for a field on the
postgres database are currently being printed on th... - 11:05 AM Revision f696b0a3 (qgis): Allow relative links in composer labels
- Now labels and HTML boxes can contain relative URLs. If we don't have
a base URL, the project file will be used as a ... - 10:55 AM Revision 8b0b0687 (qgis): Delete a blank line to make flake8 happy
- 10:52 AM Revision 3ab6db16 (qgis): [processing] fix looping over features in Join Attributes alg (fix #14428)
- 09:20 AM Revision ff176453 (qgis): Merge pull request #2963 from elpaso/server-fix-qs-encoding
- [SERVER] Fix encoding of query string for bindings
- 06:38 AM Revision 54146371 (qgis): [FEATURE] add outline join style to ellipse markers
- 06:32 AM Revision 805739c9 (qgis): Fix field calc bar error when setting to field name with spaces
- (cherry-picked from a4ed8e03e649e79c1e43c338426eca40c3d429a1)
- 06:31 AM Revision 0760e30e (qgis): Fix stats dock not working with field names with spaces (fix #14541)
- (cherry-picked from 53b493c6e6b49ba725d45e272c0690479c61a301)
- 06:31 AM Revision 0df78742 (qgis): Fix QgsFieldExpressionWidget reporting field names with spaces as
- invalid, add tests
(cherry-picked from af8c1667dfd6f945414b4080c95ee731125f44cc) - 06:30 AM Revision fcbc61af (qgis): Fix crash in memory provider (fix #14559)
- (cherry-picked from 59d4b85c73aff475429005f321d6009ade9fc8c6)
- 06:30 AM Revision 239a8d60 (qgis): Fix layer extent was not invalidated for certain geometry editing
- operations (eg move feature, add/delete/move vertex) (fix #14573)
(cherry-picked from 4ece916728da95b7fd98e8f46564df... - 06:29 AM Revision 8c9255e0 (qgis): Fix missing features when combining FilterExpression requests with
- subsets of attributes and the filter expression requires fields
which are not included in the attribute subset
Note:... - 05:59 AM Revision 54d093ed (qgis): Function argument name should not be translatable
- 05:59 AM Revision ae00eb96 (qgis): [FEATURE] Allow expression functions to use named parameters
- This commit sets the framework for allowing expression functions to
use named parameters. Ie, instead of:
clamp(1,2,...
2016-04-03
- 12:59 AM Revision 5e54b93b (qgis): remove pseudo options HAVE_MSSQL, HAVE_DB2, HAVE_SPATIALITE
- and HAVE_PYTHON
- 12:59 AM Revision 1cbcf490 (qgis): include db2 provider in packaging
- 12:36 AM Revision d8dbc925 (qgis): Fix warning
- 11:55 PM Revision 5fe19c5f (qgis): merged DB2 updates
- [FEATURE] New vector data provider for DB2 sources
- 10:58 PM Revision 883016f4 (qgis): Fix some minor coverity warnings
- 10:53 PM Revision b8b12d87 (qgis): Fix memory leak
- 10:52 PM Revision 639c0500 (qgis): Fix coverity uninitialized variable warnings
- 10:25 PM Revision 98d47340 (qgis): Make attribute selection table in vector save as dialog taller
- 10:20 PM Revision cbad546b (qgis): Followup 99d5e4, add unit tests
- 08:21 AM Revision ae9d0891 (qgis): Merge pull request #2964 from nirvn/simple_marker_join_style
- [FEATURE] add outline join style settings to simple markers (fixes #3797)
- 07:18 AM Revision c08d3592 (qgis): Add testdata cache folder to .gitignore
- 06:56 AM Revision 3a2a099c (qgis): add simple marker join style tests
- 04:57 AM Revision 6ad35374 (qgis): [FEATURE] add outline join style settings to simple markers
- (fixes #3797)
2016-04-02
- 01:56 AM Revision 99d5e422 (qgis): [FEATURE] vector file writer: allow selection of attributes to export
- 01:56 AM Revision c93187d7 (qgis): oracle provider: handle NULL geometry in case of multiple geometry columns
- 01:56 AM Revision 59de73ac (qgis): extent group box: fix header spelling
- 01:56 AM Revision 9c2473df (qgis): fix indentation
- 11:45 PM Revision a534fcaa (qgis): Merge pull request #2965 from DelazJ/patch-8
- Update qgstipfactory.cpp
- 08:49 PM Revision 3e7553c1 (qgis): Update qgstipfactory.cpp
2016-04-01
- 11:59 PM Revision 5a72bc7d (qgis): [SERVER] Fix encoding of query string for bindings
- Fix an error when passing utf-8 chars in the query string
from python bindings
Adds a test for GetLegendGraphics - 10:12 PM Revision 42e42f77 (qgis): 2to3: avoid duplicate transformation of print (followup c4d9b0a)
- 03:52 PM Revision 4f6c2714 (qgis): move new composer tests to pyqt wrappers (followup 7a8a541 and f413046)
- 03:48 PM Revision aef26c90 (qgis): [processing] more HiDPI fixes (refs #14474)
- 01:35 PM Revision 32b5faa6 (qgis): Right align labels with multicolumn attribute forms
- 01:35 PM Revision e3de0c11 (qgis): Move drag and drop designer python API to QgsEdtiFormConfig
- 01:35 PM Revision faf6b265 (qgis): [feature] Allow using multiple columns in attribute forms
- When using the drag and drop designer, a user can specify over how many
columns the fields should be distributed.
A ... - 01:09 PM Revision 9c96be12 (qgis): [processing] add function to retrieve Processing version
- Initial idea by Etienne Trimaille
- 12:13 PM Revision 687b6fde (qgis): fix windows build
- 12:02 PM Revision c4d9b0a2 (qgis): 2to3: drop fix_print and avoid double parens in fix_print_with_import
- 05:23 AM Revision b466c63b (qgis): [composer] Make drawing polygon/polyline follow canvas right click
- behaviour (right click ends drawing without adding node)
- 05:23 AM Revision 38fa2980 (qgis): [composer] Fix polylines would be removed if they had < 3 points
- when deleting nodes (2 node lines should be allowed)
- 05:23 AM Revision 90b6f46b (qgis): Use Qt methods for translating node coords to scene coords
- 05:23 AM Revision 4efbb8fc (qgis): [composer] Respect modifier keys when moving nodes with keys
- 02:05 AM Revision 7a8a5411 (qgis): [FEATURE][composer] Add tools for drawing polygon and polylines
2016-03-31
- 11:18 PM Revision bde51264 (qgis): globe plugin: fix crash on exit
- 11:03 PM Revision 3bfe2f14 (qgis): really fix ab5f06b (ouch again - machine mixup)
- 10:57 PM Revision c6117e0d (qgis): fix ab5f06b (ouch)
- 10:53 PM Revision 20ce2343 (qgis): [pyqgis-console] fix import statement
- 10:53 PM Revision 0168bd5c (qgis): [pyqgis-console] fix multi-line code execution
- 10:51 PM Revision ab5f06b9 (qgis): processing: base grass path on OSGEO4W_ROOT where available
- 05:20 PM Revision 18cdad99 (qgis): Convert print function to py3 style in tests
- 05:20 PM Revision 3c01f513 (qgis): Remove some python tests from Qt5 blacklist
- 05:13 PM Revision 26ebc836 (qgis): [MetaSearch] fix version referencing
- 05:11 PM Revision a88fcf1d (qgis): Merge pull request #2959 from geopython/master
- reuse core icons
- 04:30 PM Revision 1e85772e (qgis): Fix layer order in GetPrint
- 04:14 PM Revision 3dffb7b7 (qgis): reuse core icons
- 01:23 PM Revision 6c6e9838 (qgis): Replace calls to deprecated method
- 01:23 PM Revision 19120f40 (qgis): Keep old method signature in wms config parser for compatibility
- 01:13 PM Revision ec17e3cc (qgis): Fix expression "if" documentation
- 01:12 PM Revision b3edfa80 (qgis): Fix if function example
- 10:52 AM Revision 332c1632 (qgis): Adapt qgswmsconfigparser.sip
- 10:21 AM Revision 625be7a9 (qgis): Merge pull request #2958 from mbernasocchi/master
- Protect process_contexthelp.py from IOError
- 10:18 AM Revision 2fb71b02 (qgis): Protect process_contexthelp.py from IOError
- 09:38 AM Revision afa20ec2 (qgis): [FEATURE:] Redlining in QGIS server (GetMap and GetPrint). Funded by ca...
- 07:46 AM Revision befa962b (qgis): Update legend test mask images for Windows build
- 07:46 AM Revision 9e759efc (qgis): Fix PyQgsVirtualLayerDefinition test on Windows
- 07:45 AM Revision cb149107 (qgis): Fix qgis_coordinatereferencesystemtest with GDAL >= 2.0
- 07:45 AM Revision 810fb5b1 (qgis): Fix qgsrasterlayer tests under GDAL >= 2.0
- 07:45 AM Revision 6545746f (qgis): [FEATURE] Add extra resampling methods to align raster tool which are
- available in GDAL >= 2.0 (max, min, median, q1 and q3)
- 07:44 AM Revision a30bf95c (qgis): Drop precision of some processing tests to pass on Windows
- 07:44 AM Revision 9dd791da (qgis): Fix composer_label tests under Windows
- 07:44 AM Revision 47cc4473 (qgis): Fix generate_test_mask_image script
2016-03-30
- 07:25 PM Revision 86f0c5f7 (qgis): Fix for simple geometries insert error in WFS-T
- Fixes #14139 Error inserting feature in WFS-T server
(cherry-picked from commit 768416340fdf233f8f5ce8945636d8df8b2e... - 07:05 PM Revision 897cd3cd (qgis): Merge pull request #2957 from boundlessgeo/wfs-t-fixes-14139
- Fix for simple geometries insert error in WFS-T
- 05:29 PM Revision 76841634 (qgis): Fix for simple geometries insert error in WFS-T
- Fixes #14139 Error inserting feature in WFS-T server
- 04:45 PM Revision dccd7310 (qgis): debian packaging: no need for downgraded cmake on xenial anymore
- 02:21 PM Revision a438bda7 (qgis): Followup ad8ee31: inverted usage of identifyable layer config
- 01:47 PM Revision 46162f21 (qgis): Remove expected failure from test
- 01:10 PM Revision 2eb660a0 (qgis): Bump Doxygen to support HTML_EXTRA_STYLESHEET
- This is the minimum version required - happy to bump it higher if
preferred - 12:32 PM Revision 03da61dd (qgis): Move CSS to /doc, clarify comment
- 10:35 AM Revision 9104704f (qgis): [composer] Set base stylesheet of composer labels to match the
- label font and margins when rendering as HTML.
This allows interactive choice of font, margins and colors and
avoids... - 10:35 AM Revision 6526cf5a (qgis): New QgsFontUtils::asCSS method for converting a QFont to a CSS
- string representation (as close as possible)
- 08:59 AM Revision 567b4be1 (qgis): fix windows build
- 08:41 AM Revision d690d721 (qgis): store and restore layer extents in projects
- 08:41 AM Revision 1cc82af8 (qgis): oracle provider: also try sdo_filter on queries
- 08:41 AM Revision c9438a41 (qgis): use wait cursor when zooming to layers and groups from layer tree
- 07:31 AM Revision 402ee9d4 (qgis): Fix missing features when combining FilterExpression requests with
- subsets of attributes and the filter expression requires fields
which are not included in the attribute subset
Note:...
2016-03-29
- 01:14 AM Revision 62c86f03 (qgis): Highlight today's date in date time calendar popup
- 12:37 AM Revision 692a17ef (qgis): Merge pull request #2952 from rouault/fix_indentation
- Fix indentation in src/app/qgisapp.cpp
- 12:19 AM Revision 4ece9167 (qgis): Fix layer extent was not invalidated for certain geometry editing
- operations (eg move feature, add/delete/move vertex) (fix #14573)
- 11:28 PM Revision 59d4b85c (qgis): Avoid some unnecessary detachments in memory provider
- Should speed up the provider slightly and also refs #14559 (I can
no longer reproduce that crash with this change) - 08:49 PM Revision 8c3155fb (qgis): Fix indentation in src/app/qgisapp.cpp
- The indentation error was added in
https://github.com/qgis/QGIS/commit/d732d845f1303dc6374efe0facfe4bea0d528d91
but w... - 08:25 PM Revision f7c28f60 (qgis): txt2doc run (followup 9b198f1)
- 05:50 PM Revision 7b80ced4 (qgis): Line break at end of file
- 05:42 PM Revision 53f49b02 (qgis): Revert historic Travis change
- 05:40 PM Revision 888b158d (qgis): Doxyfile clarification/format tweak
- 05:39 PM Revision b2cbbe45 (qgis): Edit Doxyfile to change colour scheme and use CSS
- Also moved custom CSS to /cmake_templates
- 05:31 PM Revision 218144d6 (qgis): Remove colour declarations
- Use doxygen HTML_COLORSTYLE_HUE = 113 instead
- 05:03 PM Revision 755b5b69 (qgis): Merge pull request #2950 from rouault/INSTALL_note_about_msinttypes
- INSTALL: mention not to install msinttypes package in OSGeo4W
- 04:19 PM Revision 72b6b2e0 (qgis): Further blue > green palette changes
- Confirmed working with doxygen, using HTML_EXTRA_STYLESHEET - tested
locally - 03:53 PM Revision e918e602 (qgis): Correct search box position in menu bar
- 03:48 PM Revision 26df41f9 (qgis): Merge pull request #2945 from sept-en/master
- [processing] fixed UI bug with invalid button width in Modeler algorithm dialogs
- 03:41 PM Revision 944db6d2 (qgis): Fix llvm apt repository
- 02:27 PM Revision 9b198f1f (qgis): INSTALL: mention not to install msinttypes package in OSGeo4W
- 02:10 PM Revision 956d54a7 (qgis): Don't need to be told the sqlite db has been created
- Will show up in browser right away
- 02:10 PM Revision d732d845 (qgis): Ignore remove legend entries dialog with shift help
- 12:53 PM Revision 631a7fd9 (qgis): WMS provider with Qt5 sends STYLES=& instead of STYLES&
- 08:29 AM Revision ad8ee31d (qgis): Allow sorting identifyable and readonly layers by checkbox
- 08:29 AM Revision b1aa20b5 (qgis): Add QgsTableWidgetItem for easier sorting of checkbox tables
- 08:27 AM Revision ae7b657d (qgis): Add a new filter for WritableLayers to QgsMapLayerProxyModel
- 08:27 AM Revision 93e73ac6 (qgis): Make readOnly mode of vector layers configurable
- 08:27 AM Revision 1c59eff1 (qgis): [Feature] Save readonly mode of vector layers in project
- 08:27 AM Revision d06c4f8f (qgis): Make QgsMapLayerProxyModel::exceptedLayers a property
- 08:27 AM Revision 54219c57 (qgis): Centralize handling of non-identifiable layers in QgsProject
- 08:20 AM Revision fbc2a4ee (qgis): Fix locale problems in PyQgsAppStartup test
- 08:20 AM Revision 0cc7ae0f (qgis): Inlcude PyQgsAppStartup test on Qt5
- 08:20 AM Revision a129f190 (qgis): Improve debug output of app startup test
- 08:20 AM Revision e133b428 (qgis): Enable console with Python3 / PyQt5
- 02:24 AM Revision a4ed8e03 (qgis): Fix field calc bar error when setting to field name with spaces
- 02:12 AM Revision 53b493c6 (qgis): Fix stats dock not working with field names with spaces (fix #14541)
- 02:04 AM Revision af8c1667 (qgis): Fix QgsFieldExpressionWidget reporting field names with spaces as
- invalid, add tests
2016-03-28
- 10:02 AM Revision 0505ad06 (qgis): [processing] replace some raster icons with SVG to improve HiDPI suppor...
2016-03-27
- 09:02 PM Revision bf83f4eb (qgis): [processing]Fixed UI bug with invalid button width.
- 08:02 PM Revision 4e60dafb (qgis): disable symbol visiblity flags for globe plugin on release builds on tr...
- (cherry picked from commit 1bb98d6db932b0d1d7db0d34eb06fae144c523cf)
- 01:31 PM Revision 3eb7f392 (qgis): Geometry testing, reduce default precision
- 01:31 PM Revision 7709f3f0 (qgis): Copyable output of testing environment variables
- 01:31 PM Revision b8d1fb6f (qgis): added buffer tests
- 11:06 AM Revision 332552e2 (qgis): Make QgsVectorDataProvider::fillMinMaxCache() handle LongLong
- The code currently fallbacks to dealing with LongLong fields as
strings, which breaks the ProviderTestCase testMinVal... - 11:00 AM Revision e922ba37 (qgis): Merge pull request #2942 from rouault/missing_sqlite3_include_tests_ana...
- Add missing SQLITE3_INCLUDE_DIR in tests/src/analysis/CMakeLists.txt
- 10:57 AM Revision 060019cb (qgis): Merge pull request #2947 from rouault/minmax_longlong
- Make QgsVectorDataProvider::fillMinMaxCache() handle LongLong
2016-03-26
- 10:28 PM Revision 5dc95516 (qgis): Increase minimum size of composer legend list widget
- (cherry picked from commit e695fbb9f11f9c0e08b59db7ecf8ad25d28d484f)
- 06:52 PM Revision 1bb98d6d (qgis): disable symbol visiblity flags for globe plugin on release builds on tr...
Also available in: Atom