17356 Commits

Author SHA1 Message Date
Larry Shaffer
77afb16567 Fix some compiler warnings 2013-02-19 02:28:43 -07:00
olivierdalang
bb57cf4b2b replaced "opacity" by "transparency" in the composer GUI 2013-02-19 02:28:43 -07:00
olivierdalang
a8822089c1 Add syncGroup to CollapsibleGroupBoxes 2013-02-19 02:28:43 -07:00
olivierdalang
2d4220bba9 Update of composer item's GUI 2013-02-19 02:28:43 -07:00
Larry Shaffer
a645f43f67 Updates to QgsCollapsibleGroupBoxBasic
- Use title instead of checkbox to define QgsCollapsibleGroupBox offset
- Fix error when group box has form layout with QPushButtons that refuse to fully hide
- Update vertical offsets for Ubuntu
- Add control-click modifier and tool tip for toggling all collapsible group boxes
- Ensure disclosure triangle mirrors enabled state of group box
2013-02-19 02:18:53 -07:00
Juergen E. Fischer
a86622b32c fix #7179 2013-02-19 10:04:12 +01:00
Werner Macho
99dfce16b0 added malayalam language on request 2013-02-19 09:06:28 +01:00
Larry Shaffer
e33bd25c62 Merge pull request #418 from dakcarto/cmake_stagedplugins-optmz_2
Update stage-installed plugins CMakeLists.txt
2013-02-18 19:01:23 -08:00
Marco Hugentobler
dc074b393e Always use topological editing if using avoid intersection (where possible also to background layers). Without topological editing, it is possible to have very small gaps between the polygons 2013-02-18 17:08:08 +01:00
Juergen E. Fischer
ee96d381e2 fix build with older Qt 2013-02-18 13:50:16 +01:00
Alexander Bruy
22256906d7 fix imports (addresses #7176) 2013-02-18 15:39:42 +04:00
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