5045 Commits

Author SHA1 Message Date
timlinux
4192ce6318 Fix layout issues
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7275 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-10-16 03:03:51 +00:00
timlinux
9c22ae6f37 added python-sip4
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7274 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-10-15 03:27:47 +00:00
wonder
25afd39b0d Improved SIP and PyQt4 detection.
Now it's able to detect whether python-sip4-dev and python-qt4-dev packages are missing.


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7273 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-10-13 17:19:26 +00:00
mhugent
06b1608064 Fix for compiler warning
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7271 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-10-13 09:18:59 +00:00
mhugent
3cc57040d5 Avoid two geometry copies in postgresprovider. Just pass geometry pointers instead
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7270 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-10-13 09:03:38 +00:00
mhugent
e256c1c6a0 Fetch features asynchronously from the database server. This improves performance, especially if the db is located on a remote computer. Plus fixed a memory leak in qgsfeature that is important for postgres provider
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7269 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-10-13 07:58:50 +00:00
mhugent
820cb45045 Applied patch from Juergen that adds a connection pool to the postgres provider
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7268 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-10-12 15:47:30 +00:00
wonder
c03502e3c0 setDataProvider() mustn't be public as it's not intended for use outside of QgsVectorLayer.
This fixes ticket #775.


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7263 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-10-11 23:42:47 +00:00
wonder
a10199cb57 Fixed potential crash when layer is instantiated without specifying a provider key.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7262 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-10-11 23:39:59 +00:00
timlinux
cb18a80a1e For msvc cmake rules make all the include, app and lib paths relative to the environment dir %LIB_DIR% so that the libs can be anywhere on your filesystem.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7261 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-10-11 18:06:07 +00:00
gsherman
37d38f1f85 Fix minor problem in cmakelist introduced at r7257
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7259 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-10-10 05:22:14 +00:00
timlinux
fde6651488 Removed kludge to install libs to install dir
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7258 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-10-09 20:42:45 +00:00
timlinux
e9cc90f50d WIN32 directive must come immediately after application name
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7257 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-10-09 20:08:21 +00:00
timlinux
76044da92c Fix for trying to call winmain instead of main when compiled with msvc. Link to qtmain when building with msvc (fixes crash on app start up when building in release mode). Dont show console when building on win.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7256 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-10-09 15:57:59 +00:00
telwertowski
b0a5642e13 Mac OS X: Don't use Qt4.2 spash screen workaround for Qt4.3. It's needed for 4.2 but produces a rectangular window in 4.3.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7255 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-10-09 02:05:07 +00:00
StevenB
25434f6cea Fixed a bug that was causing map label font sizes not to match
between the rendered preview and the printout. 


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7254 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-10-06 17:33:07 +00:00
timlinux
397fb48f0c Added missing python-sip4-dev for linux install notes
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7252 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-10-05 16:48:30 +00:00
timlinux
9646109183 Updated notes for cmake step in osx build notes.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7251 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-10-05 14:14:54 +00:00
timlinux
7a52ae2a18 Fixed small grammatical error in 'no active layer' warning.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7250 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-10-04 00:54:35 +00:00
timlinux
ffb85131e4 Added a note about downloading latest python for mac
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7249 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-10-03 20:11:01 +00:00
timlinux
1d241da8d0 Use generic urls and instructions for SIP and PyQt
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7248 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-10-03 19:19:07 +00:00
timlinux
cd893174fe Fixed small problem with missing line break in mac install notes for gsl
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7247 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-10-03 19:00:04 +00:00
timlinux
a3d5d766c1 More small changes to mac install procedure
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7245 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-10-03 16:11:54 +00:00
timlinux
314ebe0363 Updated urls for dmg downloads
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7244 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-10-03 16:04:55 +00:00
timlinux
6fc8538d45 Install qgscsexception.h when installing headers
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7243 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-10-03 05:37:47 +00:00
dassau
3fdea69e6a - added some information to the introduction chapter
- INSTALL.t2t will be included as part of the updated user 
  and installation guide  


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7241 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-10-01 16:47:04 +00:00
timlinux
587a6d7f48 Make theis the canvas parent
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7240 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-10-01 01:17:19 +00:00
timlinux
ce4331b4d4 Try to copy lib to install dir when building with msvc (needs some work to softcode when building with other build types still)
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7239 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-10-01 01:15:41 +00:00
timlinux
c77fc37f06 Reformatted text and fixed application icon suport under msvc
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7238 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-10-01 01:12:58 +00:00
timlinux
5de4821462 Under win msvc link to odbc (needed for gdal linking)
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7237 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-10-01 01:11:17 +00:00
timlinux
9ce8543dac Added clauses to find dependencies under MSVC. I will be making a zip file with file with all deps for streamlining the dev environment setup process
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7236 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-10-01 00:13:34 +00:00
wonder
e94e9f62e1 Applied patch from Jurgen Fischer with some modifications.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7235 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-09-30 23:45:36 +00:00
mhugent
a030b22744 Fix for bug where the first row was not classified in unique value dialog
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7234 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-09-30 19:01:34 +00:00
godofredo
4c7b8a42aa Surround definition of _fmode in MSVC ifdef to allow compilation in mingw
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7233 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-09-28 19:10:19 +00:00
timlinux
ed192ea884 Fix so application starts properly when compiled win msvc
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7232 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-09-28 15:44:12 +00:00
timlinux
c7dba658e7 Applied patch from David Willis for msvc/win32 build support
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7226 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-09-27 19:41:16 +00:00
timlinux
b406f1df7a Fixed inproper declration of a struct when in fact its a class
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7225 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-09-27 19:38:24 +00:00
timlinux
a5b947f1c2 Fixed bug in unit test that prevented some files being cleaned up
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7224 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-09-27 19:37:25 +00:00
timlinux
5368b8d7ba Dont just link to every available qt lib. This resolved issues where e.g. QtTest dependecy is being added to each build product unneccesarily.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7223 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-09-27 02:51:29 +00:00
timlinux
506057784a Added some debug stuff only
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7219 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-09-24 05:29:17 +00:00
StevenB
182100ade4 Small fixes to set a minimum starting size for the legend font and to
make the polygon legend's border match the polygon's.


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7218 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-09-24 02:23:49 +00:00
StevenB
f4e666334d Fixed a bug which sometimes prevented the adding of multiple maps to a
composer page.


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7217 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-09-24 01:25:44 +00:00
timlinux
a2319f4669 Tidy up to qgis unit tests:
- install then in same dir as qgis
 - prefix installed tests with qgis_

Added test to make sure theme exists


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7216 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-09-21 19:02:56 +00:00
timlinux
afec9cace0 For all platforms install tests when tests are enabled
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7214 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-09-21 04:32:37 +00:00
gsherman
21246fb979 Fixed layout on raster props dialog @ Qt 4.2.3
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7213 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-09-21 04:20:22 +00:00
gsherman
974fda76b0 Saved dialog under Qt 4.2.3
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7212 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-09-21 04:06:34 +00:00
timlinux
89e702cc8f Layout fixes
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7211 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-09-21 03:28:40 +00:00
timlinux
3a72951d5d Deleted stubbed in tests in favour of adding actual tests in one by one
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7209 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-09-20 00:11:00 +00:00
timlinux
cacdefc26c Added line and polygon tests for filewriter and projected writing test. Fixed cmake so tests run properly on mac - still need ot test on other osses.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7207 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-09-17 12:54:41 +00:00
gsherman
35f21c988c Updated/added copyright statements as part of provenance review for OSGeo incubation. No code changes.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7206 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-09-16 20:50:28 +00:00