timlinux
affd14c240
--snapshot updates
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@970 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-29 23:21:23 +00:00
timlinux
f4bde67073
More work to get --snapshot command line parameter working properly. Still need to resolve issue with unwanted splashscreen.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@969 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-29 23:11:49 +00:00
timlinux
24bb981c5a
Changes for --snapshot
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@968 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-29 16:10:58 +00:00
gsherman
cffcd1a49c
Made changes required by refactoring QgsField
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@967 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-29 01:59:55 +00:00
gsherman
957b94862e
*** empty log message ***
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@966 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-29 01:58:32 +00:00
gsherman
e5af9cbe56
Added documentation
...
Refactored accessor functions to get rid of the getXXX() signature
Added m prefix to private members
git-svn-id: http://svn.osgeo.org/qgis/trunk@965 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-29 01:55:53 +00:00
gsherman
471d5cf22e
Added whats-this text for menu and toolbar actions
...
Added a whats-this button to the toolbar
git-svn-id: http://svn.osgeo.org/qgis/trunk@964 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-29 01:02:33 +00:00
gsherman
aea3327c7c
Added whats-this slot
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@963 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-29 01:00:06 +00:00
gsherman
98991a7e10
Updated doxygen mainpage section in qgis.h
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@962 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-29 00:55:48 +00:00
gsherman
5e1d24599f
*** empty log message ***
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@961 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-29 00:54:08 +00:00
gsherman
31f58c3a55
added Makefile for providers/delimitedtext. Bumped the EXTRA_VERSION to 5
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@960 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-29 00:52:20 +00:00
gsherman
025257d40d
initial import
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@959 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-29 00:46:46 +00:00
mcoletti
cddbc1b2c8
configure.in :
...
- 0.1.0.4
main.cpp :
- cleaned up help text a bit
git-svn-id: http://svn.osgeo.org/qgis/trunk@958 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-28 00:46:38 +00:00
gsherman
4ce75f42f7
Modified call to addVectorLayer so that the proper parameters are passed.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@957 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-27 17:48:51 +00:00
gsherman
8082727dd1
Removed hard coding of provider types in the addVectorLayer method. Caller must now provide compatible arguments that the designated provider can use to open the data store and fetch data.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@956 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-27 17:43:55 +00:00
gsherman
41cd5c408d
Corrected debug statements in main.cpp and added a bit of verbiage to the
...
help text
git-svn-id: http://svn.osgeo.org/qgis/trunk@955 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-27 17:41:29 +00:00
timlinux
b02dc90280
New comment
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@954 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-27 08:46:51 +00:00
timlinux
a23416a6ef
Changed cl parser to getopt
...
Moved project loading out of loop that loads layers - you now need to specify --project filename to load a filename. This ensures that you only try to load one project file.
Added --snapshot filename parameter that will load layers and project files specified, take a screenie of the map view and save it to disk as filename - this is under construction still.
Added saveMapAsImage(QString) to qgisapp so above cl option can be used.
git-svn-id: http://svn.osgeo.org/qgis/trunk@953 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-27 08:37:24 +00:00
gsherman
6e8ea02927
*** empty log message ***
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@952 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-27 05:51:37 +00:00
gsherman
e2f0d015be
version number now fetched from VERSION set by configure
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@951 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-27 05:42:25 +00:00
timlinux
011a97d30c
Added metadata tab to raster
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@950 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-27 05:40:57 +00:00
gsherman
4f10341069
added version scheme
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@949 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-27 05:39:23 +00:00
gsherman
be4c31058f
*** empty log message ***
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@948 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-27 05:35:48 +00:00
timlinux
896f41bc64
Enabled the new statistics tab!
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@947 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-26 21:35:43 +00:00
jobi
d523d934c7
fix bug #904001 and 904000
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@946 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-26 17:17:16 +00:00
gsherman
9029bac399
Added search radius for identifying features to the preferences dialog. MapCanvas uses the value specified by the user to calculate an acceptable search radius.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@945 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-26 07:20:53 +00:00
gsherman
1fcbe869c8
Added radius for identifying features on vector layers added to Preferences
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@944 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-26 07:13:08 +00:00
timlinux
0dba04bc5f
The openmodeller plugin files and gui
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@943 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-26 06:05:02 +00:00
timlinux
7c3762f132
Openmodeller includes - these will be removed again when I have a proper confgure setup in place.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@942 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-26 06:01:37 +00:00
timlinux
9284ef4196
Openmodeller includes - these will be removed again when I have a proper confgure setup in place.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@941 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-26 05:55:09 +00:00
timlinux
0658c707ca
Better icon for save map view as image menu option
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@940 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-26 05:34:03 +00:00
gsherman
8ac1df3856
Updated Changelog
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@939 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-26 05:33:07 +00:00
timlinux
63746d7771
Better icon for qgis save map as image menu option
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@938 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-26 05:31:09 +00:00
timlinux
d976c92006
Moved splash image from images to xpm dir
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@937 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-25 22:15:32 +00:00
timlinux
7f3eebd835
Relocated splash image
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@936 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-25 22:15:07 +00:00
timlinux
388c490844
Moving this file to a more appropriate place - src/xpms
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@935 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-25 22:09:48 +00:00
jobi
f0c4db2046
Fixed bug #904000 Make release includes generated files
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@934 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-25 11:00:28 +00:00
timlinux
93cd11f61e
Added method for saving view as image.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@933 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-25 09:03:09 +00:00
timlinux
ff33534a90
Added method saveAsImage(QString) which will save the current map view to the filename given
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@932 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-25 08:31:16 +00:00
timlinux
1003fcf1e4
New slot for save map as image
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@931 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-25 08:29:48 +00:00
timlinux
745a433e0f
Added File->Save Map as Image menu item (implementation for this to follow...) linked to function saveMapAsImage() slot
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@930 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-25 08:28:12 +00:00
timlinux
856373b472
New splash screen for v0.2 (which is now has image separated out )
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@929 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-25 08:21:43 +00:00
timlinux
d2968e5285
New splash screen for v0.2 (which is now separated out from splash dialog)
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@928 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-25 08:20:28 +00:00
gsherman
f4c6f61105
Updated version to 0.2 development
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@927 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-25 07:09:45 +00:00
gsherman
4f762d80e4
Updated the Whats New text for the About Box to reflect 0.1 changes.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@925 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-25 07:06:05 +00:00
gsherman
35d3cf7be5
Rolled in latest changes from the standalone spit application. Changes to connection dialog to support port number. Changes to help text.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@924 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-25 07:03:50 +00:00
gsherman
5e53d1524d
update for 0.1 release
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@923 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-25 07:02:35 +00:00
gsherman
d0e20dad7f
update known bugs
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@922 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-25 05:42:07 +00:00
gsherman
e1e7735543
updated documentation for 0.1 release
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@920 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-25 04:11:38 +00:00
gsherman
c05d17151d
updated changelog
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@919 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-25 03:54:57 +00:00