4388 Commits

Author SHA1 Message Date
g_j_m
47018f58c0 Adjustment to r6200
git-svn-id: http://svn.osgeo.org/qgis/trunk@6202 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-12-07 20:22:47 +00:00
timlinux
ae9ed3dc0c Fixed build eror with recent changes to qgsoptions
Changed splitter checkbox var name to be consistent with rest of options.

git-svn-id: http://svn.osgeo.org/qgis/trunk@6200 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-12-07 11:51:09 +00:00
g_j_m
17090c652a Fix for ticket #424 (recently saved projects that access postgres
won't load).


git-svn-id: http://svn.osgeo.org/qgis/trunk@6199 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-12-07 09:05:38 +00:00
g_j_m
bcc3e82451 Fix for ticket #414 (legend size is not remembered).
Also provides a toggle to let the user set whether dragging the
legend/map splitter causes continuous map redraws or not.


git-svn-id: http://svn.osgeo.org/qgis/trunk@6198 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-12-07 08:38:53 +00:00
wonder
e29bbebaeb Fix for #340.
Do correct translation in world matrix after every zoom in composer.
Also does full zoom when composer window gets resized.


git-svn-id: http://svn.osgeo.org/qgis/trunk@6197 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-12-07 01:47:13 +00:00
wonder
622d34a7d8 Fix for ticket #425: Pipe delimiter
Don't evaluate delimiters as a regexp, just use them as regular strings
because this is what users expect. Tab delimiter can be still used
as \t because of explicit convert to tab character.


git-svn-id: http://svn.osgeo.org/qgis/trunk@6196 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-12-06 20:42:12 +00:00
wonder
ba35e60084 Fix for #231 - allow parameters with fixed number of line edits, e.g. grid=20,30
git-svn-id: http://svn.osgeo.org/qgis/trunk@6195 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-12-06 10:14:18 +00:00
rblazek
f3d99b1e31 dont set print to file because of bug in Qt<=4.2.2
git-svn-id: http://svn.osgeo.org/qgis/trunk@6194 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-12-06 08:23:44 +00:00
wonder
d520791c23 Use QPainterPath to draw polygons. This method is more straight-forward,
everything is drawn by one command and doesn't leave artifacts when
painting to Postscript or PDF. Fixes ticket #422.


git-svn-id: http://svn.osgeo.org/qgis/trunk@6193 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-12-05 22:52:10 +00:00
g_j_m
26f3b8c046 Correction to r6160
git-svn-id: http://svn.osgeo.org/qgis/trunk@6191 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-12-05 21:07:16 +00:00
g_j_m
fe096c006c Fix to r6188 to allow compilation
git-svn-id: http://svn.osgeo.org/qgis/trunk@6190 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-12-05 20:54:29 +00:00
rblazek
a7c00ed973 set mScale to 1 because Qt4.2 seems to be using pen widthF
git-svn-id: http://svn.osgeo.org/qgis/trunk@6189 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-12-05 18:59:06 +00:00
rblazek
18eedc1de0 fixed ticket #345
git-svn-id: http://svn.osgeo.org/qgis/trunk@6188 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-12-05 18:34:23 +00:00
timlinux
f8fb7694bc Fix for msys shell not launching due to spaces in paths / filenames
git-svn-id: http://svn.osgeo.org/qgis/trunk@6187 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-12-05 13:10:17 +00:00
wonder
8eae1062fe Fix for #419: update project title on file save
git-svn-id: http://svn.osgeo.org/qgis/trunk@6186 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-12-04 22:30:34 +00:00
timlinux
cf7f5d7b8e Reinstate spaces in default name. Freddy has a patch to resolve spaces in names issue for msys which I am testing. Once my tests are done I will commit that too
git-svn-id: http://svn.osgeo.org/qgis/trunk@6185 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-12-04 20:32:44 +00:00
timlinux
6db1c3ef11 Added some win ifdeffing. The postgris provider does not inherit from QObjects so declaring signals and slots cause the qlibrary loader to throw a wobbly when trying to load the plugin. I tried making it inherit QObject but that wont compile due to ambiguous base class. So for no the signals are commented out. This should have little impact except removing a small feedback event when calculating recordset sizes....
git-svn-id: http://svn.osgeo.org/qgis/trunk@6184 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-12-04 20:13:21 +00:00
wonder
ce2ece0c91 Converted photo of Denis Antipov to JPG
(was XPM with bad extension, Qt win has problems with that)


git-svn-id: http://svn.osgeo.org/qgis/trunk@6182 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-12-04 14:24:55 +00:00
timlinux
33a5efac05 Use the new QLibrary::errorString() to try to show why a lib could not load (for what its worth...)
Also use lazy binding in library load

git-svn-id: http://svn.osgeo.org/qgis/trunk@6180 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-12-04 01:49:49 +00:00
timlinux
87a3dace46 Set QGISDEBUG=1 when running with the debug windows build so we can see extra log data
git-svn-id: http://svn.osgeo.org/qgis/trunk@6178 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-12-04 00:57:09 +00:00
wonder
fbc787fc71 Fix for ticket #415.
Mouse wheel action made configurable: zoom (default), zoom and recenter, do nothing.
Also made zoom factor configurable.


git-svn-id: http://svn.osgeo.org/qgis/trunk@6177 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-12-03 21:29:01 +00:00
g_j_m
3486d4bb0b Fix for ticket #406 (problems with copying selected attributes from a postgres
layer). Has the side-effect of eliminating the postgresql server 'no
transaction in progress warnings'.


