16878 Commits

Author SHA1 Message Date
Victor Olaya
287c9f367d refactor fTools algorithms 2013-01-01 23:52:00 +01:00
Larry Shaffer
a385162cd1 Fix for #6937, ensure QgsRubberBand is deleted if no active vector layer 2013-01-01 14:02:32 -07:00
Sandro Santilli
2b80d638b1 Reorganize topoviewer layers into subgroups 2013-01-01 14:08:25 +01:00
Larry Shaffer
25c9ba58f1 Revert "Fix #6931, apply patch from Borys Jurgiel"
This reverts commit bd65e86b5f079ecb8969b3132b64bfbf7d20a1dd.

Sorry, did not notice more complete fix in pull request from Salvatore Larosa
2012-12-31 17:31:56 -07:00
Larry Shaffer
bd65e86b5f Fix #6931, apply patch from Borys Jurgiel 2012-12-31 17:27:07 -07:00
Larry Shaffer
d387c93cc9 Fix #6725
- Restore toggle editing button state in attribute table editor if toggling canceled or commit/rollback changes fails
2012-12-31 17:15:39 -07:00
Larry Shaffer
ce98348250 Move toggle/save/rollback/cancel edits slots from private to public 2012-12-31 16:56:03 -07:00
Larry Shaffer
ba5b90a16a Reinstate Save Active Layer Edits action
- Now enables/disables relative to vector layer isModified() state (gives feedback when save is finished)
- Now works with active legend layer, regardless of whether a selection exists in legend
- Add to legend contextual menu when right-clicked vector layer isModified()
2012-12-31 16:28:17 -07:00
Larry Shaffer
d85ed328ab Updates to legend active layer
- Single click in blank, non-item space in legend unsets active layer (same behavior as clicking group)
- Underline active layer (helpful when active layer, and no selection or multiple selected layers)
2012-12-31 13:12:12 -07:00
Juergen E. Fischer
d814e1977b german translation update and some string fixes 2012-12-31 17:29:10 +01:00
Giuseppe Sucameli
62d99772e1 fix #6932 (due to deprecated getLayerID method removal) 2012-12-31 14:06:50 +01:00
pcav
c57271c3f8 Fix #5843 2012-12-31 12:58:26 +01:00
Juergen E. Fischer
ce6aab704f fix #5251 2012-12-29 22:16:48 +01:00
Juergen E. Fischer
e2f7adf2fb geos 3.3.6 doesn't produces geos_c_i on windows anymore also check geos_c 2012-12-29 02:56:24 +01:00
Larry Shaffer
f8654f705f Fix #6924, finish move from png to new svg icons for Current Edits actions
- Remove graphical limitation indicating edit is only vector-based (previously removed themes/gis/mActionSaveEdits.png)
- Remove themes/default/mActionSaveEdits.png, just duplicate of mActionsFileSave.png
2012-12-28 16:09:14 -07:00
Martin Dobias
5df8f2cb06 Merge pull request #350 from matthias-kuhn/qgsmessagebar
Transfer ownership of widgets to C++ when pushed to the QgsMessageBar
2012-12-28 04:23:16 -08:00
Nathan Woodrow
837f1872fd Fix #6214. Show names under symbols 2012-12-28 21:44:13 +10:00
Victor Olaya
9c91d31fbb fixed #6918 2012-12-28 00:35:36 +01:00
Nathan Woodrow
be3157462a Merge pull request #368 from tecoholic/6897
Fixes #6897. Handle import of old symbols.
2012-12-27 14:29:02 -08:00
Arunmozhi
8b98197514 Fixes #6897 2012-12-27 20:48:23 +05:30
Werner Macho
ce4d03bca1 added GPL license to file 2012-12-27 14:47:53 +01:00
Arunmozhi
ee367d2096 changed style version from 0 to 1 2012-12-27 18:34:02 +05:30
Nathan Woodrow
0034bf799f Remove Symbol: from symbol selector tree view names 2012-12-27 20:41:52 +10:00
mhugent
f815a72b6b Merge pull request #366 from matthias-kuhn/rubberband-point-symbols
Add different point symbols for QgsRubberband.
2012-12-27 00:28:10 -08:00
Nathan Woodrow
d8b271dd0d Merge pull request #367 from tecoholic/imp_style
Improved Style functionality. Fix recursive symbol dialogs
2012-12-27 00:21:46 -08:00
Arunmozhi
7dd141c79d added scripts/qgisstyle to gitignore 2012-12-27 13:03:35 +05:30
Arunmozhi
6a9c994878 auto update the symbol DB with 0s in place of NULLs 2012-12-27 12:27:14 +05:30
Nathan Woodrow
c419888242 Merge pull request #365 from tecoholic/improved_symbols
fix for #6901.  Fix crash when Changing symbols to > 1 symbology classes
2012-12-26 21:51:52 -08:00
Sandro Santilli
7344368abe Place new group after current item (for non-group current item)
See #6879
When current item is a group the behavior is still to append the
new group to the end of the child list (as before)
2012-12-26 20:59:51 +01:00
Sandro Santilli
816c32bd06 Fix adding groups to empty projects
Closes #6879 again
2012-12-26 20:15:05 +01:00
Larry Shaffer
a92a0d1eb5 Update to legend right-click
- Right-click now performs widget item change before contextual menu is handled (no more lost right-clicks)
- Right-clicks within multiple selection preserve selection, but still switch item
- Right-clicks outside of current selection clears selection and switches to new item before contextual menu
2012-12-26 10:59:54 -07:00
Larry Shaffer
369971a7c2 [FEATURE] Add save/rollback/cancel current edits for selected or all vector layers
- Fix for issue #6782
- Ensure undo widget is not enabled unless active (again)
2012-12-26 10:57:52 -07:00
Matthias Kuhn
90c571da90 Add pen width to rubberband bounding rect 2012-12-26 16:33:10 +01:00
Arunmozhi
3bb33b827e fixed the possibility to recursively open stylemgr and symbol selector 2012-12-26 16:50:55 +05:30
Juergen E. Fischer
54e50e7803 remove raster metadata from test data to make tests run without changing git tracked files 2012-12-25 19:29:00 +01:00
Juergen E. Fischer
d6dcc72bf3 fix msvc build 2012-12-25 19:28:59 +01:00
Matthias Kuhn
f2328962df Add different point symbols for QgsRubberband. 2012-12-25 16:58:06 +01:00
Victor Olaya
a4a8b4cc76 added missing file with JoinAttributes algorithm 2012-12-24 13:00:31 +01:00
Arunmozhi
c41cf2eac1 changed the parent group id for main groups to 0 from NULL 2012-12-24 15:22:59 +05:30
Alexander Bruy
e742d5e63e fix python plugins after API cleanup 2012-12-24 11:48:08 +02:00
Arunmozhi
2b7b5da76e changed the ungrouped groupid to 0 from NULL 2012-12-24 14:38:00 +05:30
Victor Olaya
6880a7600f adapted mmqgis and sextante algs to changes in management of selected features 2012-12-24 00:03:30 +01:00
Victor Olaya
8761cf2118 Added mechanism for better handling selected features in algorithms
Implemented it in fTools Simplify algorithm
2012-12-23 13:09:21 +01:00
Alexander Bruy
5c64c10284 fix tests 2012-12-23 10:40:23 +02:00
Alexander Bruy
5e45a22d06 remove deprecated methods from API 2012-12-23 10:40:23 +02:00
Larry Shaffer
d56b1c885f Add CMake option for custom Python framework on Mac 2012-12-22 15:37:14 -07:00
Larry Shaffer
991666c382 Keep attribute editor text synchronization from affecting editing
- Cursor no longer jumps to end of text after each edit (on Mac)
- Move QgsStringRelay slot definitions into cpp file
- Fill editable QComboBox with attribute's value in custom forms
- Add validator to editable QComboBox
2012-12-22 15:23:32 -07:00
Juergen E. Fischer
adffcad50f osgeo4w: switch to GRASS 6.4.3RC2 2012-12-22 11:39:26 +01:00
Victor Olaya
c873e29582 minor fixes for otb and gdal, and edited some grass descriptions 2012-12-21 23:58:14 +01:00
Marco Hugentobler
b54e90562d Paletted raster renderer: replace nodata values in a color table copy before the main loop 2012-12-21 22:34:45 +01:00