39 Commits

Author SHA1 Message Date
Carl Simonson
665f0a32fe Replace WFlags with WindowFlags
It has long been in Qt 4 that the WFlags window flags argument has been
renamed to WindowFlags. In fact, WFlags is just a typedef to WindowFlags.
In Qt 5, this will go away, so we can change this now to make transition
easier in the future.

This should not have any affect on API or ABI, as the symbol names already
have WindowFlags in them anyway.

This change concentrates on the sources in the src directory. There are
a few more places in the python directory that can be done later.
2014-03-27 10:43:11 +01:00
Radim Blazek
277d2747a7 fixed backslash validator in OWS connection names 2014-02-14 13:03:07 +01:00
Juergen E. Fischer
940991e746 fix warnings 2013-12-18 00:46:57 +01:00
ahuarte47
57e9411f26 #9191: fix enable/disable issues of buttons
At the http connection dialog, the 'Name' and 'Url' text boxes must be
filled to enable 'ok' button.
Also disable connect-edit-delete buttons when there is not any
connection defined.
2013-12-16 02:28:03 +01:00
Juergen E. Fischer
8fabc4d3d7 fix warning 2013-12-11 18:49:26 +01:00
Juergen E. Fischer
36c2f7f3a8 WMS/OWS:
- add service type to window title (implements #9192)
- always fill dpi combobox (fixes #9194)
2013-12-11 14:20:22 +01:00
Juergen E. Fischer
30900e9b89 don't allow slashes in http connection names (fixes #9131) 2013-11-27 15:33:17 +01:00
Juergen E. Fischer
b6f7525467 only show dpi mode label in connection dialog for wms (fixes #9021) 2013-11-07 00:04:24 +01:00
Juergen E. Fischer
aa256b8c33 [FEATURE]
- make wms dpi mode configurable (fixes #8929)
- enum for tile request attributes
- allow setting of User-Agent (fixes #7361)
- show error messages on WMS GetCapabilities
2013-10-22 23:35:14 +02:00
Juergen E. Fischer
3cb3a7a59a also remove superfluous query items from WFS and WCS connections (as in WMS;
fixes #7848)
2013-07-15 15:44:12 +02:00
Juergen E. Fischer
f76c9d053c wfs connection dialog: also hide pixmap transformation checkbox
ows source select: remove unused slot
2013-06-30 11:32:03 +02:00
Juergen E. Fischer
7ac1baf2e8 indentation update 2013-05-18 10:26:44 +02:00
Juergen E. Fischer
b6c7496f8c wms provider: add trailing slash, if url path is empty otherwise and clear tileset list, when a tileless wms server is connected 2013-05-09 17:08:04 +02:00
Juergen E. Fischer
105e45be0e wms provider: make smooth pixmap transformation in wmts optional (followup 6604d2f81) 2013-04-18 11:36:34 +02:00
Juergen E. Fischer
d5dcaa3e41 indentation update 2013-04-02 22:34:21 +02:00
Stefan Ziegler
1b7d94b96b back to wms only 2013-03-29 16:03:15 +01:00
Stefan Ziegler
ade381f02e referer for wfs: one has to modify a lot... stop here and consider only wms 2013-03-29 15:46:39 +01:00
edigonzales
83d0130005 working on referer option for http requests 2013-03-27 17:26:04 +00:00
Radim Blazek
37ab9516cb Merge remote branch 'origin/master' into wcs2 2012-07-12 17:33:57 +02:00
Radim Blazek
c840ce199c wcs - enabled invert/ignore axis 2012-07-12 17:28:33 +02:00
Juergen E. Fischer
81abf7fbc0 add clear text password warning (fixes #5959) 2012-07-08 21:51:17 +02:00
Radim Blazek
ab1c989ff2 WCS 2012-06-15 16:47:57 +02:00
Juergen E. Fischer
ef60f812e3 fix query item removal 2012-06-10 22:56:50 +02:00
Juergen E. Fischer
08a712a5f0 add support for optional wm(t)s axis inversion 2012-06-04 20:43:30 +02:00
Juergen E. Fischer
f3330e6bb7 wmts fixes:
- [FEATURE] add support for CRS:27 and CRS:83 in QgsCoordinateReferenceSystem
- fix axis orientation for CRS:84
- respect inverted axis orientation in WMTS and allow to ignore it for WMS 1.3/WMTS
- fix: only consider valid TileMatrixSetLimits
2012-05-17 21:09:29 +02:00
Radim Blazek
06d38c12eb show correct service in connection title 2012-04-28 12:18:17 +02:00
Radim Blazek
58c377497f better hide unused widgets 2012-04-26 11:00:17 +02:00
Radim Blazek
df5ba53d4a WMS and WFS credential separated, credentials not yet used in WFS, it would be just another hack until we get a common class for uri encoding 2012-02-15 16:01:39 +01:00
Juergen E. Fischer
5a6d3cebcc remove svn Id tags 2011-05-26 23:05:55 +02:00
Martin Dobias
153ad164fe All customization and QGIS browser work in one commit. 2011-05-13 22:00:46 +02:00
wonder
46a2d125a2 Merged refactoring branch back to trunk.
git-svn-id: http://svn.osgeo.org/qgis/trunk@6415 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-01-09 02:39:15 +00:00
mhugent
771aa6fce1 Some small changes to use QgsNewHttpConnection for non-wms http connections (WFS in this case)
git-svn-id: http://svn.osgeo.org/qgis/trunk@5740 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-08-28 14:48:57 +00:00
g_j_m
536daaebf9 Remove a redundant connect call for the help button (it's done
somewhere else)


git-svn-id: http://svn.osgeo.org/qgis/trunk@5615 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-07-20 09:00:27 +00:00
g_j_m
cf3fdb8973 Fix for ticket #197. The tab order is now set by the .ui file rather
than explicit code in the .cpp file.


git-svn-id: http://svn.osgeo.org/qgis/trunk@5614 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-07-20 08:54:54 +00:00
g_j_m
69c0c360e2 Save and read the wms proxy password and user from the config
file. Should resolve ticket #8


git-svn-id: http://svn.osgeo.org/qgis/trunk@5243 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-04-10 08:55:44 +00:00
g_j_m
965c86fe86 Trim leading and trailing spaces from WMS settings when storing them.
I have often found that cutting/pasting WMS url's from webpages that I
get extraneous spaces which then prevent wms from working.



git-svn-id: http://svn.osgeo.org/qgis/trunk@5233 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-04-08 23:46:52 +00:00
gsherman
db7c080df0 Enabled help buttons in the wms dialogs
git-svn-id: http://svn.osgeo.org/qgis/trunk@4692 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-15 20:57:38 +00:00
telwertowski
36547f4972 Convert deprecated Qt3 QDialog(parent, name, modal, flags) constructors to Qt4 QDialog(parent, flags) constructors. Use QgisGui::ModalDialogFlags to specify modal dialogs.
git-svn-id: http://svn.osgeo.org/qgis/trunk@4688 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-15 12:08:18 +00:00
timlinux
42636d6ba8 Moved all sources for gui lib into src/gui and updated all dependent classes and makefiles
git-svn-id: http://svn.osgeo.org/qgis/trunk@4619 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-08 23:18:32 +00:00