Revision:

Revisions

# Date Author Comment
182d989a 2004-02-22 07:54 AM Gary Sherman

fixed bug that prevented project files from loading when selected via the open project toolbar button

git-svn-id: http://svn.osgeo.org/qgis/trunk@888 c8812cc2-4d05-0410-92ff-de0c093fc19c

b7edb0df 2004-02-22 07:54 AM Gary Sherman

fixed bug that prevented project files from loading when selected via the open project toolbar button

git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@888 c8812cc2-4d05-0410-92ff-de0c093fc19c

8ea458d5 2004-02-22 07:54 AM Gary Sherman

fixed bug that prevented project files from loading when selected via the open project toolbar button

git-svn-id: http://svn.osgeo.org/qgis/trunk@888 c8812cc2-4d05-0410-92ff-de0c093fc19c

4ef1a496 2004-02-22 04:54 AM Gary Sherman

fixed a couple of typos

git-svn-id: http://svn.osgeo.org/qgis/trunk@887 c8812cc2-4d05-0410-92ff-de0c093fc19c

48a7e003 2004-02-22 04:54 AM Gary Sherman

fixed a couple of typos

git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@887 c8812cc2-4d05-0410-92ff-de0c093fc19c

b1ae3aba 2004-02-22 04:54 AM Gary Sherman

fixed a couple of typos

git-svn-id: http://svn.osgeo.org/qgis/trunk@887 c8812cc2-4d05-0410-92ff-de0c093fc19c

d2269ff5 2004-02-22 04:53 AM Gary Sherman

removed shell script

git-svn-id: http://svn.osgeo.org/qgis/trunk@886 c8812cc2-4d05-0410-92ff-de0c093fc19c

f8e4e480 2004-02-22 04:53 AM Gary Sherman

removed shell script

git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@886 c8812cc2-4d05-0410-92ff-de0c093fc19c

bf9488af 2004-02-22 04:53 AM Gary Sherman

removed shell script

git-svn-id: http://svn.osgeo.org/qgis/trunk@886 c8812cc2-4d05-0410-92ff-de0c093fc19c

3bf75127 2004-02-22 04:52 AM Gary Sherman

perl script to build a new plugin source tree and add the appropriate lines to the build system

git-svn-id: http://svn.osgeo.org/qgis/trunk@885 c8812cc2-4d05-0410-92ff-de0c093fc19c

2992d793 2004-02-22 04:52 AM Gary Sherman

perl script to build a new plugin source tree and add the appropriate lines to the build system

git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@885 c8812cc2-4d05-0410-92ff-de0c093fc19c

fce62540 2004-02-22 04:52 AM Gary Sherman

perl script to build a new plugin source tree and add the appropriate lines to the build system

git-svn-id: http://svn.osgeo.org/qgis/trunk@885 c8812cc2-4d05-0410-92ff-de0c093fc19c

a816e590 2004-02-22 02:50 AM Tim Sutton

Changed singleband raster gray & pseudocolor to draw transparent on values of 0 or no_data pending resolution to gdal problem where no_data vals show up as 0.

git-svn-id: http://svn.osgeo.org/qgis/trunk@884 c8812cc2-4d05-0410-92ff-de0c093fc19c

6dc9ec71 2004-02-22 02:50 AM Tim Sutton

Changed singleband raster gray & pseudocolor to draw transparent on values of 0 or no_data pending resolution to gdal problem where no_data vals show up as 0.

git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@884 c8812cc2-4d05-0410-92ff-de0c093fc19c

f39e796f 2004-02-22 02:50 AM Tim Sutton

Changed singleband raster gray & pseudocolor to draw transparent on values of 0 or no_data pending resolution to gdal problem where no_data vals show up as 0.

git-svn-id: http://svn.osgeo.org/qgis/trunk@884 c8812cc2-4d05-0410-92ff-de0c093fc19c

784fb777 2004-02-22 02:45 AM Tim Sutton

Fixed incorrect header ref.

git-svn-id: http://svn.osgeo.org/qgis/trunk@883 c8812cc2-4d05-0410-92ff-de0c093fc19c

72f7ed17 2004-02-22 02:45 AM Tim Sutton

Fixed incorrect header ref.

git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@883 c8812cc2-4d05-0410-92ff-de0c093fc19c

9db2a6dc 2004-02-22 02:45 AM Tim Sutton

Fixed incorrect header ref.

git-svn-id: http://svn.osgeo.org/qgis/trunk@883 c8812cc2-4d05-0410-92ff-de0c093fc19c

d536cb1a 2004-02-22 12:55 AM Tim Sutton

First stab at a bash script to automate creation of a new plugin from the template. Not working yet :-(

git-svn-id: http://svn.osgeo.org/qgis/trunk@882 c8812cc2-4d05-0410-92ff-de0c093fc19c

4f1902fd 2004-02-22 12:55 AM Tim Sutton

First stab at a bash script to automate creation of a new plugin from the template. Not working yet :-(

git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@882 c8812cc2-4d05-0410-92ff-de0c093fc19c

e8b87c31 2004-02-22 12:55 AM Tim Sutton

First stab at a bash script to automate creation of a new plugin from the template. Not working yet :-(

git-svn-id: http://svn.osgeo.org/qgis/trunk@882 c8812cc2-4d05-0410-92ff-de0c093fc19c

ff7ec71b 2004-02-21 11:28 PM Tim Sutton

This is the initial commit for the qgis plugin template. The template consists of:

class Plugin (a subclass of QgisPlugin)
class PluginGuiBase (supplied as a simple qdialog ui)
class PluginGui (the subclass of PluginGuiBase)

The only thing the user would need to change in the makefile is the name of the .so...

edfde1b4 2004-02-21 11:28 PM Tim Sutton

This is the initial commit for the qgis plugin template. The template consists of:

class Plugin (a subclass of QgisPlugin)
class PluginGuiBase (supplied as a simple qdialog ui)
class PluginGui (the subclass of PluginGuiBase)

The only thing the user would need to change in the makefile is the name of the .so...

130cf668 2004-02-21 11:28 PM Tim Sutton

This is the initial commit for the qgis plugin template. The template consists of:

class Plugin (a subclass of QgisPlugin)
class PluginGuiBase (supplied as a simple qdialog ui)
class PluginGui (the subclass of PluginGuiBase)

The only thing the user would need to change in the makefile is the name of the .so...

511274d7 2004-02-21 09:54 PM Gary Sherman

changes to support project loading from command line, plus fix that prevented ogr layers from loading at all from command line

git-svn-id: http://svn.osgeo.org/qgis/trunk@880 c8812cc2-4d05-0410-92ff-de0c093fc19c

1 ... 4784 4785 4786 4787 4788 ... 4866 (119626-119650/121643) Per page: 25, 50, 100, 200

Also available in: Atom