Activity

From 2014-11-06 to 2014-12-05

2014-12-05

02:10 PM Revision 26e06e68 (qgis): Flip remaining symbology spinboxes to QgsDoubleSpinBox
Nyall Dawson
01:39 PM Revision 697ef510 (qgis): Also evaluate expressions entered in QgsSpinBox
and flip all composer spin boxes to QgsSpinBox (refs #10544) Nyall Dawson
12:14 PM Revision dfe79807 (qgis): Flip all composer double spin boxes to QgsDoubleSpin (refs #10544)
Add clear buttons to applicable properties. Nyall Dawson
10:39 AM Revision 8a182b7f (qgis): Clean up QgsMapLayer scale based visibility api
Nyall Dawson
10:39 AM Revision 7400106e (qgis): [FEATURE] Evaluate expressions entered in QgsDoubleSpinBox
Allows entry of QGIS expressions into the spin box. The expression
is evaluated on enter or loss of focus and then di...
Nyall Dawson
08:56 AM Revision 072c1e57 (qgis): Merge pull request #1715 from rldhont/server_wms_getcapabilities_compli...
[QGIS-Server] FIX 10489 QGIS Server getcapabilites response is not WMS c... Marco Hugentobler

2014-12-04

09:57 PM Revision c5221125 (qgis): Update Grass7Algorithm.py
GRASS GIS 7 update: dsn -> input|output as per http://trac.osgeo.org/grass/browser/grass/trunk/lib/gis/renamed_options Markus Neteler
09:32 PM Revision a7de4dad (qgis): [QGIS-Server] Clean GetCapabilities
Remove GetPrint request and ComposerTemplates from GetCapabilities for a better interoperability René-Luc ReLuc
08:15 PM Revision c2b5da33 (qgis): [QGIS-Server] FIX 10489 QGIS Server getcapabilites response is not WMS ...
To be fully compliant with WMS 1.3.0 standard, I propose to add :
* SLD namespace for GetLegendGraphic element
* sche...
René-Luc ReLuc
04:20 PM Revision a2c656e6 (qgis): [processing] [feature] split lines with lines
Bernhard Ströbl
11:19 AM Revision 0fa40a65 (qgis): Change some spin boxes in symbology to QgsDoubleSpinBox
Adds the handy 'clear' buttons to these spin boxes, such as
offsets and rotation.
Also standardises the display of so...
Nyall Dawson
10:15 AM Revision 1a4b8bb4 (qgis): define the special text directly with the clear value
Denis Rouzaud
06:15 AM Revision e887d075 (qgis): Correctly set band number for pseudocolor renderer widget
Previously the band was always reset to the first band when opening
the raster layer properties.
Nyall Dawson
04:57 AM Revision 486d4086 (qgis): [FEATURE] Port new memory layer plugin to core
Nyall Dawson

2014-12-03

09:45 PM Revision a4354412 (qgis): Add support for generating coverage statistics for tests
Build option ENABLE_COVERAGE must be set. There's also a secondary
option GENERATE_COVERAGE_DOCS which requires lcov ...
Nyall Dawson
04:33 PM Revision d39a854a (qgis): advanced digitizing tools
this integrates advanced digitizing tools aka CAD tools in QGIS application and basically a port of CADinput plugin
*...
Denis Rouzaud
04:18 PM Revision f8f78421 (qgis): db_manager: fix error message on table vacuum
Jürgen Fischer
03:55 PM Revision e4c9a202 (qgis): [processing] show layers in alphabetical order in dropdown menu
Victor Olaya
03:14 PM Revision 2b37e40b (qgis): allow defining custom clear value for Qgs(Double)SpinBox
Denis Rouzaud
12:30 PM Revision 2d3f05ba (qgis): [custom crs ui] adds scrollarea to dialog and done some minor changes
Salvatore Larosa
12:29 PM Revision b699069b (qgis): [custom crs ui] adds collapsible groupbox
Salvatore Larosa
11:58 AM Revision ad32bbf4 (qgis): Add some atlas reference images for precise (part 2)
Nyall Dawson
11:23 AM Revision b07e4db2 (qgis): Add some atlas reference images for precise (part 1)
Nyall Dawson
10:23 AM Revision 352fe2a2 (qgis): CTest retry submit to dashboard when failed
Matthias Kuhn
09:44 AM Revision 3e6d784a (qgis): Try increasing color tolerance for composer tests slightly
Nyall Dawson
09:43 AM Revision 16b4dfe1 (qgis): Fix some compiler warnings
Nyall Dawson
04:59 AM Revision b278ea1a (qgis): API: Added support for bulk loading of spatial index
This is much faster way of initializing a spatial index. From python it is as simple as
>>> index = QgsSpatialIndex( ...
Martin Dobias
02:20 AM Revision 94a276e7 (qgis): Revert "Let travis compile debug binaries so ASSERTS are also considered"
This reverts commit b1de41ca49d44eb5068d60c29f7960d363aadd75.
Led to unstable test results for no reason
See
https...
Matthias Kuhn
01:54 AM Revision f03ab8a6 (qgis): Merge pull request #1482 from serialc/patch-1
Checkbox for sub index was missing tooltip text Matthias Kuhn

2014-12-02

09:39 PM Revision b1de41ca (qgis): Let travis compile debug binaries so ASSERTS are also considered
Matthias Kuhn
03:15 PM Revision 49c10fc4 (qgis): MapTip: ParagraphSeparator to \n to support multiline expressions
This allows to properly use multiline expressions in the expression builder
when the map tip HTML definition contains...
Matthias Kuhn
02:20 PM Revision 327f3e9c (qgis): Merge pull request #1717 from manisandro/int_ogrwkbgeometrytype
Store result of OGR_FD_GetGeomType into a OGRwkbGeometryType, not in an int, ... Jürgen Fischer
01:32 PM Revision 81895f9c (qgis): Store result of OGR_FD_GetGeomType into a QGis::WkbType, not in an int,...
Sandro Mani
10:51 AM Revision d034a667 (qgis): [labeling] use QgsColorButtonV2 for label property dialog
Salvatore Larosa
10:18 AM Revision 2eb0ca34 (qgis): [codeeditor] set case insensitive for SQL Lexer: followup #1686
Salvatore Larosa
02:11 AM Revision 0f761949 (qgis): Fix calculation of smart breaks when html has transparent background
Should finally fix troublesome composer html tests Nyall Dawson

2014-12-01

08:26 PM Revision 823d45a3 (qgis): Merge pull request #1714 from manisandro/intsafe_doublesafe
Fix isIntSafe and isDoubleSafe not considering some QVariant types Matthias Kuhn
07:38 PM Revision 29d01664 (qgis): Fix isIntSafe and isDoubleSafe not considering QVariant::UInt, QVariant...
Sandro Mani
05:53 PM Revision 974511f4 (qgis): Merge pull request #1710 from mach0/master
fix typo in processing description Alexander Bruy
11:12 AM Revision 6da0058f (qgis): Swap expression and custom function box in expression widget
Nathan Woodrow
10:30 AM Revision d815ac00 (qgis): Try to fix some more intermittent composer tests
Nyall Dawson
09:52 AM Revision 118a9f63 (qgis): Add some missing exitQgis() calls to unit tests
Also ensure that compositions are deleted before exiting
Qgis during tests.
Nyall Dawson
09:34 AM Revision 4fde34a7 (qgis): Fixed crash in browser startup on Mac
Radim Blazek
09:28 AM Revision 48edab4f (qgis): Hopefully fix intermittently failing composer html test
Nyall Dawson
04:25 AM Revision 78141c49 (qgis): Layout expression widget as horizontal. Fits better on screens and mean...
Nathan Woodrow

2014-11-30

11:28 PM Revision cb32d31c (qgis): fix typo in processing description
Signed-off-by: Werner Macho <[email protected]> Werner Macho
10:15 PM Revision 72de6330 (qgis): translation update
Signed-off-by: Werner Macho <[email protected]> Werner Macho
05:28 PM Revision 445675ab (qgis): Revert "Followup to d897aa5; fix crash on Mac"
This reverts commit 9837f430b313eceeee246f966fc60115df3ee722. Radim Blazek
05:21 PM Revision 6aa84c97 (qgis): QgsBrowserWatcher made QFutureWatcher descendant
Radim Blazek
04:52 PM Revision 3a2e7a24 (qgis): debian packaging fix
Jürgen Fischer
04:45 PM Revision a2b78259 (qgis): debian packaging fix
Jürgen Fischer
11:50 AM Revision b2ba8e9c (qgis): [processing] fix GRASS output parser (fix #10660)
Alexander Bruy
11:50 AM Revision 72fe56cf (qgis): [processing] fix Convex hull algorithm (fix #11725)
Alexander Bruy
10:34 AM Revision a92d1a6e (qgis): QgsExpression: some const fixes
Matthias Kuhn
10:34 AM Revision 77e62b97 (qgis): Add line comments to QgsExpression
Delimited by double-minus and EOL/EOF
Example:
$id -- This is the feature id
Matthias Kuhn
10:34 AM Revision 7d8a3b1a (qgis): Change unary minus test --1 to -(-1)
See http://lists.osgeo.org/pipermail/qgis-developer/2014-November/035835.html Matthias Kuhn
10:34 AM Revision 5a883c0a (qgis): Preserve expression formatting
Matthias Kuhn
10:34 AM Revision 13255b13 (qgis): Add block comment tests
Matthias Kuhn
10:34 AM Revision 0a7facbe (qgis): [FEATURE] Add comment functionality to QgsExpression
Matthias Kuhn
10:26 AM Revision e48a6f64 (qgis): indentation update [ci skip]
Jürgen Fischer
08:36 AM Revision 4d4fa446 (qgis): [Feature] Allow custom expression functions in expression widget
Nathan Woodrow
01:42 AM Revision 98c0771b (qgis): update scripts/fix_allows_to.sh and run it
Jürgen Fischer

2014-11-29

05:14 PM Revision 269d4d1f (qgis): travis: irc notification if build status changes
Jürgen Fischer
03:40 PM Revision 391d105c (qgis): [Expression] Don't unregister function if not registering
Nathan Woodrow
02:36 PM Revision 7942325f (qgis): Remove qgsfunction from qgis.utils.
Import from qgis.core so we don't break API Nathan Woodrow
02:18 PM Revision e14b7e48 (qgis): Reform qgis.uitls file
Nathan Woodrow
12:58 PM Revision 902b9329 (qgis): [processing] use extent instead of width, height and center in Create
Grid algorithm (fix #11481) Alexander Bruy
09:37 AM Revision 6a17a60a (qgis): Move qgsfunction to qgis.core.
Add new register_function method when not using decorator
Wrap function call in try block to catch and report errors
Nathan Woodrow
04:51 AM Revision d532af0b (qgis): Add some test images and tweak test tolerances for utopic
Nyall Dawson
01:50 AM Revision 20f57c90 (qgis): [composer] Make html tests text-free
Minimises cross platform rendering differences Nyall Dawson

2014-11-28

08:30 PM Revision 0d211e8a (qgis): debian packaging update for python server plugins
Jürgen Fischer
04:46 PM Revision 6a1e1bb6 (qgis): * fix server plugin build on windows
* move src/mapserver to src/server (IMHO better name and in sync with
python/server)
* rename cmake option WITH_MAP...
Jürgen Fischer
04:46 PM Revision 0454c0d6 (qgis): don't build server plugins if server isn't built
Jürgen Fischer
03:20 PM Revision 4e78b8b5 (qgis): latvian update
Signed-off-by: Werner Macho <[email protected]> Werner Macho
02:24 PM Revision 4a5dc122 (qgis): [proccesing] added compiled ui files
This will make it easier to test new versions of processing for some users Victor Olaya
02:24 PM Revision c52b5ae8 (qgis): [processing] fixed handling of parent algorihtms in modeler
Fixes #11750 Victor Olaya
01:09 PM Revision e2a51df6 (qgis): translation update finnish
Signed-off-by: Werner Macho <[email protected]> Werner Macho
12:59 PM Revision a960187f (qgis): updates for 2.6.1
Jürgen Fischer
12:22 PM Revision 8b65ebde (qgis): don't build server plugins if server isn't built
Jürgen Fischer
11:09 AM Revision d99a3c1e (qgis): norwegian update
Signed-off-by: Werner Macho <[email protected]> Werner Macho
10:57 AM Revision 074c8371 (qgis): last complete string update
Signed-off-by: Werner Macho <[email protected]> Werner Macho
10:38 AM Revision ec3e5276 (qgis): Merge pull request #1704 from qgis-jp/ts2.6.1
update ja translation for 2.6.1 release Werner Macho
10:12 AM Revision b9f8176e (qgis): db_manager: do not display index tables when browsing SpatiaLite databases
Marcel Dancak
09:25 AM Revision 222a08a9 (qgis): update ja translation
Minoru Akagi
03:50 AM Revision 4473efe3 (qgis): Fix map unit scale for simple line width not restored (fix #11181)
Nyall Dawson
03:11 AM Revision 9d30db43 (qgis): Fix map unit scale for simple line width not restored (fix #11181)
Nyall Dawson
01:36 AM Revision 05276eac (qgis): Fix size scaling ignored for line symbology (fix #11751)
Nyall Dawson

2014-11-27

12:47 AM Revision 52a2feda (qgis): Fix size scaling ignored for line symbology (fix #11751)
Nyall Dawson
12:17 PM Revision 9c8b44a5 (qgis): [composer] Fix refresh HTML item always using cached copy (fix #11747)
Nyall Dawson
11:05 AM Revision 35556de9 (qgis): Merge pull request #1701 from elpaso/serverpython2
[feature] Serverpython2 Marco Hugentobler
09:39 AM Revision a790f7fa (qgis): Fix double QT4_WRAP_CPP
Funded by ItOpen - http://www.itopen.it Alessandro Pasotti
03:15 AM Revision 94918517 (qgis): [composer] Fix refresh HTML item always using cached copy (fix #11747)
Nyall Dawson

2014-11-26

04:07 PM Revision 7d428468 (qgis): Enabled by default and removed linked qgispython
Funded by ItOpen - http://www.itopen.it Alessandro Pasotti
04:07 PM Revision 33f1e353 (qgis): body() now return QByteArray
Funded by ItOpen - http://www.itopen.it Alessandro Pasotti
04:07 PM Revision 99221212 (qgis): body() now return QByteArray
Funded by ItOpen - http://www.itopen.it Alessandro Pasotti
04:07 PM Revision 8034e721 (qgis): Removed SIP Transfer
Funded by ItOpen - http://www.itopen.it Alessandro Pasotti
04:07 PM Revision 35dd4e68 (qgis): Mergeable on master
Funded by ItOpen - http://www.itopen.it Alessandro Pasotti
04:07 PM Revision 5d443159 (qgis): Removed trailing spaces
Alessandro Pasotti
04:07 PM Revision de98fb11 (qgis): Astyle formatting
Alessandro Pasotti
04:07 PM Revision 7f3a8d59 (qgis): Fixed header comments
Alessandro Pasotti
04:07 PM Revision e9dbdd3b (qgis): Fixed compilation without python
Funded by ItOpen - http://www.itopen.it Alessandro Pasotti
04:07 PM Revision fd8fd4c6 (qgis): Comment typo
Funded by ItOpen - http://www.itopen.it Alessandro Pasotti
04:07 PM Revision 329b9d7e (qgis): Renamed plugin hook responseReady to responseComplete
added sendResponse hook and passed pluginFilters to
request handler
Alessandro Pasotti
04:05 PM Revision 8bd78b33 (qgis): Working implementation
Funded by ItOpen - http://www.itopen.it Alessandro Pasotti
04:03 PM Revision 5b943ed3 (qgis): Fixes wrong number of bytes logged when debug activated.
Funded by ItOpen - QGIS Borg - Resistance Is Futile Alessandro Pasotti
04:03 PM Revision 8b861f9c (qgis): Allow body clear
Alessandro Pasotti
04:03 PM Revision e3146057 (qgis): Expose response body and infoFormat
Alessandro Pasotti
04:03 PM Revision 856e4ded (qgis): Set exception moved to public
Alessandro Pasotti
04:03 PM Revision ca8e0c39 (qgis): Added comments for bindings.
Alessandro Pasotti
04:02 PM Revision b7c74224 (qgis): Comments added
Alessandro Pasotti
04:02 PM Revision 59004d3d (qgis): ASTYLE Formatted
Alessandro Pasotti
04:02 PM Revision 2bb7f196 (qgis): Http request/response handler refactoring.
HTTP Request handler now manages HTTP request and response.
* added methods to manage HTTP response headers
* added ...
Alessandro Pasotti
04:02 PM Revision 5f44cc57 (qgis): Added serve python plugins
Alessandro Pasotti
04:02 PM Revision f2608b30 (qgis): Added serve python plugins
Alessandro Pasotti
04:02 PM Revision 98cab974 (qgis): Added python server plugins
Alessandro Pasotti
04:02 PM Revision 23af5099 (qgis): Added define for conditional server plugins compilation
Alessandro Pasotti
04:02 PM Revision c9d6f4da (qgis): Added getEnv to plugins API
Alessandro Pasotti
04:02 PM Revision 4c6bf307 (qgis): Add plugin files and define
Alessandro Pasotti
04:02 PM Revision 0f875337 (qgis): Removed python plugins define
Alessandro Pasotti
04:02 PM Revision 82135a7b (qgis): Added env var for custom plugin directory
Alessandro Pasotti
02:45 PM Revision f00db954 (qgis): Fix Qt5 build
Matthias Kuhn
02:10 PM Revision 0d54a4f2 (qgis): [processing] fix parameter names in TauDEM algorithms
Alexander Bruy
02:10 PM Revision 3c0a9ed7 (qgis): [processing] fix help file generator
Alexander Bruy

2014-11-25

03:18 PM Revision f6fbdd7c (qgis): Delete utils.py
Tom Kralidis
03:18 PM Revision 9fda2efd (qgis): Delete __init__.py
Tom Kralidis
02:30 PM Revision f2332258 (qgis): Don't enforce singleton behavior with Q_ASSERT
Fix #11726 Matthias Kuhn
01:27 PM Revision 4a8cb08c (qgis): Remove useless statement
Sandro Santilli
08:29 AM Revision d69c325a (qgis): Merge pull request #1698 from jdugge/MergetoolEmptyGeometries
Make the Merge shapefiles tool correctly handle features without geometries Alexander Bruy
06:29 AM Revision 9cf3e7f0 (qgis): Fix slight offset in heatmap renderer
Nyall Dawson
02:07 AM Revision 554d55d3 (qgis): fix script permissions
Jürgen Fischer
01:37 AM Revision 2d7cb372 (qgis): fix windows build
Jürgen Fischer
01:25 AM Revision c0c94cf1 (qgis): Fix #10727 - Add update selected button to field calc bar
Nathan Woodrow

2014-11-24

11:54 PM Revision 3c0d233c (qgis): support numerus forms in python strings and german translation update
Jürgen Fischer
11:07 PM Revision 5dd2f51f (qgis): translation script update:
* TRANSLATORS stats also needs lupdate run
* support numerus forms in python translation strings
Jürgen Fischer
09:55 PM Revision a2b74ce7 (qgis): backport adjust pluralization
Backport https://github.com/geopython/MetaSearch/commit/83b88f67abb679501a238e4ab4ee344c3cdbf55d Tom Kralidis
09:53 PM Revision af3418ac (qgis): backport adjust pluralization
backport https://github.com/geopython/MetaSearch/commit/83b88f67abb679501a238e4ab4ee344c3cdbf55d Tom Kralidis
08:13 PM Revision b106f822 (qgis): Fix calculation of atlas map extent when set to fixed scale mode
Credit to m-kuhn for discovering the fix Nyall Dawson
08:13 PM Revision 2ec4c2ab (qgis): Regenerate incorrect test images and reenable atlas tests for travis
Nyall Dawson
04:33 PM Revision 7ef50928 (qgis): INSTALL: update required flex version to 2.5.6 and links to windows ver...
Jürgen Fischer
03:37 PM Revision b4a85471 (qgis): Streamline singleton behavior in a class QgsSingleton, take two
delete provider registry after map layer registry to avoid crashes Matthias Kuhn
02:33 PM Revision e61d27e1 (qgis): Revert "Streamline singleton behavior in a class QgsSingleton"
This reverts commit e1f6edbd55122e6d2206daf4a0b55e3e9207cf80 as it breaks tests Matthias Kuhn
01:38 PM Revision e1f6edbd (qgis): Streamline singleton behavior in a class QgsSingleton
If a singleton is unused in an application, it's not going to be created just
to be deleted instantanously on app exi...
Matthias Kuhn
12:18 PM Revision 9a8dcec9 (qgis): Fix incorrect warning dialog appearing when creating new ramp
Previously a "not available" warning dialog would appear when
attempting to create a new color ramp using the categor...
Nyall Dawson
12:18 PM Revision d6521143 (qgis): Fix grammar
Nyall Dawson
12:14 PM Revision f250a12a (qgis): Fix potential crash in random color ramp
Badly choosen values (eg max < min) could cause a crash. Now, values
are sanitised prior to generating the ramp colors.
Nyall Dawson
10:45 AM Revision fa1e8032 (qgis): [symbology] Add method for retrieving symbol layers as list
Nyall Dawson
10:45 AM Revision a0c1380e (qgis): Fix incorrect warning dialog appearing when creating new ramp
Previously a "not available" warning dialog would appear when
attempting to create a new color ramp using the categor...
Nyall Dawson
10:45 AM Revision fe3e385a (qgis): Fix grammar
Nyall Dawson
10:45 AM Revision 6365ca3d (qgis): Fix potential crash in random color ramp
Badly choosen values (eg max < min) could cause a crash. Now, values
are sanitised prior to generating the ramp colors.
Nyall Dawson
10:45 AM Revision 89825e23 (qgis): Add toolbar icon and shortcut for python console
Nyall Dawson
10:45 AM Revision 9213a845 (qgis): [FEATURE] Support drag and drop of python scripts onto QGIS window
Nyall Dawson
09:44 AM Revision d002e5d7 (qgis): Remove help button from symbollevelv2 dialog
There is no help text available for this dialog and the button does nothing at
all at the moment
Matthias Kuhn
09:34 AM Revision 4e360593 (qgis): Fix crash on exit: Close all cached sqlite connections
Matthias Kuhn
08:38 AM Revision 9231f548 (qgis): clean code style with prepare-commit.sh
Gillian Milani
08:38 AM Revision b6e8f01f (qgis): remove repaint when layer is not modified
Gillian Milani
08:38 AM Revision 6f4809d4 (qgis): add a save button for subform (1-n relations)
Gillian Milani

2014-11-23

05:53 PM Revision 6b9f85a1 (qgis): Merge pull request #1697 from mbernasocchi/patch-1
deactivate qgis_wcsprovidertest on travis
It depends on an unreliable external service and therefore produces false ...
Matthias Kuhn
02:04 PM Revision 484e1625 (qgis): [processing] fixed help in models
Victor Olaya
11:48 AM Revision 8039895d (qgis): Add support for weighting points by expression to heatmap renderer
Nyall Dawson
10:23 AM Revision 03faafa4 (qgis): Make the "Merge shapefiles" tool correctly handle features without geom...
J. Dugge

2014-11-22

10:10 PM Revision 269b6264 (qgis): getProjectSettings response: return 'maptip' instead of tooltip templat...
displayField layer attribute Jürgen Fischer
10:08 PM Revision 50d2a749 (qgis): getProjectSettings response: return 'maptip' instead of tooltip templat...
displayField layer attribute Jürgen Fischer
08:42 PM Revision d36597a6 (qgis): better fix for b99ab0a
Jürgen Fischer
06:54 PM Revision f10a8cce (qgis): update INSTALL (fixes #11715)
- remove outdate "practical case" section
- include pointer to GDAL formats for build instructions for proprietary
...
Jürgen Fischer
02:42 PM Revision b99ab0a9 (qgis): restore setting of scene to map canvas items (followup 78c51954)
Jürgen Fischer
01:16 PM Revision fe7a0e57 (qgis): travis: disable qgis_wcsprovidertest due to unreliable server
Jürgen Fischer
12:44 PM Revision 222978ee (qgis): Fix #9604 - New icon for delete selected features
Nathan Woodrow
11:53 AM Revision cefc4df6 (qgis): [processing] redirect output from command line tools to Info tab (fix #...
Alexander Bruy
11:52 AM Revision 66377967 (qgis): [processing] fix Field calculator algorthm (fix #11488)
Alexander Bruy
11:36 AM Revision f273edb9 (qgis): fix windows build
Jürgen Fischer
10:02 AM Revision 802a4acd (qgis): Add an invert checkbox for heatmap renderer
Nyall Dawson
03:03 AM Revision 72774765 (qgis): [FEATURE] Live heatmap renderer
Allows for live, dynamic heatmaps for point layers. Options include
specifying heatmap radius in pixels, mm or map un...
Nyall Dawson

2014-11-21

10:02 PM Revision c924401f (qgis): fix typo in tx config
Signed-off-by: Werner Macho <[email protected]> Werner Macho
09:39 PM Revision 0d2aac29 (qgis): adding new translations files
Signed-off-by: Werner Macho <[email protected]> Werner Macho
09:38 PM Revision fc850b77 (qgis): update if txconfig for new translations
Werner Macho
07:05 PM Revision 8299b206 (qgis): Followup to 2261999; fix import of QgsCodeEditorSQL for DB Manager
Larry Shaffer
04:51 PM Revision e7a89945 (qgis): deactivate qgis_wcsprovidertest
Disabling on behalf of @m-kuhn since the wcs server used in qgis_wcsprovidertest is not really reliable. Often the te... Marco Bernasocchi
04:45 PM Revision 9f8a7423 (qgis): [processing] patch for issues with delimited text layers
Still won't work when using delimited text layers in parameters of type MultipleInput Victor Olaya
03:07 PM Revision 1f47ffeb (qgis): dualview: autoselect first item
Matthias Kuhn
03:02 PM Revision 6e334d64 (qgis): [processing] Added missing field type to vector tools
Victor Olaya
03:02 PM Revision ac0eddae (qgis): [processing] Add snippet collection to script editor
The list of snippets is still very short, but the snippet management logic is added in this commit Victor Olaya
03:02 PM Revision 51de0cae (qgis): [processing] better output logging for gdal/org calls
Fixes #11501 Victor Olaya
03:02 PM Revision f3fdd9c2 (qgis): [processing] clean unused line
Victor Olaya
01:02 PM Revision 536efdda (qgis): Remove code no longer needed in QgsConfigCache
Marco Hugentobler
11:45 AM Revision 6c246384 (qgis): Return non-zero status from cmake script when build or test fails
Matthias Kuhn
11:45 AM Revision cae6baea (qgis): Formatting of tests
Matthias Kuhn
11:45 AM Revision 78c51954 (qgis): Add Qt5 support
Matthias Kuhn
11:45 AM Revision 95f64838 (qgis): Fix some race condition segfaults of tests on exit
Matthias Kuhn
10:25 AM Revision 97e79690 (qgis): [Processing] A new tool to import data in PostGIS based on ogr2ogr and ...
Giovanni Manghi
10:23 AM Revision 7de1dff3 (qgis): Merge pull request #1689 from rldhont/server_cache_project_config
[QGIS-Server] Enhance config cache Marco Hugentobler
09:59 AM Revision 6c836f0e (qgis): fix nightly build (followup a57066a48d)
Jürgen Fischer
09:23 AM Revision 336fe99a (qgis): [processing] remember last output folder in batch interface
Victor Olaya
09:10 AM Revision df9372a8 (qgis): [processing] better behaviour for fields calculator custom dialog
Victor Olaya
09:09 AM Revision 05dc06d4 (qgis): [processing] fixed fields calculator algorithm
It's not a complete fix, as it just comments out a line that was causing a 'underlying C/C++ object was deleted' erro... Victor Olaya
09:07 AM Revision 09c6b2b3 (qgis): [processing]removed unused code
Victor Olaya
07:22 AM Revision 810cb3fb (qgis): [processing] fixed handling of tables in models
Fixes #11694 Victor Olaya
07:21 AM Revision 530b15a0 (qgis): [processing] provide non-random default ordering of parameters in models
Fixes #11702 Victor Olaya
02:46 AM Revision 9837f430 (qgis): Followup to d897aa5; fix crash on Mac
Larry Shaffer
01:17 AM Revision 9ceb5cea (qgis): sip sync
Jürgen Fischer

2014-11-20

11:03 PM Revision c94b9f36 (qgis): Merge pull request #1681 from nyalldawson/sort_api
Sort members in api docs Nyall Dawson
09:32 PM Revision afd32fdc (qgis): browser restore favourites fix
Radim Blazek
08:40 PM Revision 907fb73d (qgis): browser remove favourite fix
Radim Blazek
08:01 PM Revision 47578074 (qgis): browser favourites fix
Radim Blazek
07:46 PM Revision 869ad447 (qgis): Merge pull request #1583 from slarosa/qdockwidget_browser
[browser] small ui reworking for consistency Radim Blazek
03:02 PM Revision a57066a4 (qgis): * fix cppcheck warnings
* some sip updates
* [API] fix spelling QgsMultiRenderChecker::drawBackround
* [API] fix spelling QgsSymbolLayerV2Uti...
Jürgen Fischer
02:12 PM Revision d897aa5b (qgis): browser refresh and restore fixes and improvements
Radim Blazek
11:37 AM Revision d6635994 (qgis): Update cache
René-Luc ReLuc
11:28 AM Revision 44a334b0 (qgis): Add hasDefaultValues method to QgsDataDefined, add some tests
Nyall Dawson

2014-11-19

12:47 AM Revision 6cc073d9 (qgis): widgetParametersPanel.ui: fix header
[ci skip] Jürgen Fischer
03:38 PM Revision f4925120 (qgis): update translation
Otto Dassau
12:24 PM Revision 09ab5696 (qgis): Boost coverage of raster fill unit tests
Also add missing sip bindings for GUI widget Nyall Dawson
11:02 AM Revision 1c6aa9b3 (qgis): [processing] add hypsometric curves calculation algorithm
Alexander Bruy
11:02 AM Revision 3c2d45ff (qgis): [processing] repair non-working random extract algorithms (fix #11571)
Alexander Bruy
11:02 AM Revision 4c24666c (qgis): [processing] add open script action to script editor
Alexander Bruy
11:02 AM Revision 5e6f4c2f (qgis): [processing] correctly handle editable and non-editable fixed tables (f...
Alexander Bruy
10:58 AM Revision 474e6675 (qgis): more cleaning of redundant and same shortcuts
Werner Macho
10:42 AM Revision d0898087 (qgis): fix warnings
Jürgen Fischer
10:13 AM Revision ebfa6000 (qgis): Fix incorrect cast to double in shapeburst fill header
Nyall Dawson
10:11 AM Revision b8ff575e (qgis): Merge pull request #1695 from nyalldawson/fix_api
Fix incorrect cast to double in shapeburst fill header Jürgen Fischer
09:40 AM Revision c8ad99bf (qgis): Fix incorrect cast to double in shapeburst fill header
Nyall Dawson
09:28 AM Revision 256b2652 (qgis): Fix some warnings
Matthias Kuhn
08:07 AM Revision 2d69f986 (qgis): Merge pull request #1691 from m-kuhn/slv
Enable PyQgsSymbolLayerV2 test. Followup 5957b0a Marco Hugentobler
08:03 AM Revision edd8d9bc (qgis): Merge pull request #1692 from neteler/patch-4
Delete r.average.txt Paolo Cavallini
08:03 AM Revision d66c927f (qgis): Merge pull request #1693 from neteler/patch-5
Update and rename r.bilinear.txt to r.resamp.interp.txt Paolo Cavallini
05:26 AM Revision 52159851 (qgis): [FEATURE] Raster image symbol fill type
Allows for filling polygons with a tiled raster image. Options
include (data defined) file name, opacity, image size ...
Nyall Dawson

2014-11-18

10:05 PM Revision 9c2a1131 (qgis): Update and rename r.bilinear.txt to r.resamp.interp.txt
r.bilinear: merged into r.resamp.interp, see http://trac.osgeo.org/grass/wiki/Grass7/NewFeatures#Renamedmodules Markus Neteler
10:00 PM Revision 36869f07 (qgis): Delete r.average.txt
Superseded by r.statistics, see http://trac.osgeo.org/grass/wiki/Grass7/NewFeatures#Removedmodules Markus Neteler
05:43 PM Revision 0a5c3cc8 (qgis): Enable PyQgsSymbolLayerV2 test. Followup 5957b0a
Matthias Kuhn
04:41 PM Revision 66ffb2a0 (qgis): Run build within ctest script and add some information for the dashboard
Matthias Kuhn
04:11 PM Revision 5957b0a5 (qgis): Hopefully fix sld test
Marco Hugentobler
04:11 PM Revision d7f7b06e (qgis): Merge pull request #1614 from radosuav/small_fixes
Small fixes for Processing Victor Olaya
03:07 PM Revision da91a9ee (qgis): Revert "Fix translations in Processing.py"
This reverts commit 81089a1fa258feb86a52db9bba1fd0708b5f70a7. Radoslaw Guzinski
01:39 PM Revision eef435e9 (qgis): [GRASS] data item fix
Radim Blazek
11:08 AM Revision 7d7ac62f (qgis): Add tolerance to shapeburst test
Fixes it on ubuntu trusty Matthias Kuhn
10:18 AM Revision 8f50d945 (qgis): remove redundant shortcut for Open and Open recent
Signed-off-by: Werner Macho <[email protected]> Werner Macho
10:17 AM Revision 49035a03 (qgis): [composer] Fix overview tooltips (fix #11655)
Nyall Dawson
10:12 AM Revision 00c5a75e (qgis): [composer] Fix overview tooltips (fix #11655)
Nyall Dawson
09:48 AM Revision 20deafdb (qgis): Merge pull request #1605 from ghtmtt/patch-1
Update geometricfigures.rst Alexander Bruy
09:22 AM Revision 1f41364c (qgis): Update link to qt homepage
Matthias Kuhn
01:47 AM Revision f81c0593 (qgis): fix PyQgsAppStartup test on windows
Jürgen Fischer
01:46 AM Revision dfbe8f3b (qgis): fix german translations (fixes #11617)
Jürgen Fischer
01:44 AM Revision 368bfa15 (qgis): Add casts to double to fix compilation on ARM
Sandro Mani
01:42 AM Revision 72c92e38 (qgis): Initialize some uninitialized variables
Matthias Kuhn
01:41 AM Revision f8a21bf9 (qgis): fix PyQgsVectorLayer test
Jürgen Fischer
01:41 AM Revision 881e25ba (qgis): vector file writer: scan shape file geometries instead of just assuming...
Jürgen Fischer

2014-11-17

07:03 PM Revision 05830c2c (qgis): [processing] handle ints and floats in range parameter panel
Alexander Bruy
07:03 PM Revision 42f16efe (qgis): [processing] refactor batch processing dialog and update related parame...
Alexander Bruy
07:03 PM Revision bec113b1 (qgis): [processing] refactor algortim dialog
Now we have base class AlgorithmDialogBase for all algortims. Dialogs
for algorithms and batch processes should be cr...
Alexander Bruy
07:03 PM Revision c4e5ff75 (qgis): [processing] update layer selector widget
Alexander Bruy
07:03 PM Revision 20682a7c (qgis): [processing] update fixed table widget and dialog
Alexander Bruy
07:03 PM Revision 2a8fabfe (qgis): [processing] fix typo
Alexander Bruy
07:03 PM Revision 95650c43 (qgis): [processing] rename number selector to keep consistency
Alexander Bruy
07:03 PM Revision 06e6e718 (qgis): [processing] update range input widget
Alexander Bruy
07:03 PM Revision c9a90d9a (qgis): [processing] don't override default selection mode in ui file
Alexander Bruy
07:03 PM Revision 2851c5a2 (qgis): [processing] update MultipleFileInputDialog
Alexander Bruy
07:03 PM Revision c3d230c0 (qgis): [processing] update extent selection widget
Alexander Bruy
07:03 PM Revision 6fb32687 (qgis): [processing] remove MultipleFileInputPanel as it duplicates MultipleInp...
homogenize UI in FileSelectionPanel and RenderinStylePanel, remove inused imports Alexander Bruy
07:03 PM Revision 28c03a1c (qgis): [processing] remove similar widgets (use generic one instead)
Alexander Bruy
07:03 PM Revision 24a3e227 (qgis): [processing] update projection selector widget
Alexander Bruy
07:03 PM Revision 6ff48770 (qgis): [processing] replace two similar dialogs with generic one
Alexander Bruy
07:03 PM Revision eee616c5 (qgis): [processing] remove compiled ui files
Alexander Bruy
11:30 AM Revision 0ca7773b (qgis): add shortcuts to some Processing actions
Alexander Bruy
10:33 AM Revision 06ea9801 (qgis): Fix CPack path to README.md
Matthias Kuhn
10:24 AM Revision 7fc1b873 (qgis): homogenize icons related to managing project and global scale lists
Alexander Bruy
10:21 AM Revision e54a7866 (qgis): More README to README.md
And add travis build status Matthias Kuhn
09:21 AM Revision 77328b20 (qgis): Merge pull request #1686 from alexbruy/dbmanager-sqleditor
switch DB Manager's SQL editor to QgsCodeEditorSQL Alexander Bruy
02:30 AM Revision 150aa53a (qgis): add missing ts files (fixes #11662)
Jürgen Fischer

2014-11-16

10:49 PM Revision 0b9e1f67 (qgis): [TRANSUP] some fixes and improvements for transifex including renamed a...
Signed-off-by: Werner Macho <[email protected]> Werner Macho

2014-11-15

11:16 AM Revision 4a4dc6bb (qgis): [QGIS-Server] Enhance config cache
Add xmlDocument and server config in cache
xmlDocument and server config will be opened once for every requested W*S...
René-Luc ReLuc
05:55 AM Revision 34e6a713 (qgis): Add note about QgsMapCanvas::refresh() behavior
Martin Dobias
05:54 AM Revision a6650e4b (qgis): Add note about QgsMapCanvas::refresh() behavior
Martin Dobias
05:39 AM Revision d91694a8 (qgis): [FIXED] #11572 Filter Legend By Map Content doesn't maintain point disp...
The fix from https://github.com/qgis/QGIS/pull/1673 has to be enhance to have
something more generic.
This fix add ...
René-Luc ReLuc
05:19 AM Revision fda637b3 (qgis): Merge remote-tracking branch 'rldhont/filter_legend_displacement_point2'
Conflicts:
src/core/qgsmaphittest.cpp
Martin Dobias

2014-11-14

07:16 PM Revision b28cc141 (qgis): [travis] Do some steps in install step
Matthias Kuhn
07:16 PM Revision 4ff4394b (qgis): [travis] Disable PyQgsPalLabelingServer tests for now
Matthias Kuhn
07:15 PM Revision e4d3eaac (qgis): [travis] Disable SymbolLayerV2 test
There is a pull request to properly fix the issue. When this PR is dealt with
this test will be re-enabled.
https://...
Matthias Kuhn
07:14 PM Revision 581815f8 (qgis): Fix atlas tests
* Recreates composition for every test and therefore removes internal
dependency
* Reorders method calls to make ...
Matthias Kuhn
06:30 PM Revision f0efa6d8 (qgis): Disable geometry simplify check
This test mixes different effects and is very unprecise in what it tests and
what it expects as result.
Matthias Kuhn
06:30 PM Revision fdde5905 (qgis): Exclude PyQgsPalLabelingCanvas test because of Segfault on test server
It seems that there is still a thread running when QgsApplication exits.
Error message:
QThreadStorage: Thread 0x16e...
Matthias Kuhn
06:30 PM Revision 4b843e4d (qgis): Add QgsDartMeasurement
Matthias Kuhn
06:30 PM Revision fd959301 (qgis): Switch QgsCompositionChecker to MultiRenderChecker
Matthias Kuhn
06:30 PM Revision 31c32505 (qgis): Switch to RGB32 images for composition checker
Nyall Dawson
06:30 PM Revision 2cfcca10 (qgis): Use a non-transparent background for composition checker
Fix composerhtml tests on precise Nyall Dawson
06:30 PM Revision eaf0d345 (qgis): Cleanup atlas composition tests
* Don't try to cache on 0-sized image
* Use qDebug instead of qWarning
Matthias Kuhn
06:30 PM Revision 81d38710 (qgis): Fix shapeburst test
Move to multirenderchecker Matthias Kuhn
06:30 PM Revision 416f471e (qgis): [unit tests] Make qgis_rendererstest pass
Replace control image Matthias Kuhn
06:30 PM Revision ab5e0e2b (qgis): Fix PalLabelingComposer test
Switch to QgsMultiRenderChecker and add control images for Ubuntu precise where
required.
Matthias Kuhn
06:30 PM Revision 58932890 (qgis): Fix inverted polygon renderer test
Matthias Kuhn
06:30 PM Revision 9d9f7c18 (qgis): [unit tests] Fix blend modes test
* Switched to QgsMultiRenderChecker and added control images for precise
* Add a minimal color tolerance for slight ...
Matthias Kuhn
06:30 PM Revision 35286613 (qgis): Add .travis.yml for automated testing
Matthias Kuhn
06:30 PM Revision b28dcb9c (qgis): [unit tests] Add multirenderchecker
The multirenderchecker allows to have several images, each with its own set of
anomalies distributed in several subdi...
Matthias Kuhn
06:30 PM Revision 9ae9de3e (qgis): Compositionchecker: Default color tolerance of 1
Matthias Kuhn
06:28 PM Revision 5457d729 (qgis): Initialize some uninitialized variables
Matthias Kuhn
05:16 PM Revision ad881089 (qgis): case insensitive autocompletion
Alexander Bruy
11:52 AM Revision e0ab4b2c (qgis): avoid use of QIcon in data items in threads
Radim Blazek
09:57 AM Revision aa4338a0 (qgis): pull_ts.sh: verify lrelease is available
Jürgen Fischer
08:48 AM Revision 770db719 (qgis): Merge pull request #1687 from gioman/master
fixes r.watershed parameter description for GRASS 6.4 Paolo Cavallini

2014-11-13

11:13 PM Revision d4f64d9b (qgis): indentation update and typo fixes
Jürgen Fischer
09:30 PM Revision 3e3f1fb1 (qgis): fixes r.watershed parameter description for GRASS 6.4
Giovanni Manghi
08:46 PM Revision 701f4644 (qgis): prepare-commit.sh: fix script directory detection
Jürgen Fischer
08:44 PM Revision 40c5ae44 (qgis): [FIXED] #11572 Filter Legend By Map Content doesn't maintain point disp...
The fix from https://github.com/qgis/QGIS/pull/1673 has to be enhance to have
something more generic.
This fix add ...
René-Luc ReLuc
04:08 PM Revision 22619996 (qgis): switch DB Manager's SQL editor to QgsCodeEditorSQL
Alexander Bruy
11:27 AM Revision cbf1d33b (qgis): re-enabled init expand to last expanded in browser
Radim Blazek
10:33 AM Revision bafd3e32 (qgis): Merge pull request #1684 from manisandro/armbuild
Add casts to double to fix compilation on ARM Nyall Dawson
10:00 AM Revision 9cb157a7 (qgis): prepare-commit.sh: remove executable bit from source files and exit suc...
Jürgen Fischer
09:35 AM Revision 4254d4e6 (qgis): Add casts to double to fix compilation on ARM
Sandro Mani

2014-11-12

12:38 AM Revision 9a2327cd (qgis): update debian dependencies in INSTALL (scripts/scandeps.pl run)
Jürgen Fischer
11:46 PM Revision 57644354 (qgis): fix source permissions
Consider using 'git config core.filemode false' on Windows
find . \( -name "*.cpp" -o -name "*.h" \) -perm /111 -exe...
Jürgen Fischer
11:46 PM Revision 5ccb1e77 (qgis): i18n: script updates
Jürgen Fischer
11:10 PM Revision 571d47a8 (qgis): postgres provider: fix layer detection
Jürgen Fischer
10:18 PM Revision 40bb180d (qgis): expand browser items in threads
Radim Blazek
10:18 PM Revision 078a3ab7 (qgis): loading icon from qt-everywhere-opensource-src-4.6.3/demos/browser/data...
Radim Blazek
10:15 PM Revision 47121fb6 (qgis): fix PyQgsAppStartup test on windows
Jürgen Fischer
08:45 PM Revision c18cb33a (qgis): fix PyQgsLogger test (fixes b5f6d2ce, but also the failure on windows)
Jürgen Fischer
05:43 PM Revision 278ffa15 (qgis): i18n: move to transifex
* deprecate update_ts_files.sh
* use pull_ts.sh to pull updates from transifex
* use push_ts.sh to pull qgis_en.ts fr...
Jürgen Fischer
05:43 PM Revision a036627d (qgis): fix tim dot linfiniti at com
Jürgen Fischer
03:43 PM Revision f1fb5fb1 (qgis): Fix qgis_legendrenderertest
Changed control image that fails on every platform Matthias Kuhn
02:55 PM Revision e4cd5520 (qgis): parse embedded project only once (speedups loading of multiple embedded...
Jürgen Fischer
02:55 PM Revision b5f6d2ce (qgis): refactor QgsLogger and add duration and thread id
Jürgen Fischer

2014-11-11

11:02 PM Revision 3d2cc147 (qgis): fix german translations (fixes #11617)
Jürgen Fischer
10:29 AM Revision 11c2bae7 (qgis): vector file writer: scan shape file geometries instead of just assuming...
Jürgen Fischer
09:44 AM Revision 631341b5 (qgis): Sort members in api docs
Nyall Dawson
08:41 AM Revision ef5955a7 (qgis): Fix maprenderertest
By introducing some color tolerance Matthias Kuhn

2014-11-10

07:53 PM Revision 73231d9b (qgis): use browser objectName in settings key to distinguish browser2
Radim Blazek
07:39 PM Revision 1018c91f (qgis): use connection name in wms,wfs,wcs data item path instead of uri, group...
Radim Blazek
09:39 AM Revision cb9bd88c (qgis): [GRASS] autorefresh vector layers
Radim Blazek

2014-11-09

04:40 AM Revision 61b02910 (qgis): fix Empty console Output on R under processing. refs #7643
Takayuki Mizutani

2014-11-08

05:17 PM Revision 5d1dde03 (qgis): fix regex for getting layer name
Alexander Bruy
03:24 PM Revision 95f880a5 (qgis): Fix occasional crash on exit because of statis network access manager
see https://bugreports.qt-project.org/browse/QTBUG-25789 Matthias Kuhn
10:30 AM Revision f3eeed90 (qgis): fix PyQgsVectorLayer test
Jürgen Fischer
09:50 AM Revision 9b01b2ea (qgis): Fix dual view test
* References commit 51e01d6
* And issue #11529
Matthias Kuhn
09:34 AM Revision 1871a4c0 (qgis): Fix expression test
make sure the style file with the color ramp can be copied to the settings path Matthias Kuhn

2014-11-07

08:54 PM Revision 402b6d0a (qgis): debian packaging update (fixes for tests)
Jürgen Fischer
06:52 PM Revision 959c5660 (qgis): Revert "Doxygen: do not add "Definition at line N of XYZ.cpp" to each m...
This reverts commit 7ee05afd366cebf3c8f44354067c34223346f835. Martin Dobias
06:51 PM Revision 094defc2 (qgis): Revert "Doxygen: do not add "Definition at line N of XYZ.cpp" to each m...
This reverts commit 7ee05afd366cebf3c8f44354067c34223346f835. Martin Dobias
06:05 PM Revision a54c31d5 (qgis): Fix a crash in layer node after removal of layer from registry.
A crash may occur when using custom layer tree in composer legend and layer from that tree is removed from registry.
...
Martin Dobias
05:54 PM Revision 7e4709bd (qgis): Merge pull request #1678 from ghtmtt/patch-2
Update gridcalculator.rst Paolo Cavallini
03:19 PM Revision b4824abb (qgis): Update gridcalculator.rst
change **x** and **y** with **a** and **b** matteo ghetta
03:11 PM Revision 2417a82b (qgis): [processing] add method in OGR algorithms for getting layer name from s...
Alexander Bruy
11:13 AM Revision c78a3783 (qgis): browser last expanded better
Radim Blazek
09:53 AM Revision 2597100d (qgis): [FIXED] #11572 ilter Legend By Map Content doesn't maintain point displ...
For point vector layer render with 'displacement point', when 'Filter
Legend By Map Content' is activated, the legen...
René-Luc ReLuc
09:06 AM Revision 47a16184 (qgis): [FIXED] #11572 ilter Legend By Map Content doesn't maintain point displ...
For point vector layer render with 'displacement point', when 'Filter
Legend By Map Content' is activated, the legen...
René-Luc ReLuc
09:01 AM Revision fd1ced7f (qgis): [composer] Don't save hide bounding box setting between sessions
In practice the workflow is better if this setting is only
temporarily applied to a composer.
Nyall Dawson

2014-11-06

12:31 AM Revision 8b29097f (qgis): [FEATURE][composer] Vertical descending direction for annotations
This change adds a new descending vertical direction mode for
map grid annotations. Previously only ascending text wa...
Nyall Dawson
11:53 PM Revision b2423241 (qgis): [composer] Use intersection rather than clip for transformed grids
Previous behaviour was to clip transformed grid lines to the visible
map extent. This caused problems if a map item h...
Nyall Dawson
07:09 PM Revision abf00872 (qgis): remember browser last expanded item
Radim Blazek
06:19 PM Revision 443264f2 (qgis): GRASS: show layers non expandable
Radim Blazek
05:59 PM Revision 7c52e7dd (qgis): GRASS: points removed from topo in GRASS 7
Radim Blazek
04:46 PM Revision d8d9edb0 (qgis): GRASS: fixed crash when opening vector without topo
Radim Blazek
04:46 PM Revision d74b52e5 (qgis): add GRASS vector layers from browser with map + layer name
Radim Blazek
02:15 PM Revision 2202b42b (qgis): [TRANSUP] preparing transition to transifex DEFAULT
Compared translations manually with source and transifex and uploaded every translation with more strings in source t... Werner Macho
11:56 AM Revision 08e39fc9 (qgis): GRASS 7.1 fixes
Radim Blazek
08:37 AM Revision b1b0db6b (qgis): Fix a crash in layer node after removal of layer from registry.
A crash may occur when using custom layer tree in composer legend and layer from that tree is removed from registry.
...
Martin Dobias
07:29 AM Revision 878230a1 (qgis): Add methods to QgsGeometry to convert to/from QPointF and QPolygonF
Nyall Dawson
07:29 AM Revision b5c9df0e (qgis): Add methods for converting QgsPoint to and from QPointF and QPoint
Also add some more basic unit tests for QgsPoint Nyall Dawson
 

Also available in: Atom