4102 Commits

Author SHA1 Message Date
mhugent
ece1394e72 disabled all vector layer related actions at startup (editing, table, select). This should fix ticket 271
git-svn-id: http://svn.osgeo.org/qgis/trunk@5833 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-09-18 09:00:08 +00:00
morb_au
d6d5a76025 Windows build cross-compiling (from Linux) improvements:
* If postgres is not requested in the autogen/configure, do not attempt to build the geoprocessing and spit plugins (they have no meaning if postgres is not available).

* Rearrange the acinclude (configure) test for the Qt version so that the Qt/Windows version is tested first.  This resolves an issue when the Qt/Windows library is mounted on the linux compiler platform as smbfs, where case-insensitive matching was triggered; therefore allowing the Qt/Windows-style includes to be mis-detected as Qt/X11-style includes.


git-svn-id: http://svn.osgeo.org/qgis/trunk@5830 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-09-16 07:08:08 +00:00
g_j_m
410781c9fd Fix for ticket #272 (warning message about not being able to delete a
bookmark when qgis actually did).
Also now provides a gui message when it does fail


git-svn-id: http://svn.osgeo.org/qgis/trunk@5829 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-09-16 06:45:44 +00:00
g_j_m
76e09e1ce6 Fix for the problem with the auto* process failing when svnversion isn't
available. 


git-svn-id: http://svn.osgeo.org/qgis/trunk@5828 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-09-15 09:25:08 +00:00
telwertowski
33de7735ad Update Mac release scripts for 0.8.0 Preview 2.
git-svn-id: http://svn.osgeo.org/qgis/trunk@5826 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-09-14 19:41:53 +00:00
g_j_m
4e35bb8b4b 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@5825 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-09-14 10:04:41 +00:00
g_j_m
5f557ef7d0 - 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@5824 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-09-13 08:32:40 +00:00
g_j_m
2c8c195ce1 Yet another tweak to svn r5815 (dialog box now remembers the
drawpolyogn toggle state 


git-svn-id: http://svn.osgeo.org/qgis/trunk@5823 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-09-13 04:46:36 +00:00
g_j_m
44a2bc351b Tweak to go with svn r5815
git-svn-id: http://svn.osgeo.org/qgis/trunk@5821 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-09-13 00:36:55 +00:00
timlinux
b672fa7abe Fix typo in commnets for zoom in map tool
git-svn-id: http://svn.osgeo.org/qgis/trunk@5819 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-09-12 23:50:02 +00:00
timlinux
2e0a381714 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@5818 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-09-12 23:49:09 +00:00
timlinux
57264d4f32 Build with qt4.2 preview
git-svn-id: http://svn.osgeo.org/qgis/trunk@5817 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-09-12 23:47:30 +00:00
timlinux
cafdaebc6a 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@5816 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-09-12 23:32:42 +00:00
g_j_m
ebebef5ac0 Fix for ticket #264 (polygon outlines obscure continuous colours for
small or zoomed out polygons).


