97 Commits

Author SHA1 Message Date
jef
9930215a57 Merged rest of composer branch (9087-9115)
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@9125 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-08-23 09:19:49 +00:00
jef
89e888539e re-disable msexport and remove it from the debian package as it's going to be turned into a plugin
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7945 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-01-12 21:36:56 +00:00
jef
6ae8f26aef revert some changes from r7926, which break building debian packages
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7942 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-01-12 21:05:19 +00:00
gsherman
9564d38f7a New MapServer export plugin implemented in Python. This is a
core plugin and installed with QGIS. The old exporter (C++/SWIG/Python)
has been removed from the build and the code will be removed following
complete testing of the new plugin.


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7898 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-01-10 04:49:11 +00:00
timlinux
efc415a703 Some string cleanups from Carlos
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7662 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-11-27 02:52:48 +00:00
wonder
a469913c89 - removed PKGDATAPATH and PLUGINPATH definitions: use QgsApplication instead
- use QgsApplication to detect data path in help viewer and mapserver export


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7455 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-11-18 18:08:01 +00:00
jef
b9179b36ce fix for #814
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7448 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-11-18 03:46:04 +00:00
gsherman
c007648620 Added message box to display status of the MapServer export.
Fixes bug #520


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7444 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-11-17 17:48:37 +00:00
gsherman
a82999ecca Fix for bug #673
Fixed test script to actually use the cli args that are passed to it


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7432 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-11-17 00:22:11 +00:00
gsherman
ef65594573 Fix for bug #636 in MapServer export script
Enhanced the text_export.py script.


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7429 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-11-16 22:51:49 +00:00
timlinux
4c3fea21b9 Applied Jürgens patch with improvements for MSVC build and initial attempts at GRASS under MSVC
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7322 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-11-05 01:23: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
timlinux
6abfe38bb7 Removed all qmake build stuff from SVN - CMAKE will be the official build system from now on
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7092 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-07-25 20:58:28 +00:00
timlinux
533fcb5cc0 Removal of automake infrastructure - CMAKE will be the official build system from here forward
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7086 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-07-25 20:00:26 +00:00
gsherman
4bb6a40880 Patch for ticket #671 (leonardomateo)
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7043 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-06-23 21:51:26 +00:00
homann
f93bc6acaf Changed to C-style comments
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6786 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-03-10 13:46:11 +00:00
homann
5cb0552f87 Merged r6782 to trunk.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6784 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-03-10 08:33:01 +00:00
homann
e7d2bca3ff Fix for compiling with python 2.5
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6758 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-03-04 08:58:53 +00:00
timlinux
535f69ad37 Build with -Wall -Werror now. Three directories still have unresolved warnings so this behaviour is disabled there (providers/wfs prviders/grass and plugins/grass). A nasty message is displayed during cmake configure process to remind that these errors must be resolved.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6626 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-02-18 05:44:27 +00:00
telwertowski
1b53e288dd Added QgsFileDropEdit class which extends QLineEdit to accept files dropped on the edit field.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6513 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-02-04 09:13:34 +00:00
wonder
28e79f84e6 CMake changes:
- generate qgsconfig.h and qgssvnversion.h to binary dir, not source dir
- removed QGIS_NO_SVNVERSION


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6467 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-01-27 23:27:39 +00:00
telwertowski
93fadb5a02 Convert six dialogs to Qt 4.2 StandardButton API.
Also use the full accept code path rather than overriding accept to do apply but look like reject to the caller. Remove deletion of the raster layer from the reaster properties destructor (which was called only after accept and may be why accept was avoided).


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6447 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-01-21 05:29:14 +00:00
telwertowski
ebbf38f87f Convert use of QMessageBox to Qt 4.2 StandardButton API.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6442 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-01-18 19:42:39 +00:00
telwertowski
9126c0d894 For Mac, install everything into an application bundle.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6420 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-01-11 22:16:41 +00:00
wonder
bbd36b107f Merged refactoring branch back to trunk.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6415 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-01-09 02:39:15 +00:00
g_j_m
0d15f1a68b Merge r6387 from 0.8 branch to head
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6388 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-01-03 01:48:58 +00:00
telwertowski
fa3ab9f266 Add version number to raster and msexport libraries. All qgis libs now have same version.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6310 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-12-22 22:59:10 +00:00
g_j_m
8587d0cde0 Fix to allow mapserver export code to compile
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6261 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-12-15 19:56:11 +00:00
gsherman
46f55401ed Renamed main.cpp to ms_main.cpp so it doesn't conflict with the windows build system.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6259 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-12-15 16:41:10 +00:00
gsherman
28031d2ffd Fix to make mapserver export work under OS X
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6252 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-12-15 03:21:59 +00:00
gsherman
7fcc441a16 fix executable name for WIN32 build (was ms_export, now msexport) so qgisapp can exec it
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6243 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-12-11 23:33:05 +00:00
gsherman
529c2e9d5f Changes to make mingw happy with the swig wrapper
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6242 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-12-11 22:32:27 +00:00
gsherman
413700ce75 Add python libs and include for win32 build
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6240 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-12-11 22:25:53 +00:00
g_j_m
1becbb9d30 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/qgis@6149 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-30 00:19:55 +00:00
g_j_m
9ad169f9cd Ad in the location of the proj library (should address ticket #409)
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6148 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-29 19:33:23 +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
g_j_m
f663812668 Combine separate EXTRA_DIST commands into one to prevent a warning message
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5902 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-10-01 08:31:47 +00:00
timlinux
5ae5ce32fe Minor updates to debug output
Try to do a better job of deploying .py files on mac


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5816 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-09-12 23:32:42 +00:00
perrygeo
5de35f381c quick fix to allow 24bit output jpegs
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5814 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-09-12 00:09:40 +00:00
perrygeo
c75a70be70 Some refactoring. Fixed problem related to number of parameters passed to Qgis2Map.setOptions.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5808 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-09-10 23:27:14 +00:00
timlinux
f5c7f7e4d0 Make msexport a mac bundle
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5801 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-09-10 02:03:13 +00:00
timlinux
4276b81294 Fix compile issue on mac
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5800 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-09-10 01:52:03 +00:00
timlinux
ce822868fc Add PKGDATAPATH to lib too
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5799 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-09-10 01:29:11 +00:00
timlinux
4a32a938f6 Add PKGDATAPATH to cpp flags
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5797 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-09-10 01:07:30 +00:00
timlinux
c7dad62c82 Use package data path to locate py script
Install python into PKGDATAPATH/python
(Still needs further testing)


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5794 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-09-10 00:39:17 +00:00
perrygeo
082eb51c70 added scale ranges and class names
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5776 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-09-07 05:15:19 +00:00
gsherman
ce0d6a218f Improved layout of dialog.
Removed the MinScale and MaxScale fields from the dialog.


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5775 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-09-07 04:56:07 +00:00
gsherman
a95961d2ce updated tooltips
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5774 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-09-07 04:13:08 +00:00
timlinux
3c7b6b94c2 Remove deprecated call to setMainWidget
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5773 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-09-07 03:53:07 +00:00
timlinux
f2fd6299c6 Set QCoreApplication organisation name etc so we can use qgis qsettings
for state handling



git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5772 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-09-07 03:09:41 +00:00