4254 Commits

Author SHA1 Message Date
wonder
9445f2fb79 Install include files from the libraries.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5961 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-10-15 11:44:09 +00:00
wonder
606bf5766f Fix for ticket #296 - the layer's coordinates have been projected also with projections disabled.
Grrr... why there are 2 different implementations for zoom to layer extent?!
1. QgisApp
2. QgsLegend


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5960 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-10-14 13:23:51 +00:00
g_j_m
828e7f226f Reversion of change to the sql that worked out what view column depend on
which table columns - the recent commit didn't work when the database had more
than one view, and in fact made things worse. Needs further work.


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5959 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-10-14 09:40:31 +00:00
homann
a07b9d57c1 Mer...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5958 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-10-14 09:39:21 +00:00
g_j_m
04d496dba5 Fix for ticket #277 (can't display data in postgres that is a view of a view)
The longstanding problem where views that renamed their column names weren't
loaded is also fixed.

Another problem where qgis wouldn't load a table where the table name or key
column name contained capital letters is also fixed (everything is now
laboriously quoted correctly).



git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5957 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-10-14 08:48:28 +00:00
g_j_m
e72a92e5fa - Modify the list of default wms servers to be ones that work correctly with
qgis
- Add a message stating that the user may need to set a web proxy to access
the servers


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5956 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-10-14 06:09:50 +00:00
g_j_m
35ce5450fb Fix fo ticket #294 (load project didn't honour the collapsed/expanded state of
legend layers). Seems to be a bug in Qt, so this commit implements a
workaround. 


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5955 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-10-14 02:33:45 +00:00
g_j_m
34854aeb23 Flip the attribute actions dialog so that the useful things are at the top.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5954 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-10-14 01:46:48 +00:00
g_j_m
e35c82aa66 Move some more Q3 widgets to their Qt4 counterpart
Tidy up of the vector layer properties dialog box
 - remove some the excess space around widgets
 - make the contents of the tabs scale to fit the whole dialog box
