4429 Commits

Author SHA1 Message Date
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
timlinux
9dd27fdd16 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@6141 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-28 14:26:52 +00:00
timlinux
4eafe171c5 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@6140 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-28 14:24:06 +00:00
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