Activity
From 2014-04-22 to 2014-05-21
2014-05-21
- 11:50 PM Revision bbca1d06 (qgis): Merge pull request #1378 from Cracert/i18n
- [TRANSUP] pl: WMS
- 10:18 PM Revision d4b39931 (qgis): german translation update and fix uppercase otherwise duplicate transla...
- 10:18 PM Revision 91f371bb (qgis): fix warnings
- 10:18 PM Revision 5b2824f7 (qgis): indentation update
- 10:18 PM Revision c1698421 (qgis): hungarian translation: remove duplicate translation string
- 10:05 PM Revision 470431d6 (qgis): [processing] fixes cmake for lastools, removes the interface module and...
- 10:01 PM Revision 7c0a4847 (qgis): [TRANSUP] pl: WMS
- 08:09 PM Revision 4988bc50 (qgis): Add the missing SIP stub file
- 06:37 PM Revision b2a4c765 (qgis): [FEATURE] Merge of legend refactoring work
- This replaces the existing tree widget implementation with more modular approach. In summary:
- tree hierarchy in COR... - 06:27 PM Revision 0b072e6e (qgis): Added some doxygen documentation and minor code cleanups
- 05:36 PM Revision 7f218c72 (qgis): [processing] fixes in modeler to make multiple inputs work correctly
- 05:36 PM Revision 1e4d6a9a (qgis): [processing] fixed issue in modeler with hidden params
- 05:36 PM Revision 28659b61 (qgis): [processing] fixed OutputFile constructor
- 05:35 PM Revision 293ac607 (qgis): [processing] removed interface module
- now all access to the interface is done through qgis.utils.iface
- 05:35 PM Revision fcc24e9b (qgis): [processing] added checkboxes to multiple input selector
- 05:35 PM Revision fad280ed (qgis): [processing] rewrote saga raster calculator as individual algorithm
- 05:35 PM Revision b1103c00 (qgis): [processing] major overhaul of lastools algorithms
- Code contributed by Martin Isenburg
- 05:35 PM Revision dd47b61b (qgis): [processing] minor change in ParameterFile to handle None values
- 05:35 PM Revision 6ea91c4b (qgis): [processing] removed debug line
- 05:34 PM Revision 9733ae8e (qgis): [processing] fixed issue when opening loaded layers in batch interface ...
- 05:34 PM Revision ef8383a7 (qgis): [processing] remove unnecessary print sentences
- 05:34 PM Revision 889d2a1b (qgis): [processing] code cleaning. Removed debug sentences
- 05:34 PM Revision 202d331a (qgis): [processing] simplified saga algorithms
- Now it assumes matching grid extents and does not perform resampling
- 05:34 PM Revision c1a2ac86 (qgis): [processing] changed dialog from critical to warning
- 05:12 PM Revision e92ff00c (qgis): Removed old legend implementation classes
- 04:48 PM Revision d83ef3fe (qgis): [FEATURE] Allow dragging and dropping colors from color buttons (also w...
- 04:21 PM Revision 0d761bfc (qgis): Merge remote-tracking branch 'denis/scalevisiblayers_newlegend' into le...
- 03:36 PM Revision d6889a4e (qgis): Merge branch 'server_value_relation'
- 03:35 PM Revision 5f12661d (qgis): WMS server: Use ; as separator in case of multiple selection for value ...
- 03:30 PM Revision af7af6c2 (qgis): [FEATURE] Add option to use colour preview modes (grayscale, colour bli...
- 03:29 PM Revision 54176392 (qgis): Merge pull request #1377 from luca76/master
- WMS GetLegendGrapics: obtain legend graphics with no labels
- 03:25 PM Revision b87049e9 (qgis): GetLegendGraphics with no label
- Added two private variables mDrawLegendLayerLabel and mDrawLegendItemLabel
- 03:24 PM Revision 1487329f (qgis): GetLegendGraphics with no label
- With this commit, you can call GetLegendGraphics with two parameters (LAYERTITLE=false / RULELABEL=false) to disable ...
- 03:12 PM Revision 4768a8fd (qgis): Better snapping behavior
- 02:54 PM Revision c0a56970 (qgis): Server: consider there can be multi selection mode in value relation
- 02:49 PM Revision 8485b9ce (qgis): set layer scale visibility for several layers
- 02:45 PM Revision 2377f179 (qgis): code cleanup
- 02:30 PM Revision 3180dee4 (qgis): Handling of WMS legend graphic
- 01:46 PM Revision 95513492 (qgis): Fix joins and value relations in WMS server
- 01:24 PM Revision c00bcb1b (qgis): added support for QGIS mapserver GetFeatureInfo GML flavour
- 01:24 PM Revision be318fe6 (qgis): WMS identify with format feature (GML) fixe, fixes #10306
- 01:08 PM Revision 0e795514 (qgis): Support for custom layer order for legacy projects
- 11:00 AM Revision 21da03e9 (qgis): [processing] fix out of bounds error in extract values scripts
- 10:54 AM Revision 0e48b3a7 (qgis): [processing] fix number input panel
- 10:28 AM Revision fd8722a4 (qgis): Add usual file headers and update indentation
- 09:49 AM Revision 66cecd72 (qgis): Allow changes of visibility from layer order widget
- 09:49 AM Revision bb7831fe (qgis): Fix collapse of layer nodes after double click
- 09:49 AM Revision 393a4158 (qgis): Loading and saving of custom layer order
- 09:49 AM Revision 55c4ae57 (qgis): Remove the legend from the application completely.
- 09:49 AM Revision 90a88eaa (qgis): Further replacements of legend by layer tree within application
- 09:49 AM Revision d26bdf76 (qgis): Use layer tree view in legend interface implementation
- 09:49 AM Revision 0e8b79f4 (qgis): Loading of embedded groups and layer from project file
- 09:49 AM Revision f83a11f8 (qgis): Convenience auto setup features when adding new layers
- On first layer: zoom to full extent, setup destination CRS and map units
On first layer with different CRS: enable OT... - 09:49 AM Revision 97642ddd (qgis): Better behavior of drop onto a group
- 09:49 AM Revision bc49cd47 (qgis): Forward the visibilityChanged() signal towards the parent node.
- Listening to the signal is simpler as it is enough to listen to the parent
without having to connect to the whole tre... - 09:49 AM Revision 8a539e08 (qgis): Split subclasses of QgsLayerTreeNode into their own cpp/h files
- 09:49 AM Revision 36d8d88e (qgis): Use Qt::CheckState also for layer node visibility (for consistency)
- 09:49 AM Revision 1a61c154 (qgis): Propagate added/removed children signals to the root for easier manipul...
- 09:49 AM Revision 56ee3f40 (qgis): Added helper namespace QgsLayerTree
- 09:49 AM Revision ebd8aea6 (qgis): Handle overview status changes properly.
- Added signal about changed custom properties.
Changes to custom properties are propagated to the root node,
so it is ... - 09:49 AM Revision 6beb7d77 (qgis): Deactivate old legend. Improve insertion of new layers into layer tree.
- 09:49 AM Revision c9f9ea89 (qgis): Added layerTreeView() to QgisInterface, moved context menu provider to ...
- 09:49 AM Revision 72b3ef74 (qgis): More integration of layer tree view in QGIS app
- 09:49 AM Revision 21b2a9a7 (qgis): Updates to QGIS app to use layer tree view instead of legend widget
- 09:49 AM Revision bbdf1444 (qgis): Double-click handling, changed current layer handling
- 09:49 AM Revision ca974597 (qgis): Moved some legend actions to QgisApp, added actions to layer tree view.
- Still need to adjust action implementations in QgisApp to use layer tree view
- 09:49 AM Revision f2b69e96 (qgis): Added "Group selected" layer tree view action
- 09:49 AM Revision 4162c210 (qgis): Move to top-level action
- 09:49 AM Revision e1a0c21d (qgis): Raster and plugin layer symbology, show feature count for vectors
- 09:49 AM Revision 69da2b3d (qgis): Layer tree view interface for context menu configuration
- 09:49 AM Revision 6a5b752a (qgis): Support for default actions in layer tree view
- 09:49 AM Revision 129d295e (qgis): New dock in QGIS for layer tree view
- 09:49 AM Revision 29727687 (qgis): Use QgsLayerTreeView in QgsProjectLayerGroupDialog
- This also replaces routines for parsing of the project file
- 09:49 AM Revision a6158d55 (qgis): Handle active (current) layer in layer tree view
- 09:49 AM Revision 1906de17 (qgis): Add possibility to temporarily disable layer tree to registry bridge
- This is useful during the project load where the updates from
map layer registry would make the layers appear twice i... - 09:49 AM Revision c3315c41 (qgis): Add support for embedded layers and groups into layer tree
- 09:49 AM Revision de146fba (qgis): Add layer tree support into QgsProject
- 09:49 AM Revision 1fecde47 (qgis): Initial import of legend refactoring work
- 09:02 AM Revision e2c25754 (qgis): Merge pull request #1375 from nyalldawson/processing_postgis2
- Some postgresql provider and PostGIS-related processing improvements and fixes (v2)
- 09:00 AM Revision 6df9d1cb (qgis): debian -packaging update
- 06:02 AM Revision 636e0cf2 (qgis): [MSSQL] Refactor provider for schema checks
- 05:28 AM Revision 3213d014 (qgis): Refactor plugin staging to build dir and python script compiling
- 05:18 AM Revision 2e8ba8b1 (qgis): Save dialog geometry on attribute form reject
- 04:05 AM Revision 885a3031 (qgis): [MSSQL] Add toogle action to browser node to show non spatial tables
- 03:42 AM Revision 15e1129b (qgis): [MSSQL] Fix refresh in browser node
- 02:16 AM Revision 9e67d7a6 (qgis): Fix #9139 - Don't crash on MSSQL relations
2014-05-20
- 12:45 AM Revision ec3da40d (qgis): [processing] Some fixes to handling of uppercase/lowercase geometry col...
- 12:44 AM Revision a94483e2 (qgis): Fix main window rearranging itself to front when opening composer manag...
- 12:35 AM Revision ed076d03 (qgis): [processing] Add optional parameter for specifying the primary key fiel...
- 12:15 AM Revision 2eda5339 (qgis): [processing] Add option to Import into PostGIS algorithm to drop length...
- 11:54 PM Revision 3470b1d5 (qgis): Make PostgreSQL lowercaseFieldNames option behave correctly with primar...
- 11:52 PM Revision 7772042f (qgis): Add option to postgres provider to drop length constraints on character...
- 02:39 PM Revision 72ee2e64 (qgis): [TRANSUP] gl by Xan
- Signed-off-by: Werner Macho <[email protected]>
- 01:51 PM Revision a14744c5 (qgis): box of a more reasonable size for a single point
- 01:35 PM Revision f31e637e (qgis): [FEATURE] Add right click menu to color buttons, allowing copying and p...
- 01:31 PM Revision edbfb57c (qgis): VLCache takes ownership of index
- 01:06 PM Revision 73d69f2b (qgis): Merge pull request #1362 from manisandro/composer_arrow_fill_bb
- Make composer arrow, with and without markers, better fill the bounding box area
- 12:28 PM Revision b3854676 (qgis): project extent restore fix
- 10:51 AM Revision 797de34e (qgis): german translation update
- 10:46 AM Revision 45cd8953 (qgis): [FEATURE] toggle feature selection from identify results (implements #1...
- 10:13 AM Revision 986ffd66 (qgis): collapsible gpbox: scroll on expand property accessible
- 09:02 AM Revision 19e727e8 (qgis): Add new qgisapp Python context manager for creating QGIS apps
- 08:49 AM Revision 938f288b (qgis): Fix copy of extra python files
- 08:25 AM Revision 9615a838 (qgis): Merge pull request #1373 from 3nids/package
- set custom widget lib default to false
- 08:18 AM Revision 790b31ef (qgis): set custom widget lib default to false
- 07:41 AM Revision 978086ba (qgis): [MSSQL] Fix #9511 - Use QDate and QDateTime for date sql type
- 05:27 AM Revision 530a36d0 (qgis): Fix build error when using Qwt 6.1, followup to f283040
- 04:06 AM Revision 7d535b4e (qgis): only handle context menu event if showing tree widget
- 03:11 AM Revision 06c0bd2b (qgis): Merge pull request #1371 from antoniolocandro/SVG-NORTH-ARROWS
- North Arrows SVG - Fix #8711
2014-05-19
- 01:58 AM Revision 592064b6 (qgis): identify tool: fix connection error
- 01:47 AM Revision bdf857ae (qgis): [MSSQL] Use schema for key lookup
- 01:42 AM Revision ad89ae77 (qgis): german translation update
- 01:36 AM Revision ff7a47d9 (qgis): [MSSQL] Use schema name when getting columns
- 12:45 AM Revision f283040e (qgis): fix rebase errors
- 12:45 AM Revision fe2435c7 (qgis): add support for qwt6 for identify results graph
- 12:45 AM Revision 3fc15854 (qgis): show legend on top of graph instead of right
- 12:45 AM Revision c80d8408 (qgis): use separate curves for each raster layer in identify result graph
- 12:45 AM Revision 1012d3dd (qgis): add identify results graph for rasters using qwt5 (qwt6 not supported yet)
- 12:45 AM Revision 4620513b (qgis): UI tweaks to identify results table view
- 12:45 AM Revision f95f64e3 (qgis): implement simple identify results table view
- 11:59 PM Revision 2102a800 (qgis): Merge pull request #1372 from Cracert/i18n
- [TRANSUP] pl: minor changes
- 10:15 PM Revision 23ada032 (qgis): [TRANSUP] pl: minor changes
- 10:08 PM Revision f69ed7d6 (qgis): North Arrows SVG
- Adds 3 additional SVG North Arrows symbols to expand the current limited
selection - 06:59 PM Revision f4705703 (qgis): marker data defined anchor fix, fixes #9579
- 06:26 PM Revision a76ec729 (qgis): debian packaging update
- 04:24 PM Revision 6b7483e0 (qgis): debian package for custom widgets
- 04:03 PM Revision acd574db (qgis): uic widget-plugins: do not crash if QGIS not installed
- 02:26 PM Revision 0ff49856 (qgis): Create Python package for core, gui, analysis, networkanalysis
- Rename sip generated modules to _{name}
- 01:44 PM Revision 7127e589 (qgis): fix customwidgets build on windows
- 12:31 PM Revision d5220595 (qgis): Merge pull request #1348 from imincik/db_manager_connection_holding
- db manager: fix connection holding - idle in transaction (QGIS bug #7162...
- 11:50 AM Revision aa708519 (qgis): custom widgets: added color and data defined buttons, missing SIP for s...
- 09:25 AM Revision 74392f78 (qgis): debian packaging fix
- 08:30 AM Revision a5b77b9b (qgis): Merge pull request #1325 from 3nids/qtdesignerplugin
- QGIS custom widgets plugins for Qt Designer
- 08:30 AM Revision f9d7aef6 (qgis): create custom widgets by default
2014-05-18
- 12:46 AM Revision 2ff79d31 (qgis): Expand label wording in filter dialog
- 08:41 PM Revision 1c5b97c9 (qgis): [TRANSUP] uk fixes #1366
- Signed-off-by: Werner Macho <[email protected]>
- 04:29 PM Revision eba60887 (qgis): Merge pull request #1365 from gioman/ogr2ogr
- fixes ogr2ogr.py
- 03:37 PM Revision 07919309 (qgis): stage python extension only for staged plugins
- 03:28 PM Revision 3499a390 (qgis): Fix #8756 - Update function help for colour functions
- 03:22 PM Revision bbdf7cd2 (qgis): sync some sip bindings
- 03:07 PM Revision b66ee237 (qgis): Fix #9785
- 02:51 PM Revision 218da5a5 (qgis): Add drag and drop for QLR files. Fix #10005
- 02:22 PM Revision 317a5094 (qgis): Support multi layers in QLR files
- 02:10 PM Revision 1b49a473 (qgis): [FEATURE][composer] Add preview modes for composer, allows for previewi...
- 01:53 PM Revision 2ce74167 (qgis): Add expression functions for bounding box (bounds), bounding box width ...
- 12:39 PM Revision c305c2fd (qgis): Merge pull request #1364 from Cracert/i18n
- [TRANSUP] pl: qgisapp
- 11:36 AM Revision 0f2b92f9 (qgis): fixes ogr2ogr.py, take2
- 11:25 AM Revision 3f217c76 (qgis): fixes ogr2ogr.py
- 06:42 AM Revision 29de2001 (qgis): Fix getLegendGraphic
2014-05-17
- 11:54 PM Revision 0f3158a5 (qgis): Merge pull request #1349 from imincik/db_manager_quoteid
- db manager: fixed quoting of table name when schema is empty string
- 11:22 PM Revision e9734705 (qgis): [TRANSUP] pl: qgisapp
- 11:16 PM Revision bcfe0a8e (qgis): fix browser dock sorting - only files are sorted
- 10:02 PM Revision 48ed1cf5 (qgis): metasearch: ignore proxy settings != HttpProxy
- 10:02 PM Revision 7c75ffa3 (qgis): spelling fixes
- 10:02 PM Revision 080f57f8 (qgis): osgeo4w: don't include internal python libraries where packages are ava...
- 10:02 PM Revision 6874b10c (qgis): debian packaging update
- 07:27 PM Revision 5ca40804 (qgis): german translation update
- 07:27 PM Revision ebbc2982 (qgis): exclude metasearch ts files from update_ts_files.sh run
- 07:27 PM Revision 3c92a296 (qgis): processing: remove adsense from otb descriptions
- 07:27 PM Revision 25885b8a (qgis): move internal python extensions to common directory and fix metasearch ...
- 06:53 AM Revision a4e974a3 (qgis): change qsettings in qgsoptions, not qgsapplication
- 02:14 AM Revision fb5ec3bc (qgis): restrict to node
2014-05-16
- 10:22 PM Revision f89b2cc4 (qgis): Merge pull request #1363 from Cracert/i18n
- [TRANSUP] pl: composer
- 08:03 PM Revision c2effbfe (qgis): [TRANSUP] pl: composer
- 06:25 PM Revision e879a8b7 (qgis): get/set max. thread count in QgsApplication
- 06:25 PM Revision 9001c476 (qgis): add option to set max thread count
- 05:45 PM Revision 16cc66a4 (qgis): Merge pull request #1350 from geopython/MetaSearch-0.2.0
- add MetaSearch 0.2.0 (https://github.com/geopython/MetaSearch/issues/53)
- 03:43 PM Revision 9d838c93 (qgis): Make composer arrow, with and without markers, better fill the bounding...
- 02:45 PM Revision 6088dbac (qgis): follow up 5ad518afd2. Better handling of temporary directories
- 02:45 PM Revision 240c128c (qgis): another follow up for 5ad518afd2. Allow use of OutputDirectory in scripts
- 02:45 PM Revision 50a258df (qgis): [processing] write additional output(s) compatible withg Azimuth and Di...
- plugin
- 02:45 PM Revision 1507f0db (qgis): [processing] add new output type - directory
- 02:44 PM Revision 4d5b7d37 (qgis): disable gap parameter as it is unclear if it useful
- 02:44 PM Revision 2d0e950b (qgis): [processing] new tool: points to path
- Work done for Faunalia funded by Prof. António Mira (University of Évora,
Portugal, Unidade de Biologia da Conservaçã... - 02:44 PM Revision 9f4e1072 (qgis): [processing] new tool: random points in polygons (variable)
- Work done for Faunalia funded by Prof. António Mira (University of Évora,
Portugal, Unidade de Biologia da Conservaçã... - 02:44 PM Revision 9b4b1df6 (qgis): init random generator before creating points
- 02:44 PM Revision 2374c80e (qgis): [processing] new tool: random points along lines
- Work done for Faunalia funded by Prof. António Mira (University of Évora,
Portugal, Unidade de Biologia da Conservaçã... - 02:44 PM Revision bfc33ba0 (qgis): [processing] new tool: random point in given extent
- Work done for Faunalia funded by Prof. António Mira (University of Évora,
Portugal, Unidade de Biologia da Conservaçã... - 02:44 PM Revision 72997dca (qgis): [processing] new tool: random points within polygons
- Work done for Faunalia funded by Prof. António Mira (University of Évora,
Portugal, Unidade de Biologia da Conservaçã... - 02:44 PM Revision 1b423ca2 (qgis): [processing] new tool: random points in layer bounds
- Work done for Faunalia funded by Prof. António Mira (University of Évora,
Portugal, Unidade de Biologia da Conservaçã... - 02:44 PM Revision 6e4fbf8d (qgis): move common function to tools package
- 02:22 PM Revision bae196ba (qgis): [composer] Small fixes to attribute table column model
- 10:26 AM Revision eb5627c7 (qgis): [composer] Fix crash with expression driven picture items
- 09:56 AM Revision f194822b (qgis): Merge pull request #1353 from leyan/snapping_intersection
- Check snapping tolerance of both layers before validating intersection snapping
- 09:28 AM Revision 0f0a0947 (qgis): Merge pull request #1358 from manisandro/memcpy_overlapping
- Avoid memcpy on overlapping memory
- 09:27 AM Revision 89cdfb98 (qgis): Merge pull request #1356 from manisandro/malloc_delete
- Fix malloc-ed memory freed by delete[]
- 09:22 AM Revision 2d749be9 (qgis): Merge pull request #1332 from leyan/deletePart
- Improve delete part feature for polygon
- 09:13 AM Revision f9e4e78d (qgis): Merge pull request #1361 from lucalanteri/patch-2
- Update inversedistanceweighted.rst
- 09:09 AM Revision 42145082 (qgis): Update inversedistanceweighted.rst
- 08:44 AM Revision ccc81926 (qgis): Merge pull request #1359 from Cracert/i18n
- [TRANSUP] pl: issues 11,12
- 04:26 AM Revision fbc161d7 (qgis): [TRANSUP] pl: issues 11,12
- 02:12 AM Revision 4ded6295 (qgis): Remove old disabling of many rendering features on Mac (wow, what a dif...
2014-05-15
- 12:04 AM Revision bf3a0ee4 (qgis): Fix getenv call build error
- 11:52 PM Revision 62ed007f (qgis): Avoid memcpy on overlapping memory
- 10:49 PM Revision e697c768 (qgis): Merge pull request #1357 from tomass/master
- Lithuanian translation update
- 10:36 PM Revision 5554ab61 (qgis): Lithuanian translation update
- 10:26 PM Revision 6a6cc194 (qgis): fix warnings
- 10:26 PM Revision 57c7b8ac (qgis): indentation update
- 08:54 PM Revision 38fba0c6 (qgis): GRASS fatal error longjmp
- 07:26 PM Revision 13f3a8a5 (qgis): german translation update
- 07:05 PM Revision fedcb80c (qgis): labeling: when reprojecting on the fly don't modify the feature geometr...
- 07:05 PM Revision 5774bc40 (qgis): fix crash
- 07:01 PM Revision ea3be5c5 (qgis): Fix malloc-ed memory freed by delete[]
- 06:14 PM Revision e880ee4b (qgis): Fix writing relative file path if project path contains . or .. (pull r...
- 05:28 PM Revision b89cc257 (qgis): [TRANSUP] sv by Victor
- Signed-off-by: Werner Macho <[email protected]>
- 04:55 PM Revision 07c57585 (qgis): [RASTER][Feature] Applying scale and offset to raster data - funded
- Ifremer
An issue has been opened 5 mounth ago
[BUG] #8417 incorrect value loaded from netcdf file
The data has not b... - 04:34 PM Revision 60f78244 (qgis): [processing] extension can now be specified for OutputFile
- 04:09 PM Revision a7cb486f (qgis): sort browser list by name
- 03:56 PM Revision c0fdfcf3 (qgis): always delete regardless of mouse position; use default rubberband color
- 02:51 PM Revision 408aece2 (qgis): [processing] removed margin from number input panel
- 02:46 PM Revision b8ea6e88 (qgis): Restore OverrideCursor in field calculator on fail
- 02:33 PM Revision df37e893 (qgis): [composer] Show missing image graphic if picture item source is invalid
- 02:28 PM Revision a1aa9809 (qgis): Fix windows build
- 02:22 PM Revision 24ce7456 (qgis): [composer] Don't consider removed items in z list
- 02:01 PM Revision d8761de0 (qgis): Merge pull request #1352 from 3nids/datadefined2
- use QgsFieldExpressionWidget in data defined properties
- 12:52 PM Revision d99dd8e0 (qgis): check snapping tolerance of both layers before validating intersection ...
- 09:12 AM Revision f9dcc371 (qgis): use QgsFieldExpressionWidget in data defined properties
- 04:06 AM Revision dc905acc (qgis): [FEATURE][composer] Rework attribute tables to make tables more flexible.
- - Add support for reordering columns in a table (fix #5942)
- Add support for expression based columns
- Add support ... - 03:58 AM Revision fa0f0bd1 (qgis): [FEATURE][composer] Add option for controlling placement of rendered im...
- 03:31 AM Revision 061941e1 (qgis): save raster useSrcNoData option in project (#10236)
- 02:04 AM Revision ecf2600a (qgis): [composer] Allow for finer control over text rendered with QgsComposerI...
2014-05-14
- 04:55 PM Revision 25d991c7 (qgis): Merge pull request #1335 from manisandro/apply_settings_when_saving_style
- Apply settings before saving style, otherwise unapplied settings are not written to qml file
- 02:26 AM Revision 9804d170 (qgis): Add SOSI support to OGR provider
2014-05-13
- 10:18 PM Revision c7a4002a (qgis): add MetaSearch 0.2.0 (https://github.com/geopython/MetaSearch/issues/53)
- 05:53 PM Revision 29c39b9f (qgis): [FEATURE]: Server logging also in release mode
- 05:20 PM Revision 436973dc (qgis): Merge pull request #1337 from Oslandia/test_qgis_mapserver
- fix #10198
- 05:16 PM Revision 8707cf2f (qgis): [FEATURE]: File log in server also if server executable is compiled in ...
- 04:26 PM Revision 90e4a5fd (qgis): db manager: fixed quoting of table name when schema is empty string
- 02:29 PM Revision 0d3e5e4b (qgis): db manager: fix connection holding - idle in transaction (QGIS bug #7162)
2014-05-12
- 07:27 PM Revision 1ed94d01 (qgis): fixed simple marker, ellipse, svg anchor with data defined size, fixes ...
- 05:14 PM Revision 6908f82d (qgis): completely remove whatsthis and tooltips definitions
- 05:12 PM Revision 6fc5d6a4 (qgis): fix CMakeLists
- 05:03 PM Revision 18e86ab7 (qgis): redirect complete qgis.gui for pyuic
- 04:48 PM Revision 63a4af5d (qgis): [pyqgis-console] revert PyQGIS-2.0.api file after 53ac675: the changes ...
- 04:48 PM Revision 4670a16e (qgis): [pyqgis-console] adds PyQGIS-2.2.api
- 04:48 PM Revision 248dffab (qgis): Delete provider registry actively
- Fixes a crash on exit
- 04:28 PM Revision 862367af (qgis): fix ScaleRangeWidget: crash when setting canvas, order of the min/max w...
- 04:28 PM Revision 38c694d9 (qgis): use specific PyQt4/uic widget-plugins module for python compilation of ...
- 04:28 PM Revision 148021ca (qgis): fix CMakeLists
- 04:28 PM Revision f757bfda (qgis): remove whatsthis/tooltip from domXml
- 04:28 PM Revision 39650d51 (qgis): rename QgsMapLayerComboBox::getFilters to filters
- 04:28 PM Revision d83f3ec4 (qgis): QgsScaleRangeWidget: renamed from QgsScaleVisibilityWidget, do not use ...
- 04:28 PM Revision 4aa7233a (qgis): fix ui header name
- 04:28 PM Revision ee522ec5 (qgis): redirect custom widget includes to qgis.gui
- 04:28 PM Revision 196d7d8e (qgis): better initial size for widgets
- 04:28 PM Revision 105155bd (qgis): QgsMapLayerComboBox: allow setting filters within QtDesigner
- 04:28 PM Revision ebe1f2e7 (qgis): added QgsFieldComboBox, QgsFieldExpressionWidget and QgsMapLayerComboBo...
- 04:28 PM Revision 2cf3e7c5 (qgis): custom widgets for Qt Designer, QgsScaleVisibilityGroupBox plugin
- 04:27 PM Revision 156dc550 (qgis): fix field proxy model use
- 03:52 PM Revision 9fc5b781 (qgis): use proxy model
- 02:26 PM Revision 5751cada (qgis): field combobox: properly emit signal when setField on the first display...
- 02:20 PM Revision 09a9a617 (qgis): field proxy model to filter fields on their type (also fix #10181)
- 10:10 AM Revision 003374f7 (qgis): [TRANSUP] nb by James
- Signed-off-by: Werner Macho <[email protected]>
- 09:29 AM Revision 6765a7cd (qgis): rename filters in map layer proxy model
2014-05-10
- 10:26 PM Revision afc2e055 (qgis): network manager: fix authentication of private network manager instance...
- 04:36 PM Revision 33343d68 (qgis): Want to get split feature to work with a single point to split a line
- 03:47 PM Revision b1570fb2 (qgis): [processing] minor fixes related to settings
2014-05-09
- 01:14 AM Revision 9aff0d73 (qgis): sort and cleanup gdal and ogr file filter list
- 11:53 PM Revision 2f740375 (qgis): fix QgsOgrProvider::subLayers() to return only one sublayer when a spec...
- 10:16 PM Revision 5f72747f (qgis): change filter name of SQLite driver to SQLite/SpatiaLite
- 10:16 PM Revision a94aa695 (qgis): add GeoPackage support to ogr provider
- 09:14 PM Revision ecb2778b (qgis): osgeo4w: don't register .qgs file extensions if release version is inst...
- (fixes OSGeo4W#415)
- 09:14 PM Revision f5f0326e (qgis): indentation update
- 02:31 PM Revision 38e69471 (qgis): allow setting geometry empty in postgres and spatialite provider (appli...
- 07:46 AM Revision 59e6abc3 (qgis): Merge pull request #1341 from lucalanteri/patch-1
- Update convergenceindex.rst
- 04:38 AM Revision e138c2e9 (qgis): fix windows build
2014-05-08
- 09:01 PM Revision e21d151b (qgis): Update convergenceindex.rst
- 05:20 PM Revision dda25500 (qgis): Merge pull request #1340 from manisandro/fix-10205
- Fix issue 10205: size of markers in marker line broken
- 04:48 PM Revision 609b692f (qgis): Add rubberband on mouse press, code reorganisation and cleanup
- 02:54 PM Revision 21249c3c (qgis): Fix issue 10205: size of markers in marker line broken
- 12:43 PM Revision add7040a (qgis): [composer] Fix smart page breaks not being applied to html items when f...
- 12:23 PM Revision 0d383875 (qgis): [composer] Allow user to set maximum distance for page breaking in html...
2014-05-07
- 08:39 PM Revision 7bcba1f2 (qgis): Move OpenFileGDB to alphabetical placement
- 08:23 PM Revision f628b772 (qgis): Merge pull request #1249 from Oslandia/expose_simplifier
- Expose QgsMapToPixelSimplifier to Python
- 07:17 PM Revision 0c6056be (qgis): Manually merge PR #1290 (fixes #9861)
- 07:02 PM Revision 0a82f37e (qgis): sync symbology-ng sips with headers (scripts/sipdiff)
- 06:37 PM Revision 4ecb1789 (qgis): identify results: show and raise dock
- 06:00 PM Revision 40df5603 (qgis): fix windows build (missing CORE_EXPORT/GUI_EXPORT)
- 04:58 PM Revision b5229913 (qgis): give focus to the combo so QgsFieldExpressionWidget can be used as a de...
- 04:26 PM Revision a3b9d6c1 (qgis): Add repeat distance UI
- 04:14 PM Revision c3d7f0d0 (qgis): Add line multi-labelling support to pal
- 04:02 PM Revision 0575c71f (qgis): Merge pull request #1320 from manisandro/minmax
- min-max map unit scale support
- 03:54 PM Revision 53ac6751 (qgis): min-max map unit scale support
- 02:06 PM Revision 06738d49 (qgis): fix #10198
- 01:53 PM Revision 620220dd (qgis): add myself to AUTHORS
- 11:40 AM Revision 93fa94f9 (qgis): [FEATURE][composer] Add button to create new frame when using composer ...
- 09:38 AM Revision 7414a80d (qgis): Merge pull request #1328 from m-kuhn/httplib2
- [processing] Fallback to external httplib2 when internal is not available
- 09:35 AM Revision d3e5d989 (qgis): Add v.kernel module to GRASS64
- 09:35 AM Revision 21a8c394 (qgis): put description file in correct place
- 09:35 AM Revision 26e98f7f (qgis): put description file in correct directory
- 09:35 AM Revision c99170da (qgis): add grass7 r.cost module with no need for stop points input
- 09:35 AM Revision 6ab5d217 (qgis): Fixed some parameter names: dot is underscore
- 09:18 AM Revision 8b40a63f (qgis): Merge pull request #1333 from p0cisk/ConcaveHull
- [Processing][Feature] Add Concave Hull algorithm
- 08:51 AM Revision c64c89e7 (qgis): Merge pull request #1155 from to-kr/master
- Fix for #8130 - WFS client: invalid columns after copy/paste.
- 08:42 AM Revision 35516fd3 (qgis): Fix QgsDistanceArea returning an uninitialized and never set
- member variable instead of the actual source crs srsid
2014-05-06
- 01:14 AM Revision 014f0398 (qgis): [TRANSUP] adding tagalog language
- Signed-off-by: Werner Macho <[email protected]>
- 12:39 AM Revision 86224148 (qgis): Change symbol group text in symbol list
- 12:37 AM Revision 4bac9ce1 (qgis): Restore API for addSymbolToStyle()
- 11:42 PM Revision ddecf7e9 (qgis): #9861: Fix offsetline-GEOSOffsetCurve for multigeometries
- 06:35 PM Revision 42203b77 (qgis): Apply settings before saving style, otherwise unapplied settings are no...
- 05:38 PM Revision 4efa70d4 (qgis): assign network access manager to QWebPages (fixes #10189)
- 05:17 PM Revision 90f0721e (qgis): Q_PROPERTY to define dialog title in field expression widget
- 04:15 PM Revision 73d11ae0 (qgis): field expression widget: better documentation
- 04:05 PM Revision 16073969 (qgis): map layer combo: emit signal before return
- 03:52 PM Revision ac2c7426 (qgis): map layer combo: emit signal on setLayer even if index is not changed
- 03:29 PM Revision 41ccfb91 (qgis): expression widget: do not provide new expression at each keypress
- 02:51 PM Revision 866a24d3 (qgis): Show feature count in field calc
- 02:38 PM Revision 2d55c6d6 (qgis): Only enable update selection in field calc when we have a selection
- 02:30 PM Revision 753eb28a (qgis): Fix sip compile problems
- 02:02 PM Revision f816bce9 (qgis): Tweak UI for symbol builder and selector.
- - Move blend options to below symbol builder
- Move Save symbol to under symbol stack
- Move open Symbol manager to n... - 01:12 PM Revision 1af7581b (qgis): Add tests for composer html multi frames using smart breaks
- 12:53 PM Revision 68de4272 (qgis): Fix failing composer html tests
- 12:44 PM Revision 6cf3003e (qgis): Fix some failing tests
- 11:10 AM Revision b9f5477b (qgis): [fix #10168] expression widget: grey out when disabled
- use const when possible
2014-05-05
- 01:20 AM Revision c1c9d3f2 (qgis): fix windows build
- 12:05 AM Revision 6d5df6b8 (qgis): postgres provider: retrieve srs from postgis
- 10:05 PM Revision 466631c1 (qgis): layer selection identify: show 'all' layers only when there are multipl...
- 09:14 PM Revision 18ac13c9 (qgis): postgres provider: fix lookup of aliased columns
- 05:37 PM Revision 9d056317 (qgis): Fix server debug log
- 03:27 PM Revision 57b450aa (qgis): [processing] fix error when editing script help
2014-05-04
- 02:07 PM Revision 70225a34 (qgis): Fix warning
- 01:57 PM Revision 03e10eaa (qgis): Add SVG file filter to SVG fill pattern browse dialog (refs #6209)
- 01:57 PM Revision 26c6435a (qgis): [FEATURE] Add option for shifting markers in marker line style a set di...
- 01:57 PM Revision c1d3958d (qgis): Fix svg fills losing fill and border color and border width settings wh...
- 01:57 PM Revision 43e1a635 (qgis): Fix invalid data defined parameters for SVG fill after loading project ...
- 01:57 PM Revision 639d4c41 (qgis): Fix missing default unit types for SVG fills (fix #7699)
2014-05-03
- 10:01 PM Revision 1b674b8a (qgis): remove old declaration
- 07:07 PM Revision bb936006 (qgis): [Processing]Concave Hull - dissolve bug is fixed so taking last feature
- is not necessary
- 05:28 PM Revision e056fcec (qgis): layer selection identify: show feature count and add an option to get f...
- of all selected layers.
- 05:17 PM Revision 6906cab1 (qgis): [Plugin Manager] Fix voting stars
- 04:37 PM Revision 4e49a83d (qgis): [Plugin Manager] support multiline breaks in the about tag
- 07:31 AM Revision b0e42234 (qgis): Merge pull request #1334 from simonsonc/qrect-united
- Use QRect::united instead of unite
- 07:19 AM Revision a096cf45 (qgis): Add OpenFileGDB read-only driver option to OGR directory drivers (avail...
- - Works fine, though sometimes is assigned '-' for a CRS when CRS is unknown (unrelated to driver?)
- 02:50 AM Revision 1dc8dd5d (qgis): Use QRect::united instead of unite
- The unite() method has been deprecated in favor of united(). In Qt 4,
united() just calls unite(); in Qt 5, it is com...
2014-05-02
- 05:54 PM Revision ebbb0b3e (qgis): [Processing][Feature] Add Concave Hull algorithm
- 02:11 PM Revision 0c520391 (qgis): identify results:
- * restore identify dock (implements #10152)
* add clear button (implements #10149)
* automatically set only item curr... - 10:45 AM Revision 366fdbc5 (qgis): german translation update
- 10:36 AM Revision df4360b0 (qgis): identation update
- 10:25 AM Revision 3d916633 (qgis): labeling: 'show' empty string instead of configured representation for ...
- 07:57 AM Revision 5093394b (qgis): Merge pull request #1318 from 3nids/fieldexpressionmodel
- field expression widget (with expression capability added to QgsFieldModel)
- 07:56 AM Revision 778fb622 (qgis): add signal with expression validity
- 07:56 AM Revision 31d52d96 (qgis): field model only works with vector layer, add convenience slots for Qgs...
- 07:56 AM Revision 71727ac3 (qgis): update sip
- 07:56 AM Revision d828f6bd (qgis): typo in var name
- 07:56 AM Revision 86700d24 (qgis): QgsFieldCombobBox do not allow expression
- editExpression protected, setLayer uses QgsVectorLayer
make epxression widget editable - 07:56 AM Revision 41cc509c (qgis): QgsFieldModel::layer() returns QgsVectorLayer
- 07:56 AM Revision fe20f7bb (qgis): remove protected slots in sip
- fix signal emitted twice
handle null expression (fix empty row)
coherent color (colored text, not background)
fix wro... - 07:56 AM Revision 5d6ea0fd (qgis): graduated symbol: do not auto classify on field changed (prevent error ...
- 07:56 AM Revision 760f8351 (qgis): expression button and expression capability added to the field model
2014-05-01
- 12:12 AM Revision 1f20630e (qgis): Fix #9771 (fix rendering of layers with geographical CRS with OTF on)
- 08:50 PM Revision 4f9c8c1d (qgis): Fix #10132 (wrong size of SVG markers in composer export)
- 04:13 PM Revision a32f2c8c (qgis): update sip for query builder
- 03:15 PM Revision 7ab5e0aa (qgis): query builder: give focus to the SQL text area when shown
- 03:00 PM Revision 2d7cd38b (qgis): [composer] Refresh view action now also reloads html items and refreshe...
- 03:00 PM Revision 8eb929ae (qgis): [composer] Add refresh button to html items, to reload the html source ...
2014-04-30
- 11:08 PM Revision 79ab9521 (qgis): [composer] Make html items more aggresive in choosing page break locations
- 10:37 PM Revision ac5e92c4 (qgis): Merge pull request #1312 from manisandro/composer_manager_nonmodal
- Make QgsComposerManager non-modal
- 05:29 PM Revision 6f1b875a (qgis): fix restoration of identify mode
- 05:26 PM Revision 6b0796eb (qgis): Allow to delete ring by clicking inside the ring
- 05:00 PM Revision e1ace3a7 (qgis): [TRANSUP] nb by James
- Signed-off-by: Werner Macho <[email protected]>
- 02:05 PM Revision a704b9fa (qgis): Fix crash with empty attribute list
- 02:05 PM Revision a92c8d27 (qgis): Remove redundant check
- 10:50 AM Revision 19f226ab (qgis): IT translation fix and update
- 09:17 AM Revision a66893d5 (qgis): Add activate slot
- 09:15 AM Revision 208fdb6f (qgis): fix doxygen warnings
2014-04-29
- 05:36 PM Revision 48219889 (qgis): Add mac window menu integration
- 03:48 PM Revision 717ef842 (qgis): Improve delete part feature to allow deletion by clicking inside a poly...
- 03:16 PM Revision eacb5bdd (qgis): debian packaging fix: python-qgis doesn't have pyspatialite on trusty a...
- 01:42 PM Revision 046d0ff3 (qgis): [composer] Prevent hangs when using html multi frames with a very small...
2014-04-28
- 03:51 PM Revision dd739ef7 (qgis): Fix #10127 (crash on parallel rendering of spatialite layers)
- There was a run condition in connection pool singleton: at the beginning,
the singleton got initialized twice. Now th... - 02:32 PM Revision 483ba9e7 (qgis): Merge pull request #1317 from 3nids/addtoolbar
- allow to add a QToolBar to QGisInterface
- 02:26 PM Revision 7581370b (qgis): Fixes #9656 - allows to scroll per pixel vertically in the log messages...
- 02:14 PM Revision ad0b4daf (qgis): [composer] Add checkbox for controlling whether html items should use s...
- 01:31 PM Revision 8059a759 (qgis): [composer] Don't draw repeated html contents if mode is UseExistingFram...
- 01:24 PM Revision a9af35ba (qgis): [FEATURE][composer] HTML frames no longer cut through lines of text whe...
- 01:20 PM Revision 4885289c (qgis): [composer] Add method for overriding page break location in multi frame...
- 01:16 PM Revision c37b8483 (qgis): [composer] Fix duplicate frames when multi frame is set to Repeat on Ev...
- 01:01 PM Revision dafae532 (qgis): [composer] Copy frame properties (outline, background, render settings)...
- 12:59 PM Revision de301e9a (qgis): [composer] Add frameOutlineWidth property for composer items (sponsored...
- 12:48 PM Revision e9b253d8 (qgis): [composer] Manually removing a frame from a multi frame forces the mult...
- 12:24 PM Revision 86304b90 (qgis): [composer] Allow choosing *.htm and *.* files for html item source (spo...
- 12:24 PM Revision 94a547e9 (qgis): [composer] Update number of pages in gui whenever number of pages is ch...
- 12:19 PM Revision 3afee3c6 (qgis): [composer] Add tests for expression based picture source (sponsored by ...
- 12:19 PM Revision 8b9c9c49 (qgis): [composer] Update picture item header documentation and sip bindings (s...
- 12:19 PM Revision ddfb6975 (qgis): [composer] Refresh picture size if composition resolution changes (spon...
- 12:19 PM Revision ecc2ebf5 (qgis): [composer] Add signal for when composition print resolution changes (sp...
- 12:19 PM Revision 21a2929d (qgis): [composer] Move code responsible for updating labels from atlas to QgsC...
- 12:19 PM Revision 53cda0a9 (qgis): [composer] Move composer picture related tests into their own seperate ...
- 12:19 PM Revision 021da608 (qgis): [FEATURE][composer] Add expression support for picture source (sponsore...
- 12:19 PM Revision ca186c78 (qgis): [composer] Add a featureChanged signal for when the current atlas featu...
- 12:19 PM Revision 85c2e142 (qgis): [composer] Picture item header improvements (sponsored by City of Uster...
- 12:19 PM Revision 963ae707 (qgis): [composer] Add tests for picture resize modes (sponsored by City of Ust...
- 12:19 PM Revision 23b660ec (qgis): [FEATURE][composer] Implement different resize modes for composer pictu...
- 12:19 PM Revision 5c8cd771 (qgis): [composer] Don't resize picture frame to invalid sizes (sponsored by Ci...
- 12:11 PM Revision 8ab3ce4c (qgis): german translation update
- 11:29 AM Revision e48225ca (qgis): [composer] Add more tests to attribute table test suite
- 11:29 AM Revision 7e977bcf (qgis): [composer] Some api documentation improvements and fix ups
- 11:29 AM Revision 9f84e9fd (qgis): [composer] Add test for text table cell values
- 11:29 AM Revision ebb31de5 (qgis): [composer] Make getFeatureAttributes public for tables
- 11:29 AM Revision e0c64028 (qgis): [composer] Rename getHeaderLabels to headerLabels and make it public fo...
- 11:29 AM Revision d070558b (qgis): [composer] Start test suite for composer tables.
- 11:16 AM Revision 98fac795 (qgis): Merge pull request #1326 from saberraz/master
- Changed the link to commercial support page default to EN.
- 11:14 AM Revision 73b2b86f (qgis): Merge pull request #1302 from manisandro/remove_layer_from_LayerSnappin...
- Re-write the snapping settings when removing a layer
- 11:04 AM Revision 4c2819c9 (qgis): [TRANSUP] fi by Kari
- Signed-off-by: Werner Macho <[email protected]>
- 10:30 AM Revision d0bf3dbf (qgis): [db manager] shows vertical scrollbar as needed and set focus to the qu...
2014-04-27
- 03:18 PM Revision 8120f308 (qgis): debian packaging: depend on python-pyspatialite on trusty
- 01:06 PM Revision 40b20f6b (qgis): Fix crashes with parallel access to GRASS vectors
- 11:31 AM Revision 48c3b99f (qgis): [composer] Recalculate table size when margin or grid width changes
- 09:22 AM Revision 8feb9ae9 (qgis): Merge pull request #1329 from Cracert/i18n
- [TRANSUP] pl: OptionsBase; iss 6,8,9,13 by Radek
- 05:26 AM Revision ca75fedd (qgis): [TRANSUP] pl: OptionsBase; iss 6,8,9,13 by Radek
2014-04-26
- 06:20 PM Revision 23900ba5 (qgis): follow up e4f410b58
- 04:09 PM Revision 2f2982f6 (qgis): Fallback to external httplib2 when internal is not available
2014-04-25
- 07:31 PM Revision 62ba1335 (qgis): Fix extent computation in memory provider
- 04:35 PM Revision dfb84e13 (qgis): Changed the link to commercial support page. the DE is in german, chang...
- 01:51 PM Revision 7203cffd (qgis): identify: fix form button icon & tooltip, remove close button
- 12:32 PM Revision ea986084 (qgis): QgsField::displayString() consider configurable NULL representation
- 12:28 PM Revision b548ac8c (qgis): fix crash when maptool of a plugin is active on exit
- 11:05 AM Revision 7f7118cc (qgis): [processing] fix typo in GRASS 7 provider
2014-04-24
- 06:33 PM Revision a1d43ff2 (qgis): [processing] fixed v.select description
- fixes #10113
- 06:33 PM Revision 3ff4d9e6 (qgis): [processing] added new example script
- 06:33 PM Revision 8436027f (qgis): [processing] added Chainage algorithm as script
- 06:33 PM Revision 1610d63a (qgis): [processing]improved script editor dialog
- 06:33 PM Revision 79757fab (qgis): [processing] some fixes in help system
- 03:22 PM Revision 26e94fec (qgis): allow to add a QToolBar to QGisInterface (will allow subclassing)
- 03:22 PM Revision 02e46e89 (qgis): sip: add transfer
- 02:41 PM Revision d2b1c829 (qgis): [TRANSUP] nb by James
- Signed-off-by: Werner Macho <[email protected]>
- 12:25 PM Revision b5acad1a (qgis): Fix capitalisation of string
- 11:20 AM Revision d459b701 (qgis): [TRANSUP] pt_BR from transifex test
- Signed-off-by: Werner Macho <[email protected]>
2014-04-23
- 10:01 PM Revision dce4a771 (qgis): [processing] store settings using QSettings instead of in a dedicated file
- 03:48 PM Revision a3a36357 (qgis): Add node points for measure tool
- 03:08 PM Revision 3a726b60 (qgis): Add better default colour and width for measure tools. Fix #10029
- 02:38 PM Revision be18a5e0 (qgis): [processing] fix help method in GeoAlgorithm class
- 02:31 PM Revision 4fa33900 (qgis): Remove identify mode and auto open from options from options from dialog
- 10:06 AM Revision b7339625 (qgis): Merge pull request #1324 from thodorisvakkas/master
- [TRANSUP] greek translation 20140423
- 10:02 AM Revision 5e0b5fe7 (qgis): Add .orig to gitignore
2014-04-22
- 01:22 AM Revision a4133cee (qgis): [TRANSUP] greek translation 20140423
- Signed-off-by: thodoris.vakkas <[email protected]>
- 10:29 PM Revision 6fa26cff (qgis): [composer] Add a manual 'refresh' button to attribute tables, to refres...
- 10:28 PM Revision a386e898 (qgis): [composer] Cache features for attribute table, to reduce excessive cpu ...
- 07:14 PM Revision bf3566de (qgis): [TRANSUP] gl by Xan
- Signed-off-by: Werner Macho <[email protected]>
- 03:18 PM Revision aad10381 (qgis): [TRANSUP] es by carlos
- Signed-off-by: Werner Macho <[email protected]>
- 10:51 AM Revision 071ec824 (qgis): identify: clear rubberband after deleting the items
- 10:35 AM Revision bc7a5517 (qgis): cleanup: replace boolean comparison (x==true => x / x==false => x) (fol...
- 10:31 AM Revision 59c0ff2b (qgis): Add Marco Lechner to CONTRIBUTORS
- 05:04 AM Revision 324070f9 (qgis): Merge branch 'server_legend_url'
- 05:03 AM Revision d6535a82 (qgis): [FEATURE]: Add legend url to wms capabilities. Patch from mlechner
- 04:21 AM Revision 2f47bbac (qgis): Fix compiling error with some compilers on Mac
2014-04-21
Also available in: Atom