17395 Commits

Author SHA1 Message Date
Alexander Bruy
d31b83803a disable SEXTANTE algorithms that require 3rd party Python modules 2013-02-18 13:53:45 +04:00
Alexander Bruy
9abb7c4030 add CMakeLists.txt to SEXTANTE tools directory 2013-02-18 13:42:08 +04:00
Juergen E. Fischer
b9be97d533 debian packaging fix 2013-02-18 10:33:08 +01:00
Werner Macho
75ae3e632b new language file on request: welcome Cambodia 2013-02-18 09:51:19 +01:00
Alexander Bruy
33808af722 add missed directory to CMakeLists.txt
disable StatisticsByCategories algorithm because it requires 3rd party
Python module scipy
2013-02-18 11:44:54 +04:00
Juergen E. Fischer
8f25bcfd20 fix #7172 2013-02-18 00:27:30 +01:00
Victor Olaya
7275525670 [sextante] added tools to ease creating unit test for algorithms 2013-02-17 23:14:32 +01:00
Victor Olaya
7c67101435 [sextante] improved toolbox and modeler to better use classification by categories (easy mode) 2013-02-17 23:14:31 +01:00
Victor Olaya
5fead9fb64 [sextante]minor fixes and added new R script examples 2013-02-17 23:14:30 +01:00
Victor Olaya
329062b898 [sextante] Log file is now read backwards and limited to a fixed number of lines 2013-02-17 23:14:30 +01:00
Victor Olaya
1314d4cc2a cleaned SEXTANTE/SAGA algorithms 2013-02-17 23:14:29 +01:00
Victor Olaya
67c68d0a47 addded new SEXTANTE python algorithms 2013-02-17 23:14:28 +01:00
Victor Olaya
3aadcfa005 improved management of tables in SEXTANTE 2013-02-17 23:14:28 +01:00
Juergen E. Fischer
d8ec492dec fix #7172 and #7174 2013-02-17 22:21:34 +01:00
Juergen E. Fischer
554250473c [FEATURE] add qspatialite sql driver plugin 2013-02-17 22:15:00 +01:00
Radim Blazek
4aaed2a5cc WMS identify format preference order: Html,Feature,Text 2013-02-17 12:01:05 +01:00
Radim Blazek
db95b46940 Html identify result print fix 2013-02-17 11:48:09 +01:00
Juergen E. Fischer
ddaded8ebb fix #7171 2013-02-17 11:10:48 +01:00
Juergen E. Fischer
7fb46498c9 also optionally apply SHAPE_ENCODING to layer creation (fixes #5911) 2013-02-16 11:27:09 +01:00
Juergen E. Fischer
f22c62a891 fix #7160 2013-02-15 19:55:54 +01:00
Juergen E. Fischer
b630692c74 quote closing parens within column names (fixes #7159) 2013-02-15 19:44:09 +01:00
mhugent
c036e7e1ce Merge pull request #428 from schmandr/master
Add support for 1bit PNG format to QGIS Server WMS
2013-02-15 07:33:46 -08:00
Andreas Schmid
2e84efafc5 Add support for 1bit PNG format to QGIS Server WMS 2013-02-15 14:26:46 +01:00
Alexander Bruy
c1527af3be also fix loading checkbox state from settings 2013-02-15 13:44:38 +04:00
Alexander Bruy
af7d5124fb fix handling of TAB delimiter in delimited text plugin 2013-02-15 11:48:49 +04:00
Juergen E. Fischer
424cc89dae ocispatial: require OCI library 2013-02-14 00:50:48 +01:00
Larry Shaffer
4d912c3037 Add collapse toggling synchronization on Alt-click of title to QgsCollapsibleGroupBoxBasic 2013-02-13 12:08:14 -07:00
Juergen E. Fischer
1924ecce13 fix windows build 2013-02-13 08:53:40 +01:00
Larry Shaffer
f29b55830b Make measure tool dialogs stay on top of other windows during operation
- Not tested with X11, may need Qt::X11BypassWindowManagerHint too
2013-02-12 14:45:46 -07:00
Larry Shaffer
c8ca3761ff Add collapse toggling synchronization to QgsCollapsibleGroupBoxBasic
- Holding Alt modifier key when toggling collapsed state will synchronize the toggling across other boxes with the same syncGroup QString value
- Synchronizes boxes of same syncGroup via recursive search in parent or grandparent widget (if grandparent is not QgisApp)
2013-02-12 14:43:32 -07:00
mhugent
df412ece90 Merge pull request #427 from matthias-kuhn/rubberband-doc
Documentation update for QgsRubberband
2013-02-12 07:03:13 -08:00
Matthias Kuhn
42dad857e8 Documentation update for QgsRubberband 2013-02-12 16:00:19 +01:00
mhugent
8e11e5f9dd Merge pull request #422 from Oslandia/atlas
Feature sorting and filtering for atlas generation
2013-02-12 02:47:13 -08:00
Marco Hugentobler
b45d8cb0d7 Snap to paper items and consider multipage compositions when showing snap lines 2013-02-12 11:38:27 +01:00
Larry Shaffer
f4c5bc8a56 Split QgsCollapsibleGroupBox into basic class and subclass that auto-saves collapsed state
- Split authored by Etienne Tourigny
- Add Q_PROPERTY declarations to make some class properties settable for promoted widget in QtDesigner (by Olivier Dalang)
- Update existing .ui files with dynamic properties (but not saveCheckedState, which should be cautiously used)
- Update sip file so both classes are available
2013-02-11 20:24:54 -07:00
Alexander Bruy
4fe2074de4 missed comma 2013-02-11 13:58:03 +04:00
Alexander Bruy
8970a1fde5 fix issues with non-ASCII filenames in GDALTools, thanks to Evgenia for
pointing on this problem
2013-02-11 12:49:05 +04:00
Larry Shaffer
dd1bb457d2 Use new vector edit macro support to batch Show/Hide Label tool's operation 2013-02-10 22:48:03 -07:00
Larry Shaffer
2de2f2327e Limit canvas redraws when working with vector layer undo stack
- Fix unreported bug where clicking on group in legend would clear previously selected vector layer's undo stack
- Ensure empty view is created on project load (cosmetic)
2013-02-10 22:48:03 -07:00
Larry Shaffer
8feb84af46 Update vector layer edits rollback method and app rollback actions
- Make optional whether edit buffer is deleted
- Returns optional functionality where rollback was similar to setting undo stack to index 0
2013-02-10 22:48:02 -07:00
Juergen E. Fischer
ba2082ef86 [FEATURE] allow filter expressions in value relations (and fix display of related values and value maps in attribute table) 2013-02-10 23:08:40 +01:00
Juergen E. Fischer
d70c0b2eba german translation update 2013-02-10 21:08:38 +01:00
Juergen E. Fischer
d8952d3374 wms: improve xsd/gml detection on getfeatureinfo 2013-02-10 20:46:46 +01:00
Juergen E. Fischer
a98ed43b1c wms: catch service exception on GetFeatureInfo and use feature extent if there's no geometry 2013-02-10 19:20:00 +01:00
Juergen E. Fischer
19f06660da fix #7125 2013-02-09 22:59:29 +01:00
Larry Shaffer
d4fcc6d2ab Add option to show canvas refresh event in Log Message panel
- In Options at bottom of Rendering tab
- Useful for debugging excessive refreshes from userspace without having to build with debug and filter logs
- Records time taken for refresh and any resolvable sender class
2013-02-09 14:00:53 -07:00
Juergen E. Fischer
92cbf8f506 ftools api update (fixes #7130) 2013-02-09 20:59:54 +01:00
Giuseppe Sucameli
80240d80de Merge pull request #424 from slarosa/fix_rubber_band_python_plugins
Fixes rubberBand for extent selection in gdal_clipper and sextante algs
2013-02-09 03:02:48 -08:00
Larry Shaffer
5967db9bd6 Fix Show/Hide Labels to allow NULL values in table to work for show value 2013-02-08 19:27:26 -07:00
Larry Shaffer
3676a384af Update QgsMapToolShowHideLabels to work with new vector api
- Works now, but should have worked before this fix
2013-02-08 12:52:23 -07:00