Larry Shaffer
410deb9d56
Set transparent background only for Close tool button, instead of also for tool tip
2012-11-05 16:58:14 -07:00
volaya
5bb19c3ffc
Update python/plugins/sextante/CMakeLists.txt
...
added servertools folder to cmakelists
2012-11-05 23:56:44 +01:00
Radim Blazek
e12f6bb1b7
fixed warning
2012-11-05 23:31:23 +01:00
Larry Shaffer
6515dc85b2
Add Atlas generation dock to Composer's View->Panels menu
2012-11-05 15:28:33 -07:00
Victor Olaya
56fef8bd2b
Merge branch 'master' of https://github.com/qgis/Quantum-GIS
2012-11-05 23:19:51 +01:00
Victor Olaya
d53f1238fb
cleaned code in geoserver algs
2012-11-05 23:19:22 +01:00
Radim Blazek
5de2feef7d
add total feature count in legend, fixes #3402
2012-11-05 23:17:32 +01:00
Victor Olaya
983535fa58
fixed #6571 , #6619 and problem with missing arrows in modeler
...
added first draft of geoserver tools
nviz is back in grass tools
2012-11-05 20:07:16 +01:00
Etienne Tourigny
a4e4999e57
check for existence of icon file in plugin manager
2012-11-05 16:18:07 -02:00
Juergen E. Fischer
61585e2f7a
german translation update
2012-11-05 13:43:58 +01:00
Juergen E. Fischer
368146c177
allow saving single geometries as multi geometries
2012-11-05 12:09:08 +01:00
Juergen E. Fischer
214b593062
add CORE_EXPORT to QgsAttributeEditorElement/QgsAttributeEditorContainer/QgsAttributeEditorField
2012-11-05 12:07:33 +01:00
Sandro Santilli
8c391922a6
Only change the TopoGeometry definition, not its reference, on edit
...
Refactor the TopoGeometry editor to avoid touching the edited table
and directly act on the topology relation instead. Fixes #6621 but
also generally makes less writes to the database.
2012-11-05 11:42:32 +01:00
Sandro Santilli
cd69be6e1d
Start all topology layers as invisible (it may cost really a lot to visualize...)
2012-11-05 11:10:09 +01:00
Sandro Santilli
83f2b2db42
Add alias to pk query, fixing ambiguous "ctid" reference ( #6620 )
2012-11-05 11:10:09 +01:00
Juergen E. Fischer
abb924affb
fix warnings
2012-11-05 09:48:32 +01:00
Giuseppe Sucameli
7b9aa9992f
Merge pull request #316 from slarosa/master
...
Minor changes for layout in console
2012-11-04 14:22:28 -08:00
Salvatore Larosa
38f82d3711
minor changes for layout in console:
...
- moved header text in output area
- add default value to True for Use preloaded API option in settings dialog
- include traceback to codepad link
2012-11-04 23:07:13 +01:00
Juergen E. Fischer
08b05f3bdb
fix debug build
2012-11-04 22:40:08 +01:00
Matthias Kuhn
9ffca57e2f
Merged Squashed pull request #296 (tabs and groups for feature form)
2012-11-04 22:39:12 +01:00
Juergen E. Fischer
67dd4997de
fix windows build (CORE_EXPORT missing from QgsDirectoryParamWidget)
2012-11-04 21:42:28 +01:00
Giuseppe Sucameli
c53c85813f
grass plugin: avoid garbled japanese/cyrillic chars in the tools' GUI ( fix #4547 , #3164 )
...
Thanks Minoru Akagi for patches!
2012-11-04 19:00:11 +01:00
Giuseppe Sucameli
ef6b3c4d9f
Merge pull request #314 from slarosa/master
...
[FEATURE] Sharing snippets code from PyQGIS console
2012-11-03 17:08:50 -07:00
Etienne Tourigny
6ecfc29226
add missing ui file, fix typo
2012-11-03 19:19:15 -02:00
Etienne Tourigny
dbe54d080b
browser dock filter: use QgsFilterLineEdit, ui and code cleanup ; add QgsFilterLineEdit::cleared() signal
2012-11-03 19:19:15 -02:00
Etienne Tourigny
e3ccde196c
add directory properties dialog to browser dock
2012-11-03 19:19:15 -02:00
Etienne Tourigny
14b472d78d
browser filter
2012-11-03 19:19:15 -02:00
Etienne Tourigny
3c07dd02e1
do not populate items in rowCount(), use canFetchMore() and fetchMore() instead
2012-11-03 19:19:15 -02:00
Etienne Tourigny
3a6c904026
Browser: change Add Layers and Refresh buttons ; use designer file for qgsbrowserdock
2012-11-03 19:19:15 -02:00
Juergen E. Fischer
33682f2df4
fix warnings
2012-11-03 21:51:21 +01:00
Juergen E. Fischer
dcef083826
apply revised #6613
2012-11-03 21:51:21 +01:00
Juergen E. Fischer
35646bbc18
partly fix #6610
2012-11-03 21:51:21 +01:00
Larry Shaffer
bb426f4a21
Update to duplicate layer(s)
...
- Better information about unsupported types
- Action unavailable in contextual menu for individually selected unsupported layers
2012-11-03 14:11:02 -06:00
Salvatore Larosa
ed4bc25413
removed shortcut for sharing code action
2012-11-03 18:40:25 +01:00
Salvatore Larosa
b1d7a155bc
[FEATURE] - Sharing snippets code from PyQGIS console
...
- now you can share snippets code by codepad.org
- added much more actions in contextual menu
2012-11-03 15:26:56 +01:00
Juergen E. Fischer
ab2442bbef
allow printing of html results in identify window (implements #6575 )
2012-11-03 15:23:22 +01:00
Werner Macho
744314d153
adjust translation update script to reflect changes for console
2012-11-03 08:49:38 +01:00
Werner Macho
b30bf98b40
translation update: gl_ES by Xan
2012-11-03 08:48:54 +01:00
Giuseppe Sucameli
d8ca9193b1
fix crashes using uninitialized geometries with GEOS functions,
...
ensure geos geometries are up to date when passed to GEOS functions
2012-11-03 00:45:10 +01:00
Sandro Santilli
cde8b1e896
Fix bug introduced by reordering postgis table metadata info cols
...
Thanks jef :)
2012-11-02 20:59:36 +01:00
Sandro Santilli
8e108768cf
Reorder and rename postgis layers metadata columns shown in selector
2012-11-02 20:41:35 +01:00
Alexander Bruy
4b9dbf209d
use new lineedit widget in several dialogs
2012-11-02 19:13:31 +02:00
Alexander Bruy
8694cb8cd5
[FEATURE] add lineedit with builtin clear button
2012-11-02 19:13:31 +02:00
Sandro Santilli
603c0dc3ea
Use "TopoGeometry" as the datatype for topogeometries
...
"Topology" is too generic, as also the primitive tables (edges,
nodes and faces) are part of the topology
2012-11-02 18:05:05 +01:00
Sandro Santilli
af8f9c9fd5
Retain old TopoGeometry id on editing
...
Avoids leaving orphaned TopoGeometry objects and breaking
upper hirearchical layers
2012-11-02 17:28:14 +01:00
Giuseppe Sucameli
135776796b
update remove/duplicate layer actions at startup
2012-11-02 16:37:18 +01:00
Giuseppe Sucameli
fedb8ac35a
sextante: fix NameError (undefined var) executing GRASS commands
2012-11-02 16:37:18 +01:00
Larry Shaffer
00b1958dc1
Update to duplicate layer(s)
...
- Duplicate layer always created below source layer, and at same nested group depth
- Duplicate layer is always set to not visible (much faster, canvas refresh not needed when duplicating many layers)
2012-11-02 08:22:39 -06:00
Giuseppe Sucameli
9df95b1e7e
Merge pull request #313 from slarosa/master
...
Automatically switch focus to the input area in console
2012-11-02 05:43:20 -07:00
Salvatore Larosa
2425f92ce0
automatically switch focus to the input area in console
...
- any keystroke switch focus when in the output area
- moved closeEvent method to DockWidget (since 0330202 it has not worked anymore)
2012-11-02 11:50:19 +01:00