Fix a few uic warnings


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5953 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-10-14 01:38:23 +00:00
g_j_m
6634ed583d Fix problem where the user copy of the qgis.db database wasn't being
copied into the correct place because some other part of qgis had the
file open, preventing copying of it. The copy is now done sooner in
qgis's startup process to avoid this problem.


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5944 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-10-13 10:30:02 +00:00
g_j_m
cb27ea57a7 Added an entry to the tbl_projection table for the Krovak
projection. Resolves ticket #247.


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5943 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-10-13 09:50:50 +00:00
g_j_m
aae81ccd5c Provide the means to add some pre-defined wms servers to the server
list. Addresses ticket #341.


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5942 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-10-13 08:08:44 +00:00
wonder
9465dc5f8a Fixed ticket #287 - updating GRASS region
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5941 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-10-13 00:42:41 +00:00
wonder
02394055e3 Ownership of map tools is not given to map canvas anymore, this means that
caller has to save the pointer to the map tool and then delete it. It's
possible to delete map tool while it's being used in map canvas - destructor
of QgsMapTool calls QgsMapCanvas::unsetMapTool(this) to ensure that the tool
won't be used anymore. Having this function in destructor of every map tool,
it's not needed to call it explicitly.


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5940 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-10-12 23:49:22 +00:00
wonder
98497bd065 Fix for ticket #323 (diacritics in column name).
Use QgsLogger in QgsSearchTreeNode instead of std::cout.


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5939 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-10-12 16:24:55 +00:00
g_j_m
909af2ffc3 Provide menu options to view and hide the toolbars. This provides a
way out of the pickle that one can get into if one hides all of the
toolbars (there was then no way to get them back with the gui). Due to
the lack of a listToolbars() function for QMainWindow, there is no way
to get a list of all of the toolbars that an application has, so
toolbars that are added by the plugins, for example, aren't able to be
controlled using these changes.


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5938 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-10-11 08:59:41 +00:00
wonder
44d6e073e8 Better splash screen handling:
- with Qt4.2 it doesn't produce X server errors in RENDER extension
- splash_mask.png is not needed - transparency is used from splash.png


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5937 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-10-10 12:39:57 +00:00
timlinux
5ec2ad382b Updates for building with qmake under windows
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5936 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-10-10 01:45:03 +00:00
homann
d0d7a5f74d Fixed browsing/testing of custom projections
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5935 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-10-09 16:40:24 +00:00
g_j_m
fe233b7157 Reconnect the default srid and geometry column name qcheckboxes to the
appropriate function (probably hasn't worked since the move to Qt4).


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5934 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-10-09 06:38:04 +00:00
telwertowski
cc9c92ae95 Use QFile::encode to convert a QString containing a filename to a c-string. Mac expects Utf8 and *nix expects local8Bit. QFile will do the right thing for each platform and not mangle Mac non-ASCII filenames.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5933 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-10-09 02:45:38 +00:00
homann
65abaf6d1a One more..
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5932 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-10-08 08:49:47 +00:00
homann
f526868f52 I18n of shapfileName
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5931 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-10-08 08:48:26 +00:00
homann
faf8073c8b Added WGS84 datum to GEOPROJ4 string
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5928 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-10-07 22:04:07 +00:00
homann
1af2f67550 I18n on shapefileName
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5927 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-10-07 22:00:35 +00:00
homann
6791cc1e7f I18n on shapefileName
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5926 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-10-07 22:00:04 +00:00
g_j_m
9874866c2f Update README to v0.8 stuff and the move from sourceforge to qgis.org
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5920 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-10-06 23:00:50 +00:00
mhugent
9722b2d2b3 Remove httptransaction from wms provider dir because it is in core lib now
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5919 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-10-06 12:12:28 +00:00
mhugent
06f864fcb4 Some modifications for portable WFS support: Moved QgsHttpTransaction to the core library, moved GetCapabilities methods from the wfs provider to the plugin (to class QgsWFSSourceSelect)
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5918 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-10-06 12:03:27 +00:00
g_j_m
7e7985d17b Changed use of Q3Url to QUrl
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5917 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-10-06 10:49:58 +00:00
g_j_m
6eb975b458 Move Q3Url code to QUrl
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5916 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-10-06 10:37:48 +00:00
g_j_m
8c445c8244 Migrate a Qt3 construct to Qt4
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5915 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-10-06 09:57:59 +00:00
homann
29421209f4 Aĺl texts translated. Expect mistakes!
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5914 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-10-04 19:38:32 +00:00
mhugent
c449d4a329 Replaced Q3ListViewItem* with QTreeWidgetItem* to fix compilation
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5913 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-10-04 13:58:49 +00:00
mhugent
c1a941d9f0 Another fix for gml multipolygon reading and hopefully a fix for the build system
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5912 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-10-04 09:52:36 +00:00
g_j_m
868e39a2f3 Move the identify results dialog from a Qt3 to a Qt4 widget
Make the derived item italics
Due to the change to Qt4 the derived item now also sorts to the top
(which neatly fixes ticket #302)


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5911 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-10-04 08:28:06 +00:00
g_j_m
ed382f376a Tweak to the file filters for the delimited text plugin file selection
dialog. The all files filter should work better on windows now.


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5910 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-10-04 07:46:32 +00:00
g_j_m
6533fa9cc8 Fix for ticket #326 (delimited text plugin only allows *.txt files).
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5909 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-10-03 20:17:48 +00:00
mhugent
e1848868ef Fix for a wfs client multipolygon bug
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5907 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-10-02 14:51:01 +00:00
mhugent
535d232e88 Added a --with-wfs switch to the auto* build system to compile the wfs plugin
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5906 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-10-02 09:34:55 +00:00
g_j_m
72e431da43 Fix for the delimited text provider excluding features that are exactly on the boundary (could of sworn that I'd fixed this problem a while ago, but there's no record of it in svn). Partial fix for ticket #322.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5905 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-10-01 23:52:35 +00:00
g_j_m
f663812668 Combine separate EXTRA_DIST commands into one to prevent a warning message
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5902 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-10-01 08:31:47 +00:00
g_j_m
cb7ac5eaee Apply icon mods and additions as in ticket #315.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5901 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-10-01 08:21:40 +00:00
g_j_m
c7b985a448 Eliminate the need for create_qm_files.sh to be executable
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5899 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-10-01 02:16:10 +00:00
g_j_m
dadb48877f Tidy up the #includes
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5898 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-10-01 01:55:05 +00:00
g_j_m
c90276ece2 Look for lat/long before looking for x/y column names
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5897 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-09-30 23:24:45 +00:00
g_j_m
aca0329696 Fix for ticket #320 (delimited plugin doesn't attempt to choose
sensible fields for the lat/long)


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5896 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-09-30 23:23:09 +00:00
g_j_m
bd011450e1 Update the config file location in the man page
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5895 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-09-30 23:08:54 +00:00
g_j_m
5e95efd8b9 Move the isfinite checks in the wms provider to the qgsrect class and
use numeric_limits instead of the C99 isfinite macro/function. Remove
the check for a functioning isfinite macro/function


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5894 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-09-30 19:53:00 +00:00
g_j_m
b0e13e25e9 Tweak to previous commit
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5893 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-09-30 19:49:36 +00:00