gsherman
9107e2d0f4
initial import of metadata class for plugins
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@727 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-07 04:13:18 +00:00
gsherman
dcb013fe7d
plugin manager now actually manages plugins
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@726 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-07 04:08:10 +00:00
gsherman
631b179e44
added install for docs
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@725 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-07 04:05:50 +00:00
gsherman
ee45f5f3a4
fixed caption for attribute table display
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@724 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-07 00:53:15 +00:00
timlinux
7975e90092
Set the triband legend pixmap to more muted colors.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@723 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-06 23:26:07 +00:00
timlinux
1895ef5e9b
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/qgis@722 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-06 22:08:37 +00:00
timlinux
f8047cf979
Doxygen stats for raster props dialog.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@718 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-06 18:24:13 +00:00
gsherman
dc47f44eb5
added new mapserver export icon
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@717 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-06 16:39:51 +00:00
stevehalasz
3beb25ad04
don't signal for zOrder change if layer is not actually moved (fixes bug: 889466)
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@716 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-06 16:20:25 +00:00
timlinux
7b34ceedad
Added mapserver icon taken from the mapserver logo.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@715 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-06 12:23:01 +00:00
timlinux
bb80a5582b
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/qgis@714 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-06 09:56:20 +00:00
timlinux
78d6192bed
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/qgis@713 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-06 09:48:52 +00:00
timlinux
d5c2e3c415
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/qgis@712 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-06 09:47:19 +00:00
gsherman
d32d11a504
added interface for positioning menu items from plugins
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@711 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-06 07:04:05 +00:00
timlinux
6fee71a711
Status update.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@710 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-06 06:55:14 +00:00
gsherman
de7761c965
added const to declaration and changed array name to qgis_xpm
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@709 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-06 05:07:21 +00:00
gsherman
706753cc4e
fixed dirty detection to prompt to save project when clicking new or open project
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@708 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-06 05:06:32 +00:00
timlinux
ed0424a3ae
Did some antialiasing to make icon appear less jagged.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@707 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-06 04:41:30 +00:00
timlinux
a1625a5815
New icons for menus
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@706 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-06 04:28:52 +00:00
gsherman
bada0a6295
modified toolbar icons
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@705 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-06 03:17:40 +00:00
timlinux
835b7acc38
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/qgis@704 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-05 20:00:13 +00:00
mhugent
2eb9505623
changed labels to begin uppercase
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@703 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-05 12:56:43 +00:00
mhugent
6238c15dec
some changes to the graduated symbol dialog
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@702 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-05 12:25:43 +00:00
timlinux
f6a791f7fd
Capitalised label names. Minor gui clean ups.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@701 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-05 11:18:43 +00:00
timlinux
98a84b3fc2
Removed footer tag that prevented doxygen from running.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@700 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-05 11:17:13 +00:00
timlinux
2a9dfd2b18
Gui clean up.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@699 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-05 11:15:41 +00:00
timlinux
82b031c37e
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/qgis@698 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-05 11:15:02 +00:00
timlinux
8f6dc4a8b8
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/qgis@697 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-05 01:41:04 +00:00
stevehalasz
a3dd8d1f58
disable toolbar buttons when not appropriate for current layer type
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@696 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-04 19:40:47 +00:00
mhugent
dd8f010077
fixed bug that caused crash when deleting line layer opened from a project file
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@695 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-04 15:37:12 +00:00
mhugent
b58fc3638e
removed the 'new layerproperties' entry in the popup menu
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@694 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-04 15:03:28 +00:00
mhugent
11bddb17d1
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/qgis@693 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-04 12:03:43 +00:00
mhugent
278a9bcc0b
fixed a bug
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@692 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-04 08:40:54 +00:00
mhugent
ff31192c3f
added some comments
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@691 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-04 08:04:59 +00:00
mhugent
0ef4390a92
added renderer dialogs to the new vector properties dialog
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@690 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-04 07:15:46 +00:00
stevehalasz
7c4b7e6b4d
swapping in author pic I meant to send to Gary
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@687 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-03 23:44:05 +00:00
timlinux
534e9e41d3
Completed api docs for raster layer (phwew!).
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@686 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-03 10:01:31 +00:00
timlinux
8115f25c83
More updates to api docs. Minor bugfix.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@685 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-03 07:00:18 +00:00
gsherman
a3287c1471
added pic of mcoletti on the pipes
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@683 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-03 05:27:47 +00:00
gsherman
cc3d48df68
added more 'mug shots'
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@682 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-03 02:12:14 +00:00
timlinux
8b74ce1da5
More api documentation updates.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@681 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-02 08:03:51 +00:00
gsherman
7011f58296
added release name to version string
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@680 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-02 06:27:27 +00:00
gsherman
4caad536f0
fixed std::cerr messages
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@679 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-02 06:19:28 +00:00
gsherman
1c629792e6
added #ifdef to std::cout and std::cerr statements
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@678 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-02 06:10:46 +00:00
gsherman
91b561eed9
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/qgis@677 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-02 00:59:32 +00:00
gsherman
815a196a49
added support for conditional debug statements; Update to contributors photos
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@676 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-02 00:56:44 +00:00
timlinux
63096cf549
Added version number and name to splash screen
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@675 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-01 23:12:26 +00:00
timlinux
8e09b6bb27
Beginnings of api docs for qgsrasterlayer
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@674 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-01 22:58:26 +00:00
gsherman
e3a65d0185
added contributor photos
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@673 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-01 21:42:58 +00:00
timlinux
23fb84f45d
Added element for raster Drawing Style
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@672 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-01 21:22:01 +00:00