4310 Commits

Author SHA1 Message Date
telwertowski
db8db7e00d Update Mac release scripts for 0.8.0 Preview 2.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5826 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-09-14 19:41:53 +00:00
g_j_m
cf777df190 Enable legends for continuous colour renderers. Despite what a comment
said in the code, it works fine with the continuous renderer.


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5825 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-09-14 10:04:41 +00:00
g_j_m
c3cfef7cf9 - Fix the bug where setting the outline thickness of polygons
didn't work with a continuous renderer.
- Only show the 'draw polygon outline' check box when the layer
  type is polygon
- Allow a outline thickness of 0 (gives a 1 pixel line)


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5824 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-09-13 08:32:40 +00:00
g_j_m
6c6d9e6f29 Yet another tweak to svn r5815 (dialog box now remembers the
drawpolyogn toggle state 


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5823 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-09-13 04:46:36 +00:00
g_j_m
3d74c132f6 Tweak to go with svn r5815
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5821 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-09-13 00:36:55 +00:00
timlinux
552f9ed098 Fix typo in commnets for zoom in map tool
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5819 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-09-12 23:50:02 +00:00
timlinux
4249cc5dd2 Show info on QgsDebug if srs db is not found (and path where it was being sought)
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5818 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-09-12 23:49:09 +00:00
timlinux
c4c77f18c1 Build with qt4.2 preview
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5817 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-09-12 23:47:30 +00:00
timlinux
5ae5ce32fe Minor updates to debug output
Try to do a better job of deploying .py files on mac


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5816 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-09-12 23:32:42 +00:00
g_j_m
c6c958533f Fix for ticket #264 (polygon outlines obscure continuous colours for
small or zoomed out polygons).


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5815 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-09-12 11:00:32 +00:00
perrygeo
5de35f381c quick fix to allow 24bit output jpegs
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5814 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-09-12 00:09:40 +00:00
perrygeo
c75a70be70 Some refactoring. Fixed problem related to number of parameters passed to Qgis2Map.setOptions.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5808 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-09-10 23:27:14 +00:00
g_j_m
d505ae1fad Treat the QProcess with more care so as to avoid a message about the
QProcess being deleted before its process finished.


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5807 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-09-10 09:14:06 +00:00
timlinux
a6ceea97c7 Wired in qprocess launch of mapserver export dialog
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5804 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-09-10 03:14:41 +00:00
timlinux
654f1108d7 Add static method to find msexport app
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5803 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-09-10 02:54:19 +00:00
g_j_m
60a3f5a5e5 Tidy up #includes
Add tr() to some more user-visible text
Move from std::cerr/cout to QgsLogger


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5802 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-09-10 02:08:13 +00:00
timlinux
f5c7f7e4d0 Make msexport a mac bundle
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5801 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-09-10 02:03:13 +00:00
timlinux
4276b81294 Fix compile issue on mac
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5800 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-09-10 01:52:03 +00:00
timlinux
ce822868fc Add PKGDATAPATH to lib too
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5799 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-09-10 01:29:11 +00:00
g_j_m
b84cc65f2d Fix for ticket #263 (not all gpx point were imported).
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5798 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-09-10 01:23:13 +00:00
timlinux
4a32a938f6 Add PKGDATAPATH to cpp flags
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5797 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-09-10 01:07:30 +00:00
g_j_m
c090770c15 Adjust indenting only
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5796 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-09-10 01:00:27 +00:00
g_j_m
3f24fa91fc Tidy up #includes
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5795 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-09-10 00:51:44 +00:00
timlinux
c7dad62c82 Use package data path to locate py script
Install python into PKGDATAPATH/python
(Still needs further testing)


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5794 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-09-10 00:39:17 +00:00
timlinux
cf1a84403d Use qt4 as default dir
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5793 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-09-10 00:37:55 +00:00
g_j_m
7fb1f9077f Move some debugging output to QgsLogger::debug
Remove unnecessary #includes
Move from Qt3 to Qt4 style of includes


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5785 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-09-09 01:30:19 +00:00
g_j_m
428f5b95c8 A missed file change to go with ticket #257 and SVN r5761
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5779 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-09-07 10:47:08 +00:00
g_j_m
ecd23ccbad Fix for part of ticket #247 (unable to create a custom projection)
Also move some debugging output to QgsLogger


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5778 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-09-07 10:37:30 +00:00
g_j_m
aaf5b9ca16 Move various debugging outputs to QgsLogger::debug so as to reduce
the amount of user-confusing output on the console.


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5777 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-09-07 06:04:55 +00:00
perrygeo
082eb51c70 added scale ranges and class names
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5776 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-09-07 05:15:19 +00:00
gsherman
ce0d6a218f Improved layout of dialog.
Removed the MinScale and MaxScale fields from the dialog.


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5775 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-09-07 04:56:07 +00:00
gsherman
a95961d2ce updated tooltips
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5774 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-09-07 04:13:08 +00:00
timlinux
3c7b6b94c2 Remove deprecated call to setMainWidget
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5773 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-09-07 03:53:07 +00:00
timlinux
f2fd6299c6 Set QCoreApplication organisation name etc so we can use qgis qsettings
for state handling



