gsherman
214d9a3dff
Changes to support upcoming data provider api changes related to plugging memory leaks
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@1010 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-10 23:23:06 +00:00
gsherman
e09ec1ce5a
Indentation chagnes
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@1009 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-10 23:22:02 +00:00
gsherman
15a79c50c2
Indentation changes, stub for new getNextFeature function that will be implemented to plug memory leaks
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@1008 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-10 23:21:01 +00:00
gsherman
c788079aba
Fixed implementation for tables and identify. Select and highlight of features does not work yet. This is the inital version, work on bugs is ongoing
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@1007 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-10 23:18:52 +00:00
gsherman
9ec26ace64
Added delimited text provider to Makefile.am
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@1006 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-10 23:17:37 +00:00
gsherman
9e6fe39e1d
Initial checkin of delmited text plugin files
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@1005 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-10 23:16:52 +00:00
gsherman
f838ea7eb2
Added delimited_text plugin to Makefile.am
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@1004 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-10 23:14:50 +00:00
gsherman
5d59cd32ae
Fixed include for qgisapp.h to local
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@1003 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-10 23:14:14 +00:00
gsherman
1e61f0272e
Added delimited_text plugin
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@1002 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-10 23:13:13 +00:00
mhugent
30ad8fcba3
fixed a small bug occuring when loading project with graduated vector symbology
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@1001 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-10 11:37:29 +00:00
gsherman
4cc1581835
*** empty log message ***
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@999 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-10 02:30:45 +00:00
mhugent
36c253220d
removed duplication of drawing code in the vector renderers
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@997 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-09 18:50:59 +00:00
timlinux
c3552c13a1
Completed session management - loaded plugins are remembered when qgis is closed and reloaded next time qgis is opened.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@996 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-09 12:32:51 +00:00
timlinux
21cc2901bc
Completed session management - loaded plugins are remembered when qgis is closed and reloaded next time qgis is opened.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@995 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-09 12:25:03 +00:00
mcoletti
2e54ed8648
- Promoted name, description, version, and type strings to QgisPlugin base
...
class.
- Type now a formal enumerated typedef
- Propogated changes forward to existing plug-ins
git-svn-id: http://svn.osgeo.org/qgis/trunk@994 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-08 23:50:05 +00:00
mhugent
c7efec252e
added option to change the outline width in continuous color renderer
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@993 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-08 06:44:45 +00:00
mhugent
c7dc6118f2
added nopen linestyle
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@991 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-06 12:11:04 +00:00
timlinux
29d9e3b237
Save state of plugins in ~/.qt/qtrc file (in progress). State is saved, just need to implement code to load plugins marked as active during application startup.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@990 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-06 11:58:19 +00:00
mhugent
7e5ae067d3
set line with 1 as default and constrained minimum width of outline spinboxes to 1 to avoid confusion between line width 0 and Qt::NoPen linestyle
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@989 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-06 11:15:54 +00:00
mhugent
ce6b7fed13
more changes to the resize behaviour of the graduated symbol dialogs
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@988 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-06 10:29:57 +00:00
timlinux
9c4f775641
Filter hook for raster
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@987 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-06 03:37:11 +00:00
timlinux
3700434188
Automagic display of version number....
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@986 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-06 03:34:28 +00:00
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