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
Giuseppe Sucameli
32920557b7
DBManager: fix spatial index creation importing a vector layer ( fix #5625 )
2012-06-09 23:40:30 +01:00
Giuseppe Sucameli
c64b715773
DBManager: added missing required (not implicit) self argument
2012-05-20 18:57:23 +02:00
Giuseppe Sucameli
b4d8a5aea7
DBManager: don't raise any errors while disconnecting signals from destroyed objects
2012-05-20 18:57:23 +02:00
Giuseppe Sucameli
c2118e744f
DBManager: remove label from separators ( fix #5393 )
2012-05-20 18:57:23 +02:00
Giuseppe Sucameli
24e6dac59f
remove the unused DB Manager About dialog .ui
2012-05-03 22:27:06 +02:00
Giuseppe Sucameli
8e55441783
fix #5541
2012-05-03 22:27:01 +02:00
Marco Hugentobler
445144ceb5
Remove about dialog in db manager
2012-04-21 20:57:11 +02:00
Juergen E. Fischer
7221eaa1f3
fix dbmanager resource dependency and some other warnings
2012-04-17 22:45:33 +02:00
Alexander Bruy
24924a9e3a
fix About dialog in DB Manager
2012-04-17 16:26:37 +03:00
Giuseppe Sucameli
3c5b3bbea1
[FEATURE] add DB Manager plugin
2012-04-16 13:31:13 +02:00