git-svn-id: http://svn.osgeo.org/qgis/trunk@6171 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-12-02 08:17:08 +00:00
g_j_m
f6053ce3a9 Replace Qt3 stuff with Qt4
git-svn-id: http://svn.osgeo.org/qgis/trunk@6170 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-12-02 05:22:07 +00:00
g_j_m
2034c47558 Put in the correct context help id for QgsComposer
git-svn-id: http://svn.osgeo.org/qgis/trunk@6169 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-12-02 02:24:56 +00:00
g_j_m
843739f7bc Add in the print composer help file, which was missed from a previous commit
git-svn-id: http://svn.osgeo.org/qgis/trunk@6167 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-12-01 23:44:22 +00:00
g_j_m
49658807db Potential fix for ticket #406 (qgis crashes on copy postgres attributes)
git-svn-id: http://svn.osgeo.org/qgis/trunk@6166 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-12-01 22:15:52 +00:00
g_j_m
bc8a47583d Add in a missing \
git-svn-id: http://svn.osgeo.org/qgis/trunk@6165 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-12-01 22:11:23 +00:00
g_j_m
f3d2a25fb1 Fix for ticket #404 (print composer needs a help button).
git-svn-id: http://svn.osgeo.org/qgis/trunk@6164 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-12-01 09:27:40 +00:00
g_j_m
9ca4093eb0 Work around for ticket #405 (incorrect drawing of expanded file groups
in the legen). Not sure why it works...


git-svn-id: http://svn.osgeo.org/qgis/trunk@6163 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-12-01 08:08:16 +00:00
mhugent
bc018dd1c3 Changed the german translation for 'new column' and 'delete column'
git-svn-id: http://svn.osgeo.org/qgis/trunk@6162 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-12-01 06:31:51 +00:00
g_j_m
4e154fb553 Set the max value for the identify search radius spinbox to 100
git-svn-id: http://svn.osgeo.org/qgis/trunk@6161 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-12-01 03:21:40 +00:00
g_j_m
e826214fad Fix for ticket #298 (identify tool radius was too large).
Comprises an actual bug fix (the QSettings path that the identify used
was not the same path that the Options dialog box was using, hence
changing the radius using the ui had no effect on the identify), and some
improvements to the setting and use of the identify radius.


git-svn-id: http://svn.osgeo.org/qgis/trunk@6160 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-12-01 03:13:16 +00:00
g_j_m
b27481bd71 Yet another tweak to recent commits.
git-svn-id: http://svn.osgeo.org/qgis/trunk@6159 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-12-01 00:52:43 +00:00
g_j_m
a9ab052318 Correct a small problem with loading postgres layers due to recent commits.
git-svn-id: http://svn.osgeo.org/qgis/trunk@6158 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-12-01 00:46:53 +00:00
g_j_m
dbf8c43eea Fix for ticket #392 (put number of features in identify results dialog
box when there are more than 1 features).


git-svn-id: http://svn.osgeo.org/qgis/trunk@6157 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-30 22:26:12 +00:00
g_j_m
6ad7db4bfb Fix for ticket #412 (expanding of identify list results had stopped working)
git-svn-id: http://svn.osgeo.org/qgis/trunk@6156 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-30 22:24:35 +00:00
g_j_m
c13ed7a1ed Update measuring context help to reflect changes in svn r6153 and r6154
git-svn-id: http://svn.osgeo.org/qgis/trunk@6155 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-30 21:53:44 +00:00
g_j_m
7f236f7c2f Tweak for previous commit. After stopping measuring with a right mouse
click, a left mouse click not starts a new measuring


git-svn-id: http://svn.osgeo.org/qgis/trunk@6154 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-30 21:53:07 +00:00
g_j_m
1b0ed3ca1c Fix for ticket #398 (measuring needs a way to stop measuring without
immediately starting again)


git-svn-id: http://svn.osgeo.org/qgis/trunk@6153 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-30 21:45:17 +00:00
g_j_m
b2a13cf376 Cope with postgres schema and table names that contain . characters.
git-svn-id: http://svn.osgeo.org/qgis/trunk@6152 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-30 21:26:30 +00:00
g_j_m
f3861ad5f9 Fix for ticket #411 (misleading tooltip)
git-svn-id: http://svn.osgeo.org/qgis/trunk@6151 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-30 07:23:32 +00:00
g_j_m
dad035cd95 Fixe for ticket #410. May need tweaking for Mac?
git-svn-id: http://svn.osgeo.org/qgis/trunk@6150 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-30 07:14:49 +00:00
g_j_m
3c79d9dfb5 Add in postgres lib directory (necessary if the pg libs are in a
directory other than the usual ones)


git-svn-id: http://svn.osgeo.org/qgis/trunk@6149 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-30 00:19:55 +00:00
g_j_m
e1f9b2f79f Ad in the location of the proj library (should address ticket #409)
git-svn-id: http://svn.osgeo.org/qgis/trunk@6148 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-29 19:33:23 +00:00
g_j_m
c354c40ba7 Fail if the Qt version is less than 4.2 (since the code now requires 4.2)
git-svn-id: http://svn.osgeo.org/qgis/trunk@6147 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-29 19:32:16 +00:00
timlinux
3e4b7a794b 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@6146 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-29 12:25:28 +00:00
timlinux
567ac6414a Incude msys in installer so grass shell works
git-svn-id: http://svn.osgeo.org/qgis/trunk@6145 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-29 12:06:30 +00:00
timlinux
51ecd3a9e0 Plugins now show up in plugin manager
git-svn-id: http://svn.osgeo.org/qgis/trunk@6144 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-29 11:57:03 +00:00
g_j_m
7890dda026 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@6143 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-29 08:56:41 +00:00
rblazek
4dbe0adf98 fixed ticket 345 (Cannot find translate)
git-svn-id: http://svn.osgeo.org/qgis/trunk@6142 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-28 14:50:25 +00:00