timlinux
456662f492
Install qgis into <path>/QuantumGIS rather than <path>/Quantum GIS so that grass shell can work. Note user still needs to intall in a base dir with no spaces. i.e. installing into c:\Program Files\QuantumGIS will not allow shell to work as the path has spaces in it.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6146 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-29 12:25:28 +00:00
timlinux
0e84c0e388
Incude msys in installer so grass shell works
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6145 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-29 12:06:30 +00:00
timlinux
ff7d1086e2
Plugins now show up in plugin manager
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6144 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-29 11:57:03 +00:00
g_j_m
cdd31154b9
Replase some depreciated Qt calls (an attempt to fix ticket #405 , but
...
it didn't help).
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6143 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-29 08:56:41 +00:00
rblazek
7947fc49b3
fixed ticket 345 (Cannot find translate)
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6142 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-28 14:50:25 +00:00
timlinux
0618566e56
Remove this from all provider pro files as it causes linking to debug qt libs and also these params should be specified once in settings.pro only! (Fixes build of providers when building in release mode only (not debug_and_release).
...
CONFIG += qt dll thread debug rtti
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6141 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-28 14:26:52 +00:00
timlinux
6549f2912b
Remove this from all plugin pro files as it causes linking to debug qt libs and also these params should be specified once in settings.pro only! (Fixes build of plugins when building in release mode only (not debug_and_release).
...
CONFIG += qt dll thread debug rtti
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6140 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-28 14:24:06 +00:00
rblazek
b6811727ee
fixed ticket 389 (new vector is not added to QGIS
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6139 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-28 13:34:44 +00:00
telwertowski
3ee93d0c24
Size adjustments to improve Mac appearance.
...
As much as possible, sizes for controls should be avoided so that each platform can choose its own preferred size. Mac fonts and controls tend to be a few pixels larger than X11. Using absolute numbers to tighten a layout on X11 often results in truncated or compressed items on a Mac. A QPushButton will not render correctly on a Mac for widths less than 60.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6138 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-27 20:42:37 +00:00
telwertowski
953211b380
Update Mac release scripts for Qt 4.2.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6137 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-27 19:05:12 +00:00
telwertowski
c822f1d505
Use the full label text when using scrolling tabs on a Mac. Otherwise, there is too much ellipsis and the labels are undecipherable.
...
(Note: this and related change r6129 are the first to require Qt4.2.)
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6136 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-27 19:03:48 +00:00
mhugent
84566b9f8e
Commented out two assert statements
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6135 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-27 17:05:23 +00:00
mhugent
a482226b11
Fix for display of 'saveAsShapefile' for layers which don't support this operation
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6134 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-27 08:03:55 +00:00
telwertowski
8e9ef998fb
Update Mac release scripts.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6133 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-27 07:55:26 +00:00
telwertowski
b238eab860
Restore splash_mask which was deleted in r5937 but is being used again in r6128.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6132 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-27 07:43:39 +00:00
gsherman
32d726d305
updated context help files
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6131 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-27 05:30:58 +00:00
gsherman
fb2ab2aab5
Enabled context help for raster layer properties dialog.
...
Added some tool tips to the project properties dialog.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6130 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-27 04:39:49 +00:00
timlinux
3f645a2bb8
Force tab bar scrolling on mac. For me it doesnt make the scroll icons appear but at least teh tabbar doesnt autoexpand any more
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6129 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-27 03:13:34 +00:00
timlinux
d56bccc3d8
Bugfix for #387 - revert to using heuristic mask on mac since automasking leaves 'holes' in the splash image.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6128 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-27 02:05:59 +00:00
gsherman
ba3c09a13f
Removed magphase option from pyramid generation. This apparently causes
...
image corruption in some instances. Ticket #284 moved to 0.9 for
reconsideration at a later date.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6127 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-26 23:41:29 +00:00
gsherman
1654d3ea71
Added context help to vector properties dialog.
...
Enabled the Help button on the vector properties dialog
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6126 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-26 23:14:13 +00:00
gsherman
4adc1be6fb
Removed bogus test record from bookmarks table
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6125 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-26 20:41:22 +00:00
gsherman
a31e2e5d0b
Fixed help viewer to handle cases where no LANG (locale) is set.
...
Updated mapserver export tool to support context help.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6124 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-26 20:17:58 +00:00
gsherman
7469095d6b
Context help for MapServer export
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6123 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-26 20:16:14 +00:00
telwertowski
6a9a02c0ed
Don't provide Qt::WindowFlags when creating modal dialogs in Qt 4.2.
...
Prior to 4.2, they are needed to approximate modal behavior on a Mac. As of 4.2, Qt creates modal dialogs depending upon context. The flags are no longer necessay and can cause crashes in some instances.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6122 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-25 07:19:13 +00:00
timlinux
c62ac20177
Dont build debug version by default
...
Include OBJ/ui in search path
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6121 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-24 20:38:29 +00:00
mhugent
33b74e6e19
Changed the structure of the wfs provider such that it can now also read gml data from file
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6119 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-23 14:59:43 +00:00
wonder
9884183ac6
Added section on how to compile debug versions of Qt libraries
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6118 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-23 13:04:01 +00:00
wonder
4c9f885b91
Updated instructions for building QGIS with MSYS environment.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6117 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-23 10:58:37 +00:00
timlinux
74d27a1a15
Updated icon for windows with one supplied by Jean-Philippe Hussenet (thanks Jean-Phillipe!)
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6114 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-21 15:53:23 +00:00
g_j_m
76f82b90f4
Fix for ticket #400 (postgresql passwords with spaces didn't work). Now
...
also works with other punctuation characters too.
Also a tidy up of some odd \ characters
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6113 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-18 20:44:53 +00:00
mhugent
e321270c12
Added a unstable warning in the dialog for the wfs plugin. Native english speakers: feel free to change the sentence
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6112 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-18 11:40:56 +00:00
g_j_m
b81c9ffada
Remove a bit of qt3 compability code
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6111 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-17 20:27:02 +00:00
wonder
95938b3423
Check whether lex/flex and yacc/bison really exist. Fix for ticket #395 .
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6105 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-17 10:05:32 +00:00
g_j_m
de1934f46b
Make the 'pixmap not found' message a bit clearer
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6104 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-17 03:31:15 +00:00
wonder
bd9f9fe5ab
Fixed a copy-paste bug which was causing an infinite loop while parsing output.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6103 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-17 01:59:12 +00:00
gsherman
ccf5074940
Updated SPONSORS with latest donor information
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6102 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-17 00:27:26 +00:00
wonder
61bea2fd0b
Fixed crash when selecting custom projection in projection selector.
...
(caused by QgsDebug(myDatabaseFileName) ... it expects C string, not QString)
Changed some debug messages from std::cout to QgsDebugMsg.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6101 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-16 23:51:43 +00:00
timlinux
903e002de3
Vietnamese translation added
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6100 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-16 19:30:05 +00:00
gsherman
daae8b87b2
Removed files inadvertently added to version control
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6099 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-16 18:30:23 +00:00
mhugent
4a4b45fe85
Use Qt::NoPen and Qt::NoBrush for features not contained in a graduated symbol item. Before this commit, the pen and brush of the last feature was used
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6098 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-16 11:25:36 +00:00
gsherman
de64361517
enable context help for gps plugin
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6097 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-16 06:13:59 +00:00
gsherman
ad58e3d1d9
updated help files
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6096 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-16 05:41:31 +00:00
gsherman
f300e0ee1a
adjust help context id to positive integer
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6095 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-16 05:40:21 +00:00
gsherman
81dc237b59
changed suggestion message for missing help files
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6094 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-16 05:36:04 +00:00
gsherman
6c7a538cfa
added context help button to attribute display dialog
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6093 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-16 05:35:04 +00:00
gsherman
cf82985f7a
added context help button to attribute display dialog
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6092 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-16 05:34:45 +00:00
gsherman
81bb6f14ab
changes to helpviewer to use context help files installed in ./share/qgis/resources/context_help
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6091 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-16 03:39:30 +00:00
gsherman
3aa2a7c900
adjustments to context help ids to make them positive integers
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6090 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-16 02:27:32 +00:00
gsherman
9aad5baed6
updated configure.in to support the resources/context_help directory
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6089 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-16 02:26:02 +00:00