gsherman
d0a915078e
placeholder for docs
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@728 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-07 04:33:26 +00:00
gsherman
a16a6a02fc
initial import of metadata class for plugins
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@727 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-07 04:13:18 +00:00
gsherman
51f753a555
plugin manager now actually manages plugins
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@726 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-07 04:08:10 +00:00
gsherman
28247471b2
added install for docs
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@725 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-07 04:05:50 +00:00
gsherman
92313d7781
fixed caption for attribute table display
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@724 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-07 00:53:15 +00:00
timlinux
385eb89cc4
Set the triband legend pixmap to more muted colors.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@723 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-06 23:26:07 +00:00
timlinux
2c3abab958
889452 Fixed. Bug was caused by incorrect checking of feature type before trying to access fill color. Added a bunch of debug statements when debug mode is on.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@722 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-06 22:08:37 +00:00
timlinux
7891a6dad6
Doxygen stats for raster props dialog.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@718 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-06 18:24:13 +00:00
gsherman
ca3f938665
added new mapserver export icon
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@717 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-06 16:39:51 +00:00
stevehalasz
03112fdf0f
don't signal for zOrder change if layer is not actually moved (fixes bug: 889466)
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@716 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-06 16:20:25 +00:00
timlinux
dd42d9b0d7
Added mapserver icon taken from the mapserver logo.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@715 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-06 12:23:01 +00:00
timlinux
7d32c1b9e2
Reversed order so rasters are added first then vectors. TODO: change so that layers are added in same order specified in argv.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@714 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-06 09:56:20 +00:00
timlinux
98346d1a33
Simplified the command line parser - all file type checking for passed in file names is now down automagically in qgisapp.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@713 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-06 09:48:52 +00:00
timlinux
db471620ec
Added a couple of helper functions:
...
/** This helper checks to see whether the filename appears to be a valid raster file name */
bool isValidRasterFileName (QString theFileNameQString);
/** Overloaded version of the above function provided for convenience that takes a qstring pointer */
bool isValidRasterFileName (QString * theFileNameQString);
/** This helper checks to see whether the filename appears to be a valid vector file name */
bool isValidVectorFileName (QString theFileNameQString);
/** Overloaded version of the above function provided for convenience that takes a qstring pointer */
bool isValidVectorFileName (QString * theFileNameQString);
The idea being that we have a central place to check if filenames are valid. Added appropriate calls in addLayer and addVectorLayer to the above functions. Created separate addLayer(QStringList) and addRasterLayer(QStringList) functions so that addLayer() and addRaster() prompt with a qfiledialog and then delegate to these.
git-svn-id: http://svn.osgeo.org/qgis/trunk@712 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-06 09:47:19 +00:00
gsherman
f46cdf38c1
added interface for positioning menu items from plugins
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@711 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-06 07:04:05 +00:00
timlinux
2124bf5a0f
Status update.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@710 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-06 06:55:14 +00:00
gsherman
be039c99b6
added const to declaration and changed array name to qgis_xpm
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@709 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-06 05:07:21 +00:00
gsherman
1bc4e2aee2
fixed dirty detection to prompt to save project when clicking new or open project
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@708 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-06 05:06:32 +00:00
timlinux
bdb765948f
Did some antialiasing to make icon appear less jagged.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@707 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-06 04:41:30 +00:00
timlinux
aa71985b07
New icons for menus
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@706 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-06 04:28:52 +00:00
gsherman
d22c580f50
modified toolbar icons
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@705 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-06 03:17:40 +00:00
timlinux
97c4fc335b
Bug fix for logic that determines which widget to display which was not updated to match upper cased entries in legend style combo.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@704 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-05 20:00:13 +00:00
mhugent
e2079b54ed
changed labels to begin uppercase
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@703 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-05 12:56:43 +00:00
mhugent
67cce53f6f
some changes to the graduated symbol dialog
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@702 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-05 12:25:43 +00:00
timlinux
8204461c05
Capitalised label names. Minor gui clean ups.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@701 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-05 11:18:43 +00:00
timlinux
543c8d5136
Removed footer tag that prevented doxygen from running.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@700 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-05 11:17:13 +00:00
timlinux
e481c6565c
Gui clean up.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@699 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-05 11:15:41 +00:00
timlinux
8591d699a8
Gui clean up - put shapefile field list table in grid layout so it fill s its container. Put spacer underneath widget stack on Legend tab so sungle symbo, cont col, and grad col align directly underneath symbol type combo.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@698 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-05 11:15:02 +00:00
timlinux
0b9c2debd9
Patch by Didge to load files on application startup by specifying a space separated list of filenames. Vectors supported now, rasters will come tomorrow.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@697 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-05 01:41:04 +00:00
stevehalasz
3d259ba65b
disable toolbar buttons when not appropriate for current layer type
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@696 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-04 19:40:47 +00:00
mhugent
4f1f1f384c
fixed bug that caused crash when deleting line layer opened from a project file
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@695 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-04 15:37:12 +00:00
mhugent
77d0621fdb
removed the 'new layerproperties' entry in the popup menu
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@694 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-04 15:03:28 +00:00
mhugent
b95bdae3c5
Fixed bug that prevented layer name to be drawn when opening a single symbol layer from a project file
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@693 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-04 12:03:43 +00:00
mhugent
94cadd6e61
fixed a bug
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@692 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-04 08:40:54 +00:00
mhugent
f1ae73f761
added some comments
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@691 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-04 08:04:59 +00:00
mhugent
2b51161137
added renderer dialogs to the new vector properties dialog
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@690 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-04 07:15:46 +00:00
stevehalasz
39d6efed0c
swapping in author pic I meant to send to Gary
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@687 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-03 23:44:05 +00:00
timlinux
51f8a757d7
Completed api docs for raster layer (phwew!).
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@686 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-03 10:01:31 +00:00
timlinux
7cf4e84c41
More updates to api docs. Minor bugfix.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@685 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-03 07:00:18 +00:00
gsherman
aada375660
added pic of mcoletti on the pipes
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@683 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-03 05:27:47 +00:00
gsherman
b36a55f116
added more 'mug shots'
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@682 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-03 02:12:14 +00:00
timlinux
d8e87a99fc
More api documentation updates.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@681 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-02 08:03:51 +00:00
gsherman
ef672b7e75
added release name to version string
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@680 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-02 06:27:27 +00:00
gsherman
c1313d8e6c
fixed std::cerr messages
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@679 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-02 06:19:28 +00:00
gsherman
7d610fdd14
added #ifdef to std::cout and std::cerr statements
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@678 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-02 06:10:46 +00:00
gsherman
e79f46e25c
added checking for setting DEBUG/NO_DEBUG flag. Qt always defines DEBUG unless NO_DEBUG is set. By default QGIS compiles without DEBUG set. To enable DEBUG, define QGISDEBUG=1 prior to running autogen.sh and configure
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@677 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-02 00:59:32 +00:00
gsherman
0153af0e1b
added support for conditional debug statements; Update to contributors photos
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@676 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-02 00:56:44 +00:00
timlinux
da4d14faf9
Added version number and name to splash screen
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@675 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-01 23:12:26 +00:00
timlinux
091d3ff98d
Beginnings of api docs for qgsrasterlayer
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@674 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-01 22:58:26 +00:00
gsherman
b24c0d5feb
added contributor photos
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@673 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-01 21:42:58 +00:00