4385 Commits

Author SHA1 Message Date
g_j_m
8cb9813be5 Flip the attribute actions dialog so that the useful things are at the top.
git-svn-id: http://svn.osgeo.org/qgis/trunk@5954 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-10-14 01:46:48 +00:00
g_j_m
b4fce7ceb9 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@5953 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-10-14 01:38:23 +00:00
g_j_m
e4d1bc8cd6 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@5944 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-10-13 10:30:02 +00:00
g_j_m
333f9793f8 Added an entry to the tbl_projection table for the Krovak
projection. Resolves ticket #247.


git-svn-id: http://svn.osgeo.org/qgis/trunk@5943 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-10-13 09:50:50 +00:00
g_j_m
010f337154 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@5942 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-10-13 08:08:44 +00:00
wonder
65b5764af0 Fixed ticket #287 - updating GRASS region
git-svn-id: http://svn.osgeo.org/qgis/trunk@5941 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-10-13 00:42:41 +00:00
wonder
f1faa61f09 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@5940 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-10-12 23:49:22 +00:00
wonder
eceb4e8f2d 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@5939 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-10-12 16:24:55 +00:00
g_j_m
adb5b481e8 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@5938 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-10-11 08:59:41 +00:00
wonder
a62d1bffc6 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@5937 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-10-10 12:39:57 +00:00
timlinux
e27400142b Updates for building with qmake under windows
git-svn-id: http://svn.osgeo.org/qgis/trunk@5936 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-10-10 01:45:03 +00:00
homann
c9b3a3a652 Fixed browsing/testing of custom projections
git-svn-id: http://svn.osgeo.org/qgis/trunk@5935 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-10-09 16:40:24 +00:00
g_j_m
65029d9eeb 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@5934 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-10-09 06:38:04 +00:00
telwertowski
94b9c133b3 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@5933 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-10-09 02:45:38 +00:00
homann
ead5879a38 One more..
git-svn-id: http://svn.osgeo.org/qgis/trunk@5932 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-10-08 08:49:47 +00:00
homann
af83fb1941 I18n of shapfileName
git-svn-id: http://svn.osgeo.org/qgis/trunk@5931 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-10-08 08:48:26 +00:00
homann
6fc8c88728 Added WGS84 datum to GEOPROJ4 string
git-svn-id: http://svn.osgeo.org/qgis/trunk@5928 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-10-07 22:04:07 +00:00
homann
3e87973a1d I18n on shapefileName
git-svn-id: http://svn.osgeo.org/qgis/trunk@5927 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-10-07 22:00:35 +00:00
homann
d095b734fe I18n on shapefileName
git-svn-id: http://svn.osgeo.org/qgis/trunk@5926 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-10-07 22:00:04 +00:00
g_j_m
25e0720419 Update README to v0.8 stuff and the move from sourceforge to qgis.org
git-svn-id: http://svn.osgeo.org/qgis/trunk@5920 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-10-06 23:00:50 +00:00
mhugent
d54673ee72 Remove httptransaction from wms provider dir because it is in core lib now
git-svn-id: http://svn.osgeo.org/qgis/trunk@5919 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-10-06 12:12:28 +00:00
mhugent
5a7720fd06 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@5918 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-10-06 12:03:27 +00:00
g_j_m
0ea970d5c4 Changed use of Q3Url to QUrl
git-svn-id: http://svn.osgeo.org/qgis/trunk@5917 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-10-06 10:49:58 +00:00
g_j_m
7affb8f0ef Move Q3Url code to QUrl
git-svn-id: http://svn.osgeo.org/qgis/trunk@5916 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-10-06 10:37:48 +00:00
g_j_m
eadd9b12db Migrate a Qt3 construct to Qt4
git-svn-id: http://svn.osgeo.org/qgis/trunk@5915 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-10-06 09:57:59 +00:00
homann
cb08fde120 Aĺl texts translated. Expect mistakes!
git-svn-id: http://svn.osgeo.org/qgis/trunk@5914 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-10-04 19:38:32 +00:00
mhugent
c66c7cbb1b Replaced Q3ListViewItem* with QTreeWidgetItem* to fix compilation
git-svn-id: http://svn.osgeo.org/qgis/trunk@5913 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-10-04 13:58:49 +00:00
mhugent
25d1ddf623 Another fix for gml multipolygon reading and hopefully a fix for the build system
git-svn-id: http://svn.osgeo.org/qgis/trunk@5912 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-10-04 09:52:36 +00:00
g_j_m
b9083f3c8e 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@5911 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-10-04 08:28:06 +00:00
g_j_m
7ee9b7c574 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@5910 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-10-04 07:46:32 +00:00
g_j_m
bc9c339e4f Fix for ticket #326 (delimited text plugin only allows *.txt files).
git-svn-id: http://svn.osgeo.org/qgis/trunk@5909 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-10-03 20:17:48 +00:00
mhugent
461667573c Fix for a wfs client multipolygon bug
git-svn-id: http://svn.osgeo.org/qgis/trunk@5907 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-10-02 14:51:01 +00:00
mhugent
c1907b3b5c Added a --with-wfs switch to the auto* build system to compile the wfs plugin
git-svn-id: http://svn.osgeo.org/qgis/trunk@5906 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-10-02 09:34:55 +00:00
g_j_m
eab316480e 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@5905 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-10-01 23:52:35 +00:00
g_j_m
b3fbbd9631 Combine separate EXTRA_DIST commands into one to prevent a warning message
git-svn-id: http://svn.osgeo.org/qgis/trunk@5902 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-10-01 08:31:47 +00:00
g_j_m
ba52dcf24c Apply icon mods and additions as in ticket #315.
git-svn-id: http://svn.osgeo.org/qgis/trunk@5901 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-10-01 08:21:40 +00:00
g_j_m
0664ce186a Eliminate the need for create_qm_files.sh to be executable
git-svn-id: http://svn.osgeo.org/qgis/trunk@5899 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-10-01 02:16:10 +00:00
g_j_m
199c785a9b Tidy up the #includes
git-svn-id: http://svn.osgeo.org/qgis/trunk@5898 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-10-01 01:55:05 +00:00
g_j_m
692fec73a3 Look for lat/long before looking for x/y column names
git-svn-id: http://svn.osgeo.org/qgis/trunk@5897 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-09-30 23:24:45 +00:00
g_j_m
d01a00268d 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@5896 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-09-30 23:23:09 +00:00
g_j_m
7575886b1b Update the config file location in the man page
git-svn-id: http://svn.osgeo.org/qgis/trunk@5895 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-09-30 23:08:54 +00:00
g_j_m
d8dada7c69 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@5894 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-09-30 19:53:00 +00:00
g_j_m
4e2d29bc76 Tweak to previous commit
git-svn-id: http://svn.osgeo.org/qgis/trunk@5893 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-09-30 19:49:36 +00:00
g_j_m
2505f0d0ab Add another tr(). Part of ticket #316.
git-svn-id: http://svn.osgeo.org/qgis/trunk@5892 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-09-30 19:25:54 +00:00
homann
9a1ade3d55 Added translations
git-svn-id: http://svn.osgeo.org/qgis/trunk@5891 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-09-30 18:43:35 +00:00
g_j_m
b906049bda A speculative fix for some compilation problems as a result of commit
r5887. May need more tweaking...


git-svn-id: http://svn.osgeo.org/qgis/trunk@5890 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-09-30 11:56:40 +00:00
mhugent
80084da84c Use str tree spatial index from geos for the wfsprovider
git-svn-id: http://svn.osgeo.org/qgis/trunk@5889 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-09-30 09:17:48 +00:00
g_j_m
4e0db539a7 Remove the sourceforge menu item (as suggested in ticket #285).
git-svn-id: http://svn.osgeo.org/qgis/trunk@5888 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-09-30 06:58:22 +00:00
g_j_m
358800d753 Apply patches given in ticket #313
git-svn-id: http://svn.osgeo.org/qgis/trunk@5887 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-09-30 06:22:55 +00:00
g_j_m
f7117cb6da Apply patch in ticket #316.
Tidy up #includes in qgslabelattributes.*
Remove a compiler warning about returning a temporary object in qgslabelattribute.*


git-svn-id: http://svn.osgeo.org/qgis/trunk@5886 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-09-30 05:58:51 +00:00