Juergen E. Fischer
d814e1977b
german translation update and some string fixes
2012-12-31 17:29:10 +01:00
Alexander Bruy
e742d5e63e
fix python plugins after API cleanup
2012-12-24 11:48:08 +02:00
Sandro Santilli
c87f9c574c
Add QgsAppLegendInterface::setLayerExpanded method
...
.. and use it from the db_manager plugin
2012-12-17 21:53:25 +01:00
Sandro Santilli
051fe31e22
TopoViewer: make topology group start as collapsed
2012-12-14 20:15:27 +01:00
Giuseppe Sucameli
4e0d668275
yet another fix following 3da32c00d5
2012-12-10 01:48:44 +01:00
Giuseppe Sucameli
d25cda778a
another change missing in 3da32c00d
2012-12-10 01:38:56 +01:00
Giuseppe Sucameli
c203990ceb
fix #6842
2012-12-10 01:32:31 +01:00
Giuseppe Sucameli
0e1b71c82c
fix #6847
2012-12-10 01:32:31 +01:00
Giuseppe Sucameli
34a16e246c
fix #6846
2012-12-10 01:32:31 +01:00
Giuseppe Sucameli
b6c999e776
fix #6848
2012-12-10 01:32:31 +01:00
Giuseppe Sucameli
fc6b338961
add fix for file missed in d83ed0aa1a0
2012-12-10 01:32:31 +01:00
Giuseppe Sucameli
3da32c00d5
do not translate geometry types, change dbmanager translation context names ( fix #6837 )
2012-12-10 01:32:31 +01:00
Juergen E. Fischer
9721736fd8
remove trailing blanks
2012-12-10 00:12:07 +01:00
Juergen E. Fischer
56bba0609e
remove trailing whitespace
2012-12-05 22:14:16 +01:00
Giuseppe Sucameli
c3c79b939e
dbmanager: minor fixes
2012-12-05 20:06:04 +01:00
Giuseppe Sucameli
e1697359d1
import vector layer: allow to create single-part geometries from shapefile (follow 08e844f6d06)
2012-12-05 19:16:04 +01:00
Giuseppe Sucameli
de3ea74ab6
dbmanager: allow to import layer from canvas ( fix #6824 ),
...
add dialog to choose vector file to be imported (fix #6825 ),
allow to export table to vector file (fix #6826 )
Thanks to Silvio Grosso for the sponsorship!
2012-12-05 03:51:02 +01:00
Sandro Santilli
9dd4a92524
Properly encode direction symbols in style templates ( #6812 )
...
NOTE: this commit does NOT fix the project save operation,
but only an output of that operation
2012-12-03 15:42:29 +01:00
Giuseppe Sucameli
85faeb37a0
import vector layer: pass empty geometry column importing non-spatial table, do not deference null pointer ( fix #6728 )
2012-11-30 11:24:21 +01:00
Giuseppe Sucameli
0239795d79
dbmanager: avoid duplicate field error ( fix #6279 )
2012-11-29 01:16:45 +01:00
Giuseppe Sucameli
3542b0897d
dbmanager: fix #5812 ,
...
move PG informations to postgis/info_model.py
2012-11-29 01:16:33 +01:00
Giuseppe Sucameli
563cce9111
dbmanager: display info about missing modules on the info panel instead of on the status bar
2012-11-29 01:16:33 +01:00
Giuseppe Sucameli
796a15ac9d
dbmanager: use a default value for varchar limit (follow a4484b217ed)
2012-11-29 01:16:32 +01:00
Giuseppe Sucameli
a4484b217e
dbmanager: fix #6511
2012-11-28 18:36:57 +01:00
Sandro Santilli
3f4f5f0215
Set max number of labels to 100 for edge label layer (topoviewer)
2012-11-14 23:19:51 +01:00
Sandro Santilli
a4e621d924
Limit max number of node labels to 100, and candidate positions to 1
...
Also set layer transparency to 100% (there's a separate layer with the dots)
2012-11-14 23:03:01 +01:00
Sandro Santilli
98658ef29b
Use ASCII direction arrows
2012-11-12 21:48:20 +01:00
Sandro Santilli
4195eaf72a
TopoViewer: add direction symbol for "next_right_edge" layer
2012-11-12 18:16:02 +01:00
Sandro Santilli
1dacbd63fe
Fix next edge label direction arrows
...
Basically uses direction indicator for the next_left but omits
it for the next_right (would require backward direction)
Also this commit sets the line color, even if fully transparent,
for the sake of showing a color which corresponds to the label
color (would be better to have support for a "label" kind of icon
in the legend..)
2012-11-08 23:13:40 +01:00
Sandro Santilli
8414ff909d
Split edge layer into "edge" and "edge label"
...
Mind you: you may need to re-run cmake as a filename changed
2012-11-08 19:33:29 +01:00
Sandro Santilli
b5a12d3a7d
Split node layer into "node" and "node label"
2012-11-08 01:17:31 +01:00
Sandro Santilli
44753cbc3b
Fix layer visibility settings
2012-11-07 23:14:21 +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
bbedc4e00f
TopoViewer: add layer for full faces
2012-11-01 17:44:39 +01:00
Sandro Santilli
a5553b7e54
TopoViewer: only use queries for layers when really needed
2012-11-01 17:44:39 +01:00
Alexander Bruy
7f671851d4
add metadata.txt to all core plugins
2012-10-25 15:08:38 +03:00
Sandro Santilli
8ca2236134
Add a PLUGIN_INSTALL cmake macro and use it from db_manager plugin
...
One step forward toward closing http://hub.qgis.org/issues/5879
Next all pugins should be converted to use of the macro...
2012-10-20 01:17:37 +02:00
Giuseppe Sucameli
e9907cdf25
refresh the canvas at the end of the process,
...
handle unicode strings,
escape sql ids and strings,
fix minor errors
2012-10-09 13:40:04 +02:00
Giuseppe Sucameli
0796871efc
Merge pull request #281 from strk/db_manager_addlayer
...
dbmananger topoviewer: addlayer instead of creating a new project
2012-10-09 13:39:29 +02:00
Giuseppe Sucameli
1796178e74
dbmanager: delete auto-generated files
2012-10-09 12:49:32 +02:00
Sandro Santilli
cb2230e3d1
Install style templates
2012-10-08 23:38:37 +02:00
Sandro Santilli
2e74722fb3
Add topoview layers to existing project
2012-10-08 15:49:45 +02:00
Juergen E. Fischer
e7f40bdea4
add more copyrights
2012-10-06 13:32:08 +02:00
Giuseppe Sucameli
99876ccb45
db_manager: get fields' size from formatted type string ( fix #6402 )
2012-10-03 01:25:35 +02:00
Giuseppe Sucameli
bcb038504e
identifiers (schemas, tables, fields) added to DBManager sql windows completer list.
...
Thanks Silvio Grosso for the sponsorship.
2012-08-27 17:17:45 +02:00
Juergen E. Fischer
dc8ac451da
[FEATURE] allow adding of sql queries with SelectAtId=false
...
- sync sip bindings of QGis, QgsApplication, QgsDataSourceURI and QgsPoint with
C++
2012-08-03 00:02:19 +02:00
Giuseppe Sucameli
2278f4074a
do a case-insensitive check looking for SL tables into geometry_columns
2012-07-16 00:48:09 +02:00
Giuseppe Sucameli
5131eb5d87
fix data type check displaying PG table data
2012-07-16 00:48:08 +02:00
Giuseppe Sucameli
53b57d1441
DBManager: use the first suitable field loading a view ( fix #5676 )
2012-06-09 23:53:38 +01:00
Giuseppe Sucameli
2921588099
DBManager: do not use translated string for geometry type name ( fix #5764 )
2012-06-09 23:41:07 +01:00