timlinux
f3c97369a7
Added QgsRasterLayer::filterLayer which gets called near the end of each of the 8 renderers. This is the place to inline filters. Note taht eventually filters will be hived out to a filter plugin mechanism.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@985 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-06 03:32:59 +00:00
jobi
c9261d9ba4
- forgot to add config.h.in to EXTRA_SOURCES so it gets in the release
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@984 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-05 23:40:59 +00:00
jobi
adf8745e87
- Changed configure stuff to write DEFINES in config.h.
...
Postgresql stuff needs testing as I commented the compileflags in src/Makefile.am
- Infos will be posted on the devel mailinglist
git-svn-id: http://svn.osgeo.org/qgis/trunk@983 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-05 23:30:29 +00:00
mcoletti
22c79565bb
- differentiate between headers and implementation files [0]
...
- neatened file listings
Notes:
[0] this in anticipation of eventually having two overall targets: one for
a qgis library, which can be used to write plug-ins outside directory
hierarchy, and the application itself.
git-svn-id: http://svn.osgeo.org/qgis/trunk@982 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-05 22:08:24 +00:00
mcoletti
922ff0ec11
Added copy of .indent.pro file from src directory to this provider directory
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@980 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-04 21:03:48 +00:00
mcoletti
0de5bec56c
main.cpp:
...
- now complains if unable to load project [0]
qgsprojectio.cpp:
- in read(), potential resource leak with QDomDocument plugged by using
std::auto_ptr<QDomDocument> [1]
- also in read(), now properly complain and exit if there was a problem
opening a layer; e.g., the specified URI doesn't exist
Notes:
[0] Though the complaint is currently written to cerr, and even then only if
QGISDEBUG is defined; eventually we should be better at handling broken
qgis project files.
[1] We should use at least std::auto_ptr for dynamically created objects
that shouldn't live outside the scope of the function. That way we
don't have to worry about deleting said objects; that'll happen
automatically if std::auto_ptrs are used. Moreover, if we eventually
use exceptions, these objects will also be properly deleted if
std::auto_ptrs are used.
git-svn-id: http://svn.osgeo.org/qgis/trunk@979 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-04 20:58:13 +00:00
mcoletti
ab3b85fdbb
- ran files through GNU indent to make it easier to read code
...
- isValid() was always returning true when, in fact, occasionally the
provider was not in a valid state
git-svn-id: http://svn.osgeo.org/qgis/trunk@978 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-04 20:35:14 +00:00
mhugent
7d1631703c
better rescaling of graduated dialog
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@977 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-04 07:10:33 +00:00
timlinux
56d95caeaa
Added disable splashscreen
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@976 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-04 05:23:43 +00:00
timlinux
8f106b746a
Added option to options dialog to disable splashscreen.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@975 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-04 05:20:53 +00:00
mhugent
1be4150a42
enlarge fields in the graduated symbol dialog if the widget is enlarged
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@974 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-03 15:54:49 +00:00
stevehalasz
8ebc89e8db
added missing help images. fixes bug #904499
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@973 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-03 14:29:24 +00:00
gsherman
26df7bb4c3
Added copy constructor
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@972 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-01 06:36:48 +00:00
gsherman
edd805f9a2
1. Added bounds checking for selecting features.
...
2. Created wkbPoint structure for building WKB (well known binary) representation
of the point.
3. Implementation is not complete.
git-svn-id: http://svn.osgeo.org/qgis/trunk@971 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-01 06:34:46 +00:00
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