git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5772 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-09-07 03:09:41 +00:00
gsherman
4434418be3 Fix for segfault. Fixted dialog tab order
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5771 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-09-07 03:08:16 +00:00
perrygeo
8bba418a7a new features in python mapfile exporter
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5770 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-09-07 03:01:35 +00:00
timlinux
6c327a63fb Gui cleanups:
- set buddies for line edits
 - set layout spacing to 6pt through out to remove that scrunched up look
 - set tab order to something other than random :-)



git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5769 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-09-07 02:28:27 +00:00
timlinux
28e6972d4f Linux friendly python include path
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5768 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-09-07 02:20:12 +00:00
timlinux
e33003fd74 Qmake project file for quick and dirty testing & building
Removed redundant include in cpp


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5767 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-09-07 02:19:20 +00:00
wonder
883c073a2e Small cleanups in debug messages, now displaying correct total rendering time.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5766 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-09-06 23:13:02 +00:00
g_j_m
aee0750954 Uncomment a debugging #ifdef
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5765 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-09-06 21:25:11 +00:00
g_j_m
f2e9c66802 Fix for ticket #258 (crash when loaded a wms capabilities document)
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5764 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-09-06 21:24:10 +00:00
wonder
a6a5c5b005 Additional fix for #249 - searching attributes with non-ascii characters.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5763 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-09-06 13:02:51 +00:00
g_j_m
f4a3dd3d5a Fix for ticket #260 (crashing when clicking on map canvas)
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5762 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-09-06 09:39:21 +00:00
g_j_m
1cace30846 Changes for ticket #257 (UI tweaks).
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5761 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-09-05 11:00:05 +00:00
telwertowski
fb4880f0fd Add support for Qt/Mac 4.2. QtDesigner and QtTest are frameworks in 4.2 but libraries in prior Qt versions.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5760 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-09-05 03:13:39 +00:00
mhugent
1cd8a42776 Replaced some std::couts in QgsHttpTransaction with QgsDebugMsg
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5759 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-09-04 14:41:26 +00:00
g_j_m
f474c06191 Fix for ticket #253 (crash when using 'identify features').
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5758 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-09-04 09:45:49 +00:00
mhugent
37cff7e7c6 Corrected the automake stuff in the wfs provider. Note that wfs does not get built without hacking plugins/Makefile.am and providers/Makefile.am to not disturb the build process of the 'stable' qgis version
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5757 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-09-03 16:35:41 +00:00
g_j_m
07a3d8ab93 - Provide the user with the option of deleting an existing world file
(rather than just telling that they need to do so)
- Re-instate some more debugging #ifdef's


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5756 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-09-02 11:46:31 +00:00