rblazek
56eab683c5
fixed ticket 389 (new vector is not added to QGIS
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@6139 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-28 13:34:44 +00:00
telwertowski
6a4a4300c8
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@6138 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-27 20:42:37 +00:00
telwertowski
042fb3be83
Update Mac release scripts for Qt 4.2.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@6137 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-27 19:05:12 +00:00
telwertowski
1ffcb6e4aa
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@6136 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-27 19:03:48 +00:00
mhugent
2f07756c97
Commented out two assert statements
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@6135 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-27 17:05:23 +00:00
mhugent
919324b984
Fix for display of 'saveAsShapefile' for layers which don't support this operation
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@6134 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-27 08:03:55 +00:00
telwertowski
ac147d1a61
Update Mac release scripts.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@6133 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-27 07:55:26 +00:00
telwertowski
c00b2b7e0e
Restore splash_mask which was deleted in r5937 but is being used again in r6128.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@6132 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-27 07:43:39 +00:00
gsherman
1a35e69350
updated context help files
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@6131 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-27 05:30:58 +00:00
gsherman
1e34e93134
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@6130 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-27 04:39:49 +00:00
timlinux
77c0882dad
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@6129 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-27 03:13:34 +00:00
timlinux
54ddd76a73
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@6128 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-27 02:05:59 +00:00
gsherman
fdf9e31c7e
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@6127 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-26 23:41:29 +00:00
gsherman
87205dc364
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@6126 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-26 23:14:13 +00:00
gsherman
4caa8b8a41
Removed bogus test record from bookmarks table
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@6125 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-26 20:41:22 +00:00
gsherman
48304a3e83
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@6124 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-26 20:17:58 +00:00
gsherman
f4734765f9
Context help for MapServer export
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@6123 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-26 20:16:14 +00:00
telwertowski
c00f2e3042
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@6122 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-25 07:19:13 +00:00
timlinux
f1429422d7
Dont build debug version by default
...
Include OBJ/ui in search path
git-svn-id: http://svn.osgeo.org/qgis/trunk@6121 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-24 20:38:29 +00:00
mhugent
a7b3bc4fce
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@6119 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-23 14:59:43 +00:00
wonder
9db816be77
Added section on how to compile debug versions of Qt libraries
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@6118 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-23 13:04:01 +00:00
wonder
a5f9b92d91
Updated instructions for building QGIS with MSYS environment.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@6117 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-23 10:58:37 +00:00
timlinux
bf34ea2921
Updated icon for windows with one supplied by Jean-Philippe Hussenet (thanks Jean-Phillipe!)
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@6114 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-21 15:53:23 +00:00
g_j_m
dfe849213f
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@6113 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-18 20:44:53 +00:00
mhugent
2c74287b0a
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@6112 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-18 11:40:56 +00:00
g_j_m
2e32be7789
Remove a bit of qt3 compability code
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@6111 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-17 20:27:02 +00:00
wonder
004b83102b
Check whether lex/flex and yacc/bison really exist. Fix for ticket #395 .
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@6105 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-17 10:05:32 +00:00
g_j_m
0d1c15a6b1
Make the 'pixmap not found' message a bit clearer
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@6104 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-17 03:31:15 +00:00
wonder
4bbdce5818
Fixed a copy-paste bug which was causing an infinite loop while parsing output.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@6103 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-17 01:59:12 +00:00
gsherman
fc84c0d55b
Updated SPONSORS with latest donor information
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@6102 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-17 00:27:26 +00:00
wonder
6b36282069
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@6101 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-16 23:51:43 +00:00
timlinux
efdec5ed0e
Vietnamese translation added
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@6100 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-16 19:30:05 +00:00
gsherman
579a66cd1e
Removed files inadvertently added to version control
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@6099 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-16 18:30:23 +00:00
mhugent
b63dd1aa2b
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@6098 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-16 11:25:36 +00:00
gsherman
6803162a10
enable context help for gps plugin
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@6097 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-16 06:13:59 +00:00
gsherman
282287b138
updated help files
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@6096 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-16 05:41:31 +00:00
gsherman
2cfb16fdb8
adjust help context id to positive integer
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@6095 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-16 05:40:21 +00:00
gsherman
e5608af287
changed suggestion message for missing help files
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@6094 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-16 05:36:04 +00:00
gsherman
a20b7b5054
added context help button to attribute display dialog
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@6093 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-16 05:35:04 +00:00
gsherman
99c3393327
added context help button to attribute display dialog
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@6092 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-16 05:34:45 +00:00
gsherman
31a71272d0
changes to helpviewer to use context help files installed in ./share/qgis/resources/context_help
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@6091 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-16 03:39:30 +00:00
gsherman
8961a03fed
adjustments to context help ids to make them positive integers
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@6090 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-16 02:27:32 +00:00
gsherman
1bbb46107d
updated configure.in to support the resources/context_help directory
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@6089 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-16 02:26:02 +00:00
gsherman
b5fc9eff54
context help files using the hash of the class name as identifier. this will likely change at 0.9 but provides for an expedited 0.8 release
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@6088 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-16 02:24:24 +00:00
mhugent
31717b697d
Fix for ticket #394
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@6087 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-15 17:35:28 +00:00
g_j_m
edafcc3803
Apply patch submitted in ticket #388 . Thanks.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@6086 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-15 08:02:04 +00:00
gsherman
4746d656a2
Updated SPONSORS
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@6085 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-14 02:04:24 +00:00
g_j_m
253e57543a
Fix a bug where the continuous colour renderer would display and use the wrong layer attribute on the second and subsequent invocations of the vector layer properties dialog box (caused by a mismatch between the combo box index and provider attribute index, due to excluding attributes that couldn't be used to colour the features)
...
Fix a bug where the 'draw polygon outline' toggle would appear sometimes for a linestring layer
Fix a typo in a comment
git-svn-id: http://svn.osgeo.org/qgis/trunk@6084 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-13 19:53:12 +00:00
g_j_m
8bbd806203
Fix for ticket #280 . All exceptions thrown while trying to transform
...
points are caught.
git-svn-id: http://svn.osgeo.org/qgis/trunk@6083 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-12 08:37:34 +00:00
timlinux
e64c9a906c
Removed a couple more win32 defines that I had temporarily inserted to disable building postgres related stuff:
...
- menu entry for add pg layer now enabled
- toolbar icon reinstated
- adddbayer no longer ifdefs out on windows
git-svn-id: http://svn.osgeo.org/qgis/trunk@6082 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-12 01:57:03 +00:00