git-svn-id: http://svn.osgeo.org/qgis/trunk@5815 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-09-12 11:00:32 +00:00
perrygeo
3dfeb087e9 quick fix to allow 24bit output jpegs
git-svn-id: http://svn.osgeo.org/qgis/trunk@5814 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-09-12 00:09:40 +00:00
perrygeo
d36c1367d6 Some refactoring. Fixed problem related to number of parameters passed to Qgis2Map.setOptions.
git-svn-id: http://svn.osgeo.org/qgis/trunk@5808 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-09-10 23:27:14 +00:00
g_j_m
991a3e24d6 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@5807 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-09-10 09:14:06 +00:00
timlinux
ad44151095 Wired in qprocess launch of mapserver export dialog
git-svn-id: http://svn.osgeo.org/qgis/trunk@5804 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-09-10 03:14:41 +00:00
timlinux
a42798e61d Add static method to find msexport app
git-svn-id: http://svn.osgeo.org/qgis/trunk@5803 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-09-10 02:54:19 +00:00
g_j_m
8b7c713150 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@5802 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-09-10 02:08:13 +00:00
timlinux
f0db600a35 Make msexport a mac bundle
git-svn-id: http://svn.osgeo.org/qgis/trunk@5801 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-09-10 02:03:13 +00:00
timlinux
e2535d79b1 Fix compile issue on mac
git-svn-id: http://svn.osgeo.org/qgis/trunk@5800 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-09-10 01:52:03 +00:00
timlinux
72dc07195b Add PKGDATAPATH to lib too
git-svn-id: http://svn.osgeo.org/qgis/trunk@5799 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-09-10 01:29:11 +00:00
g_j_m
7f9adc955a Fix for ticket #263 (not all gpx point were imported).
git-svn-id: http://svn.osgeo.org/qgis/trunk@5798 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-09-10 01:23:13 +00:00
timlinux
29b7cb1362 Add PKGDATAPATH to cpp flags
git-svn-id: http://svn.osgeo.org/qgis/trunk@5797 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-09-10 01:07:30 +00:00
g_j_m
1af445801c Adjust indenting only
git-svn-id: http://svn.osgeo.org/qgis/trunk@5796 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-09-10 01:00:27 +00:00
g_j_m
56cfc7e1de Tidy up #includes
git-svn-id: http://svn.osgeo.org/qgis/trunk@5795 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-09-10 00:51:44 +00:00
timlinux
4edeaecc7e 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@5794 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-09-10 00:39:17 +00:00
timlinux
74641570e9 Use qt4 as default dir
git-svn-id: http://svn.osgeo.org/qgis/trunk@5793 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-09-10 00:37:55 +00:00
g_j_m
0c57c5508a 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@5785 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-09-09 01:30:19 +00:00
g_j_m
7b05bca6d8 A missed file change to go with ticket #257 and SVN r5761
git-svn-id: http://svn.osgeo.org/qgis/trunk@5779 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-09-07 10:47:08 +00:00
g_j_m
7343b6106e 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@5778 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-09-07 10:37:30 +00:00
g_j_m
69d99b146a 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@5777 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-09-07 06:04:55 +00:00
perrygeo
a398f6857d added scale ranges and class names
git-svn-id: http://svn.osgeo.org/qgis/trunk@5776 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-09-07 05:15:19 +00:00
gsherman
f506cf1b23 Improved layout of dialog.
Removed the MinScale and MaxScale fields from the dialog.


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



git-svn-id: http://svn.osgeo.org/qgis/trunk@5772 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-09-07 03:09:41 +00:00
gsherman
21e4ab8aa9 Fix for segfault. Fixted dialog tab order
git-svn-id: http://svn.osgeo.org/qgis/trunk@5771 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-09-07 03:08:16 +00:00
perrygeo
d6a3885f3b new features in python mapfile exporter
git-svn-id: http://svn.osgeo.org/qgis/trunk@5770 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-09-07 03:01:35 +00:00
timlinux
e6e6c652b7 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@5769 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-09-07 02:28:27 +00:00
timlinux
2e9041ace9 Linux friendly python include path
git-svn-id: http://svn.osgeo.org/qgis/trunk@5768 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-09-07 02:20:12 +00:00
timlinux
69b3964c23 Qmake project file for quick and dirty testing & building
Removed redundant include in cpp


git-svn-id: http://svn.osgeo.org/qgis/trunk@5767 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-09-07 02:19:20 +00:00
wonder
1dcd3a5bc8 Small cleanups in debug messages, now displaying correct total rendering time.
git-svn-id: http://svn.osgeo.org/qgis/trunk@5766 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-09-06 23:13:02 +00:00
g_j_m
9830a34e32 Uncomment a debugging #ifdef
git-svn-id: http://svn.osgeo.org/qgis/trunk@5765 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-09-06 21:25:11 +00:00
g_j_m
52b1c971e2 Fix for ticket #258 (crash when loaded a wms capabilities document)
git-svn-id: http://svn.osgeo.org/qgis/trunk@5764 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-09-06 21:24:10 +00:00
wonder
29fe2fc6f0 Additional fix for #249 - searching attributes with non-ascii characters.
git-svn-id: http://svn.osgeo.org/qgis/trunk@5763 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-09-06 13:02:51 +00:00
g_j_m
7cff7dac9e Fix for ticket #260 (crashing when clicking on map canvas)
git-svn-id: http://svn.osgeo.org/qgis/trunk@5762 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-09-06 09:39:21 +00:00
g_j_m
e240665428 Changes for ticket #257 (UI tweaks).
git-svn-id: http://svn.osgeo.org/qgis/trunk@5761 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-09-05 11:00:05 +00:00
telwertowski
8d4a472f8d 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@5760 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-09-05 03:13:39 +00:00