Nathan Woodrow
0dce18571c
Replace saving done dialog with message bar
2013-02-23 23:50:36 +10:00
Larry Shaffer
cd3cd9433e
Fix #6184 , canvas doesn't refresh after pasting layer style
2013-02-22 19:16:45 -07:00
Jürgen Fischer
24ea8b2c57
Merge pull request #433 from 3nids/pg_hstore
...
added hstore and inet fields to postgres provider
2013-02-21 17:54:42 -08:00
Juergen E. Fischer
857f849355
da60fe fixes #7071
2013-02-22 02:39:17 +01:00
Juergen E. Fischer
da60fe1c83
block vector layer signals when updating attribute values from field calculator ( fixes #7190 )
2013-02-22 02:31:39 +01:00
Juergen E. Fischer
b4e7228b3b
german translation update
2013-02-22 02:21:04 +01:00
Marco Hugentobler
d190b2316b
Some wfs servers don't like srsname in DescribeFeatureType request (ticket #5241 )
2013-02-21 23:45:03 +01:00
Marco Hugentobler
ee4cb3d83d
Remove namespace prefix from typename in QgsGml
2013-02-21 23:45:03 +01:00
Werner Macho
a788b0d9f8
adding some function help files for field calculator, thanks to Zoltan Siki
2013-02-21 23:38:09 +01:00
Larry Shaffer
a71946c184
Fix duplication of main app's Window and Help menu to composers for Mac
2013-02-21 13:58:48 -07:00
Larry Shaffer
417e1190cd
Followup to be3bad3
...
- Simpler means of bringing composer windows to front, if manager dialog is going to be closed
2013-02-21 13:57:36 -07:00
D'Hont René-Luc
e9035d7ec7
WGIS WFS Server : GeoJSON Fid has to be a String
...
Adding "\"" befaore and after the fid for the GeoJSOn format.
2013-02-21 17:57:49 +01:00
Denis Rouzaud
8176da04f2
added hstore and inet fields to postgres provider
2013-02-21 17:02:40 +01:00
Juergen E. Fischer
5718a481de
debian packaging update
2013-02-21 12:12:28 +01:00
Marco Hugentobler
b54c75cef7
Protect point and line pattern symbol layer from eating too much memory
2013-02-21 11:20:56 +01:00
Juergen E. Fischer
eea57cfc2a
fix debian builds
2013-02-21 10:02:39 +01:00
Alexander Bruy
6f378682b0
Make "Layer - New" accesible from QgsInterface, update GPS importer
...
plugin (fix #7202 )
2013-02-21 12:42:47 +04:00
Alexander Bruy
64c9a4dec4
different icons for GPS importer and Create new GPX layer ( fix #6860 )
2013-02-21 12:22:58 +04:00
Larry Shaffer
51edf52d97
Add Print Composers submenu to new Composer menu in composer
...
- Remove QgisApp::instance() usage in favor of already available passed in pointer to QgisApp
2013-02-20 17:39:45 -07:00
Marco Hugentobler
0e9717ba4b
Fix WFS loading with geoserver layers
2013-02-20 21:54:08 +01:00
Jürgen Fischer
ace41834fa
Merge pull request #432 from matthias-kuhn/fix-vector-layer-signals
...
Fix: emit committedFeaturesAdded and committedFeaturesRemoved
2013-02-20 12:24:56 -08:00
Larry Shaffer
6355e9be0d
Run prepare-commit on qgscomposer.cpp
2013-02-20 13:11:30 -07:00
Larry Shaffer
f28ca59632
Add binding to iface for action to show composer manager
2013-02-20 13:10:21 -07:00
Larry Shaffer
6e2f613382
Add New and Manager actions to new Composer menu in composer
2013-02-20 13:09:08 -07:00
Matthias Kuhn
ad7deec50f
Fix: emit committedFeaturesAdded and committedFeaturesRemoved
2013-02-20 20:34:42 +01:00
Larry Shaffer
be3bad3e55
Fix #7196 , composer manager doesn't close when showing a chosen composer
...
- Fix zoom-to-full when composer window is shown
2013-02-20 12:10:51 -07:00
Alexander Bruy
d6cd228e5e
attempt to fix crash when changing symbols in graduated renderer
2013-02-20 13:41:54 +04:00
Nathan Woodrow
69f96f37bc
Updates to composer window
...
- Split composer toolbar into many
- Rename File menu to Composer - because the composer isn't a "file"
2013-02-20 19:18:53 +10:00
Larry Shaffer
cc0c2b1853
Fix crash when loading a project that hits a group box with 'collapse' set
2013-02-19 19:38:56 -07:00
Juergen E. Fischer
0fbea1911e
german translation update
2013-02-19 23:33:17 +01:00
Juergen E. Fischer
69a919d755
debian packaging fix
2013-02-19 22:59:29 +01:00
Juergen E. Fischer
24ba638af6
Make QSPATIALITE optional, but still include it in osgeo4w and debian package
2013-02-19 20:07:57 +01:00
Juergen E. Fischer
9768b13c76
[FEATURE] postgres provider: optionally skip columns without geometry type constraint
2013-02-19 18:33:58 +01:00
Marco Hugentobler
1c2b025a69
Fix copy paste bug
2013-02-19 14:05:04 +01:00
Marco Hugentobler
4d868886d0
Compute min/max on demand in gdal provider
2013-02-19 13:58:04 +01:00
Larry Shaffer
2a2465ee74
Add available sql drivers to Mac bundled app
2013-02-19 05:30:23 -07:00
Sandro Santilli
314c783b21
Revert "Enable topological editing on first TopoGeometry layer creation"
...
This reverts commit edecf385fddd7d166e134023057998612af6ad58.
The correct way to do this is by hooking on the editingStarted slot
(thanks jef for pointing that out)
2013-02-19 12:09:54 +01:00
Sandro Santilli
edecf385fd
Enable topological editing on first TopoGeometry layer creation
...
I'm not sure this is an acceptable behavior, but I'm sure users
do want to edit TopoGeometry layers in a topological way.
The problem with this implementation is that topological editing
is enabled for editing of every layer, not just the TopoGeometry
one.
2013-02-19 11:10:57 +01:00
Larry Shaffer
0f0c981143
Update composer ui files
...
- Add section headers (should be moved to app stylesheet, and custom label or container class made)
- Enable map grid group box (was disabled)
- Reformat all form layouts to look like rest of app (more grid layout-like, with labels left-aligned and growing entry fields)
- Re-layout map extents group box
- Expand more group boxes by default (increases discovery)
2013-02-19 02:28:43 -07:00
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