Activity

From 2005-11-06 to 2005-12-05

2005-12-05

11:41 PM Revision 8f1ce4f2 (qgis): Merged render() fix and reformatted to addVectorLayer to follow project...
git-svn-id: http://svn.osgeo.org/qgis/trunk@4292 c8812cc2-4d05-0410-92ff-de0c093fc19c Mark Coletti
11:41 PM Revision 7626e276 (qgis): Merged render() fix and reformatted to addVectorLayer to follow project...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4292 c8812cc2-4d05-0410-92ff-de0c093fc19c Mark Coletti
05:59 AM Revision a10ec90f (qgis): Convert to Qt4 iterator. (This should fix Identify Tool crashes.
git-svn-id: http://svn.osgeo.org/qgis/trunk@4291 c8812cc2-4d05-0410-92ff-de0c093fc19c Tom Elwertowski
05:59 AM Revision 098db170 (qgis): Convert to Qt4 iterator. (This should fix Identify Tool crashes.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4291 c8812cc2-4d05-0410-92ff-de0c093fc19c Tom Elwertowski
04:49 AM Revision 2468c092 (qgis): Revise legend classes to use Qt4 static QCoreApplication methods instea...
git-svn-id: http://svn.osgeo.org/qgis/trunk@4290 c8812cc2-4d05-0410-92ff-de0c093fc19c Tom Elwertowski
04:49 AM Revision 4ba0a4f4 (qgis): Revise legend classes to use Qt4 static QCoreApplication methods instea...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4290 c8812cc2-4d05-0410-92ff-de0c093fc19c Tom Elwertowski

2005-12-04

11:18 PM Revision 714d05d5 (qgis): Replaced the legend classes Q3ListView and Q3ListViewItem with the qt4 ...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4289 c8812cc2-4d05-0410-92ff-de0c093fc19c Marco Hugentobler
11:18 PM Revision 43caa017 (qgis): Replaced the legend classes Q3ListView and Q3ListViewItem with the qt4 ...
git-svn-id: http://svn.osgeo.org/qgis/trunk@4289 c8812cc2-4d05-0410-92ff-de0c093fc19c Marco Hugentobler
06:58 AM Revision a2986963 (qgis): Raster drawing improvements / Qt4 porting.
* Zooming into a raster (where a source pixel covers more than one screen pixel) should now draw fully into the botto... Brendan Morley -
06:58 AM Revision 247a1546 (qgis): Raster drawing improvements / Qt4 porting.
* Zooming into a raster (where a source pixel covers more than one screen pixel) should now draw fully into the botto... Brendan Morley -

2005-12-02

10:13 PM Revision a80c30d2 (qgis): Includes now Qt4 happy. Once again the support vector file formats lives.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4287 c8812cc2-4d05-0410-92ff-de0c093fc19c Mark Coletti
10:13 PM Revision c685cffc (qgis): Includes now Qt4 happy. Once again the support vector file formats lives.
git-svn-id: http://svn.osgeo.org/qgis/trunk@4287 c8812cc2-4d05-0410-92ff-de0c093fc19c Mark Coletti

2005-12-01

12:26 AM Revision 2c880dcd (qgis): Yet more more superfluous checks for OGR plug-in removed since that's n...
git-svn-id: http://svn.osgeo.org/qgis/trunk@4286 c8812cc2-4d05-0410-92ff-de0c093fc19c Mark Coletti
12:26 AM Revision 63235255 (qgis): Yet more more superfluous checks for OGR plug-in removed since that's n...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4286 c8812cc2-4d05-0410-92ff-de0c093fc19c Mark Coletti
12:08 AM Revision 6b862952 (qgis): Removed more superfluous checks for OGR plug-in since that's now handle...
git-svn-id: http://svn.osgeo.org/qgis/trunk@4285 c8812cc2-4d05-0410-92ff-de0c093fc19c Mark Coletti
12:08 AM Revision 7b9ee7f3 (qgis): Removed more superfluous checks for OGR plug-in since that's now handle...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4285 c8812cc2-4d05-0410-92ff-de0c093fc19c Mark Coletti
11:40 PM Revision deae1bd7 (qgis): in addLayer() Removed superfluous check for OGR plug-in since that's no...
git-svn-id: http://svn.osgeo.org/qgis/trunk@4284 c8812cc2-4d05-0410-92ff-de0c093fc19c Mark Coletti
11:40 PM Revision dce21f5b (qgis): in addLayer() Removed superfluous check for OGR plug-in since that's no...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4284 c8812cc2-4d05-0410-92ff-de0c093fc19c Mark Coletti

2005-11-30

02:08 PM Revision 76dddcb9 (qgis): The map should now move again when you go to drag it with the little ha...
The original problem was due to the bitBlt idiom going away in Qt4.
Others should check that this new method works/d...
Brendan Morley -
02:08 PM Revision 30ef61d9 (qgis): The map should now move again when you go to drag it with the little ha...
The original problem was due to the bitBlt idiom going away in Qt4.
Others should check that this new method works/d...
Brendan Morley -

2005-11-29

01:31 AM Revision 0297e47e (qgis): - one cannot do QStringList = 0 as a default parameter; QStringList =
QStringList() substituted
- thou shalt pass non atomic function arguments as references or
pointers (thus saving s...
Mark Coletti
01:31 AM Revision 49f0c39c (qgis): - one cannot do QStringList = 0 as a default parameter; QStringList =
QStringList() substituted
- thou shalt pass non atomic function arguments as references or
pointers (thus saving s...
Mark Coletti
01:20 AM Revision ae9d4be8 (qgis): Now properly clean MOC and UIC files with make clean.
git-svn-id: http://svn.osgeo.org/qgis/trunk@4281 c8812cc2-4d05-0410-92ff-de0c093fc19c Mark Coletti
01:20 AM Revision 31afaefe (qgis): Now properly clean MOC and UIC files with make clean.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4281 c8812cc2-4d05-0410-92ff-de0c093fc19c Mark Coletti

2005-11-28

11:15 PM Revision 46a1b5fa (qgis): Now make clean removes MOC files.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4280 c8812cc2-4d05-0410-92ff-de0c093fc19c Mark Coletti
11:15 PM Revision 2c01500b (qgis): Now make clean removes MOC files.
git-svn-id: http://svn.osgeo.org/qgis/trunk@4280 c8812cc2-4d05-0410-92ff-de0c093fc19c Mark Coletti
10:10 AM Revision 9f819543 (qgis): Don't use the postgres information_schema view because earlier versions of
postgres don't have it...
git-svn-id: http://svn.osgeo.org/qgis/trunk@4279 c8812cc2-4d05-0410-92ff-de0c093fc19c
Gavin Macaulay -
10:10 AM Revision a46077fe (qgis): Don't use the postgres information_schema view because earlier versions of
postgres don't have it...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4279 c8812cc2-4d05-0410-92ff-de0c093fc19c
Gavin Macaulay -

2005-11-27

09:51 PM Revision fae6b55f (qgis): Several improvements related to WMS:
* Adds WMS styles support (think "themes").
* WMS layer selection window only lets you select one style at a time.
* ...
Brendan Morley -
09:51 PM Revision 662ad197 (qgis): Several improvements related to WMS:
* Adds WMS styles support (think "themes").
* WMS layer selection window only lets you select one style at a time.
* ...
Brendan Morley -
09:13 AM Revision 039e9e0f (qgis): Update ToolButton popup menus for Qt4.C
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4277 c8812cc2-4d05-0410-92ff-de0c093fc19c Tom Elwertowski
09:13 AM Revision 2a92fc4b (qgis): Update ToolButton popup menus for Qt4.C
git-svn-id: http://svn.osgeo.org/qgis/trunk@4277 c8812cc2-4d05-0410-92ff-de0c093fc19c Tom Elwertowski
05:25 AM Revision 679c52ca (qgis): QApplication needs to be instantiated before applicationDirPath() is ca...
git-svn-id: http://svn.osgeo.org/qgis/trunk@4276 c8812cc2-4d05-0410-92ff-de0c093fc19c Tom Elwertowski
05:25 AM Revision 83d5a57e (qgis): QApplication needs to be instantiated before applicationDirPath() is ca...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4276 c8812cc2-4d05-0410-92ff-de0c093fc19c Tom Elwertowski
01:27 AM Revision 5d6e4d39 (qgis): Fix some layout issues
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4275 c8812cc2-4d05-0410-92ff-de0c093fc19c Tim Sutton
01:27 AM Revision e7e6629a (qgis): Fix some layout issues
git-svn-id: http://svn.osgeo.org/qgis/trunk@4275 c8812cc2-4d05-0410-92ff-de0c093fc19c Tim Sutton
01:10 AM Revision e57e06ab (qgis): UI improvements to keep the A-types (ie me) happy..
git-svn-id: http://svn.osgeo.org/qgis/trunk@4274 c8812cc2-4d05-0410-92ff-de0c093fc19c Tim Sutton
01:10 AM Revision fe31ebda (qgis): UI improvements to keep the A-types (ie me) happy..
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4274 c8812cc2-4d05-0410-92ff-de0c093fc19c Tim Sutton

2005-11-26

11:23 PM Revision abcc61c6 (qgis): Python wrapper code -- testing only
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4273 c8812cc2-4d05-0410-92ff-de0c093fc19c Gary Sherman
11:23 PM Revision 26d05874 (qgis): Python wrapper code -- testing only
git-svn-id: http://svn.osgeo.org/qgis/trunk@4273 c8812cc2-4d05-0410-92ff-de0c093fc19c Gary Sherman
04:46 AM Revision 6c7a5aaf (qgis): Implementation of Qt4 dialog for mapserver export tool
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4272 c8812cc2-4d05-0410-92ff-de0c093fc19c Gary Sherman
04:46 AM Revision dbb0d24e (qgis): Implementation of Qt4 dialog for mapserver export tool
git-svn-id: http://svn.osgeo.org/qgis/trunk@4272 c8812cc2-4d05-0410-92ff-de0c093fc19c Gary Sherman
03:27 AM Revision ba6ff9f9 (qgis): Make X11 selection rect display to the upper left as well as lower right.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4271 c8812cc2-4d05-0410-92ff-de0c093fc19c Tom Elwertowski
03:27 AM Revision 6897c8dc (qgis): Make X11 selection rect display to the upper left as well as lower right.
git-svn-id: http://svn.osgeo.org/qgis/trunk@4271 c8812cc2-4d05-0410-92ff-de0c093fc19c Tom Elwertowski
02:10 AM Revision df55283a (qgis): Refactoring of QSettings naming conventions. This has been tested but t...
may be errors since the base key name for all plugins was changed. The convention
for settings keys used by a pluting...
Gary Sherman
02:10 AM Revision 32abe7d5 (qgis): Refactoring of QSettings naming conventions. This has been tested but t...
may be errors since the base key name for all plugins was changed. The convention
for settings keys used by a pluting...
Gary Sherman

2005-11-25

12:31 AM Revision 1370e568 (qgis): Reorganization of the sections in the QGIS configuration file (QSettings).
There may be issues with the implementation -- check to make sure that
the appropriate keys are being used when resto...
Gary Sherman
12:31 AM Revision f9b39365 (qgis): Reorganization of the sections in the QGIS configuration file (QSettings).
There may be issues with the implementation -- check to make sure that
the appropriate keys are being used when resto...
Gary Sherman
08:43 PM Revision a25beb4b (qgis): Update selection and zoom rectangles for Qt4.
(Object editing rubberbands are still not updated.)
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4268 c8812cc2-...
Tom Elwertowski
08:43 PM Revision 63076ddc (qgis): Update selection and zoom rectangles for Qt4.
(Object editing rubberbands are still not updated.)
git-svn-id: http://svn.osgeo.org/qgis/trunk@4268 c8812cc2-4d05-...
Tom Elwertowski
06:53 PM Revision d5fb0e2e (qgis): Quick change to fail configure if Qt 4 is not found. Additional cleanup
to the Qt detection code is required to complete the migration from
version 3.x to 4.x.
git-svn-id: http://svn.osge...
Gary Sherman
06:53 PM Revision 2f390c9f (qgis): Quick change to fail configure if Qt 4 is not found. Additional cleanup
to the Qt detection code is required to complete the migration from
version 3.x to 4.x.
git-svn-id: http://svn.osge...
Gary Sherman

2005-11-24

10:45 PM Revision 04a72d58 (qgis): qgis/helpviewer should now be compilable under Qt4; Makefile.am more cl...
After this commit you should re-configure qgis, make clean in qgis/helpviewer then build as normal.
git-svn-id: htt...
Brendan Morley -
10:45 PM Revision cbd62486 (qgis): qgis/helpviewer should now be compilable under Qt4; Makefile.am more cl...
After this commit you should re-configure qgis, make clean in qgis/helpviewer then build as normal.
git-svn-id: htt...
Brendan Morley -
06:18 PM Revision 065a777a (qgis): Converted QSettings to use global organization and application name so
they don't have to be specified in the QSettings constructor. This doesn't
apply to plugins.
git-svn-id: http://svn...
Gary Sherman
06:18 PM Revision 1990e482 (qgis): Converted QSettings to use global organization and application name so
they don't have to be specified in the QSettings constructor. This doesn't
apply to plugins.
git-svn-id: http://svn...
Gary Sherman
01:13 AM Revision a4ac1363 (qgis): Fixes for QSettings implementation
git-svn-id: http://svn.osgeo.org/qgis/trunk@4264 c8812cc2-4d05-0410-92ff-de0c093fc19c Gary Sherman
01:13 AM Revision 18129527 (qgis): Fixes for QSettings implementation
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4264 c8812cc2-4d05-0410-92ff-de0c093fc19c Gary Sherman

2005-11-23

08:58 AM Revision 69ed0628 (qgis): Set dialog constructor modal flag to true. This causes the dialog to ha...
git-svn-id: http://svn.osgeo.org/qgis/trunk@4263 c8812cc2-4d05-0410-92ff-de0c093fc19c Tom Elwertowski
08:58 AM Revision 1bfefb23 (qgis): Set dialog constructor modal flag to true. This causes the dialog to ha...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4263 c8812cc2-4d05-0410-92ff-de0c093fc19c Tom Elwertowski
08:08 AM Revision bd0244bd (qgis): Remove font property settings using the default (unspecified) font size...
Removing empty attribute blocks has no effect. For non-empty blocks using the default size, the settings have been mo... Tom Elwertowski
08:08 AM Revision 550a3cc1 (qgis): Remove font property settings using the default (unspecified) font size...
Removing empty attribute blocks has no effect. For non-empty blocks using the default size, the settings have been mo... Tom Elwertowski

2005-11-22

06:57 PM Revision 6abe63cb (qgis): Transparency for grayscale images works again
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4261 c8812cc2-4d05-0410-92ff-de0c093fc19c Tim Sutton
06:57 PM Revision 7e874ee0 (qgis): Transparency for grayscale images works again
git-svn-id: http://svn.osgeo.org/qgis/trunk@4261 c8812cc2-4d05-0410-92ff-de0c093fc19c Tim Sutton
05:38 PM Revision 9ca68a0c (qgis): Reinstate nodata in metadata which has mysteriously disappeared from ra...
git-svn-id: http://svn.osgeo.org/qgis/trunk@4260 c8812cc2-4d05-0410-92ff-de0c093fc19c Tim Sutton
05:38 PM Revision b8ae4eb2 (qgis): Reinstate nodata in metadata which has mysteriously disappeared from ra...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4260 c8812cc2-4d05-0410-92ff-de0c093fc19c Tim Sutton
05:05 PM Revision 0ea02a00 (qgis): Apply patch from Martin for gentoo friendliness
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4259 c8812cc2-4d05-0410-92ff-de0c093fc19c Tim Sutton
05:05 PM Revision 49748b39 (qgis): Apply patch from Martin for gentoo friendliness
git-svn-id: http://svn.osgeo.org/qgis/trunk@4259 c8812cc2-4d05-0410-92ff-de0c093fc19c Tim Sutton
08:18 AM Revision d8238548 (qgis): Removed Qt4 #ifdef block (issue resolved)
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4258 c8812cc2-4d05-0410-92ff-de0c093fc19c Gary Sherman
08:18 AM Revision 29227032 (qgis): Removed Qt4 #ifdef block (issue resolved)
git-svn-id: http://svn.osgeo.org/qgis/trunk@4258 c8812cc2-4d05-0410-92ff-de0c093fc19c Gary Sherman
08:10 AM Revision 8e808ca6 (qgis): Fix for plugins not loading. This was related to grabbing the existing ...
in order to insert the new menu items.
git-svn-id: http://svn.osgeo.org/qgis/trunk@4257 c8812cc2-4d05-0410-92ff-de0...
Gary Sherman
08:10 AM Revision 9648e238 (qgis): Fix for plugins not loading. This was related to grabbing the existing ...
in order to insert the new menu items.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4257 c8812cc2-4d05-0410-92f...
Gary Sherman
01:10 AM Revision 86f9d6db (qgis): Qt4/Mac requires a type to avoid an "ambiguous argument type" error.
git-svn-id: http://svn.osgeo.org/qgis/trunk@4256 c8812cc2-4d05-0410-92ff-de0c093fc19c Tom Elwertowski
01:10 AM Revision d33f69cc (qgis): Qt4/Mac requires a type to avoid an "ambiguous argument type" error.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4256 c8812cc2-4d05-0410-92ff-de0c093fc19c Tom Elwertowski

2005-11-21

12:54 AM Revision a84eaad4 (qgis): Add build support for Qt4/Mac.
(The environment variable QTDIR should be defined similar to /usr/local/Trolltech/Qt-4.0.1 for Qt4 and /Developer/qt ... Tom Elwertowski
12:54 AM Revision 6e8edde3 (qgis): Add build support for Qt4/Mac.
(The environment variable QTDIR should be defined similar to /usr/local/Trolltech/Qt-4.0.1 for Qt4 and /Developer/qt ... Tom Elwertowski
07:10 AM Revision 74069957 (qgis): Random color now assigned when a layer is first loaded
git-svn-id: http://svn.osgeo.org/qgis/trunk@4253 c8812cc2-4d05-0410-92ff-de0c093fc19c Gary Sherman
07:10 AM Revision 3aacf75c (qgis): Random color now assigned when a layer is first loaded
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4253 c8812cc2-4d05-0410-92ff-de0c093fc19c Gary Sherman
06:51 AM Revision cd64a080 (qgis): Added helpviewer subdir to the top-level Makefile.am
Changes to helpviewer classes to allow compilation under Qt 4.0.1
Works on Linux; untested on other platforms.
git...
Gary Sherman
06:51 AM Revision 0e5031af (qgis): Added helpviewer subdir to the top-level Makefile.am
Changes to helpviewer classes to allow compilation under Qt 4.0.1
Works on Linux; untested on other platforms.
git...
Gary Sherman
06:16 AM Revision 214e5827 (qgis): Changes to allow compilation with Qt 4.0.1.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4251 c8812cc2-4d05-0410-92ff-de0c093fc19c Gary Sherman
06:16 AM Revision 27312032 (qgis): Changes to allow compilation with Qt 4.0.1.
git-svn-id: http://svn.osgeo.org/qgis/trunk@4251 c8812cc2-4d05-0410-92ff-de0c093fc19c Gary Sherman

2005-11-20

07:10 PM Revision 314699fc (qgis): Changelog for extra version update
git-svn-id: http://svn.osgeo.org/qgis/trunk@4250 c8812cc2-4d05-0410-92ff-de0c093fc19c Tim Sutton
07:10 PM Revision ff075a32 (qgis): Changelog for extra version update
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4250 c8812cc2-4d05-0410-92ff-de0c093fc19c Tim Sutton
07:09 PM Revision 84c1ce38 (qgis): Bumped extra version to 7.9.2 to indicate Qt4 port version
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4249 c8812cc2-4d05-0410-92ff-de0c093fc19c Tim Sutton
07:09 PM Revision 76f92ac0 (qgis): Bumped extra version to 7.9.2 to indicate Qt4 port version
git-svn-id: http://svn.osgeo.org/qgis/trunk@4249 c8812cc2-4d05-0410-92ff-de0c093fc19c Tim Sutton
07:04 PM Revision c2dea74c (qgis): Make file for libqgsraster
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4248 c8812cc2-4d05-0410-92ff-de0c093fc19c Tim Sutton
07:04 PM Revision 6bda81d5 (qgis): Make file for libqgsraster
git-svn-id: http://svn.osgeo.org/qgis/trunk@4248 c8812cc2-4d05-0410-92ff-de0c093fc19c Tim Sutton
07:01 PM Revision 12056a24 (qgis): Moved code that I factored out of raster last night into its own dir / ...
git-svn-id: http://svn.osgeo.org/qgis/trunk@4247 c8812cc2-4d05-0410-92ff-de0c093fc19c Tim Sutton
07:01 PM Revision f0c3646a (qgis): Moved code that I factored out of raster last night into its own dir / ...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4247 c8812cc2-4d05-0410-92ff-de0c093fc19c Tim Sutton
08:19 AM Revision 8d22351b (qgis): Points snaping does now consider changed geometries. Fixed a bug which ...
git-svn-id: http://svn.osgeo.org/qgis/trunk@4246 c8812cc2-4d05-0410-92ff-de0c093fc19c Marco Hugentobler
08:19 AM Revision 61bb31d8 (qgis): Points snaping does now consider changed geometries. Fixed a bug which ...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4246 c8812cc2-4d05-0410-92ff-de0c093fc19c Marco Hugentobler
07:03 AM Revision 876c1d9c (qgis): Fix to remove georeferencer plugin from the build
git-svn-id: http://svn.osgeo.org/qgis/trunk@4245 c8812cc2-4d05-0410-92ff-de0c093fc19c Gary Sherman
07:03 AM Revision c33724c0 (qgis): Fix to remove georeferencer plugin from the build
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4245 c8812cc2-4d05-0410-92ff-de0c093fc19c Gary Sherman
06:55 AM Revision 7fa7704c (qgis): More changes for Qt4. QGIS now compiles and runs, although there are pr...
and there are display issues when loading a layer.
The georeferencer plugin is currently disabled in the build due t...
Gary Sherman
06:55 AM Revision bdd16c62 (qgis): More changes for Qt4. QGIS now compiles and runs, although there are pr...
and there are display issues when loading a layer.
The georeferencer plugin is currently disabled in the build due t...
Gary Sherman
04:08 AM Revision 70c31a17 (qgis): Move member decl'sinto provite section (out of signals)
git-svn-id: http://svn.osgeo.org/qgis/trunk@4243 c8812cc2-4d05-0410-92ff-de0c093fc19c Tim Sutton
04:08 AM Revision 25036fea (qgis): Move member decl'sinto provite section (out of signals)
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4243 c8812cc2-4d05-0410-92ff-de0c093fc19c Tim Sutton
03:58 AM Revision 3e7e345d (qgis): Fix qt4 build errors in projection selector
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4242 c8812cc2-4d05-0410-92ff-de0c093fc19c Tim Sutton
03:58 AM Revision 98e56e10 (qgis): Fix qt4 build errors in projection selector
git-svn-id: http://svn.osgeo.org/qgis/trunk@4242 c8812cc2-4d05-0410-92ff-de0c093fc19c Tim Sutton
03:43 AM Revision 93ef438b (qgis): Fix small mistype preventing build
git-svn-id: http://svn.osgeo.org/qgis/trunk@4241 c8812cc2-4d05-0410-92ff-de0c093fc19c Tim Sutton
03:43 AM Revision 894dc45f (qgis): Fix small mistype preventing build
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4241 c8812cc2-4d05-0410-92ff-de0c093fc19c Tim Sutton
03:33 AM Revision fed9e84b (qgis): Fix compile error in qt4
git-svn-id: http://svn.osgeo.org/qgis/trunk@4240 c8812cc2-4d05-0410-92ff-de0c093fc19c Tim Sutton
03:33 AM Revision d5790f91 (qgis): Fix compile error in qt4
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4240 c8812cc2-4d05-0410-92ff-de0c093fc19c Tim Sutton
03:24 AM Revision 52b14211 (qgis): Fix build errors ini qt4
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4239 c8812cc2-4d05-0410-92ff-de0c093fc19c Tim Sutton
03:24 AM Revision 238a937e (qgis): Fix build errors ini qt4
git-svn-id: http://svn.osgeo.org/qgis/trunk@4239 c8812cc2-4d05-0410-92ff-de0c093fc19c Tim Sutton
03:15 AM Revision 1792d8cb (qgis): Add sentinels to src/qgsrasterbandstats.h and src/qgsrasterpyramid.h
Add missing include to src/qgsencodingfiledialog.h
Add missing include to src/qgsrasterlayerproperties.cpp
Still nee...
Tim Sutton
03:15 AM Revision a7df79a7 (qgis): Add sentinels to src/qgsrasterbandstats.h and src/qgsrasterpyramid.h
Add missing include to src/qgsencodingfiledialog.h
Add missing include to src/qgsrasterlayerproperties.cpp
Still nee...
Tim Sutton
02:57 AM Revision cf2209b9 (qgis): Fix problem with qgsraster not building in qt4
git-svn-id: http://svn.osgeo.org/qgis/trunk@4237 c8812cc2-4d05-0410-92ff-de0c093fc19c Tim Sutton
02:57 AM Revision 729b0d52 (qgis): Fix problem with qgsraster not building in qt4
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4237 c8812cc2-4d05-0410-92ff-de0c093fc19c Tim Sutton
02:55 AM Revision 6403ebd7 (qgis): Find libQtCore on Debian
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4236 c8812cc2-4d05-0410-92ff-de0c093fc19c shalasz -
02:55 AM Revision 888e7533 (qgis): Find libQtCore on Debian
git-svn-id: http://svn.osgeo.org/qgis/trunk@4236 c8812cc2-4d05-0410-92ff-de0c093fc19c shalasz -
02:37 AM Revision adfa3e6e (qgis): Look for uic3 in PATH as well
git-svn-id: http://svn.osgeo.org/qgis/trunk@4235 c8812cc2-4d05-0410-92ff-de0c093fc19c shalasz -
02:37 AM Revision a07b1b02 (qgis): Look for uic3 in PATH as well
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4235 c8812cc2-4d05-0410-92ff-de0c093fc19c shalasz -

2005-11-19

12:35 AM Revision c06fedf0 (qgis): Qt4 port using Qt3 compatibility library. Note - not all files compile ...
git-svn-id: http://svn.osgeo.org/qgis/trunk@4234 c8812cc2-4d05-0410-92ff-de0c093fc19c Gary Sherman
12:35 AM Revision 4f92277e (qgis): Qt4 port using Qt3 compatibility library. Note - not all files compile ...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4234 c8812cc2-4d05-0410-92ff-de0c093fc19c Gary Sherman
06:59 AM Revision f6e68f1b (qgis): Inital checkin of mapserver export tools
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4232 c8812cc2-4d05-0410-92ff-de0c093fc19c Gary Sherman
06:59 AM Revision c12d2410 (qgis): Inital checkin of mapserver export tools
git-svn-id: http://svn.osgeo.org/qgis/trunk@4232 c8812cc2-4d05-0410-92ff-de0c093fc19c Gary Sherman
06:27 AM Revision f52ca2e9 (qgis): Added check for Qt 4.1x in addition to 4.0.x
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4231 c8812cc2-4d05-0410-92ff-de0c093fc19c Gary Sherman
06:27 AM Revision 8882b66a (qgis): Added check for Qt 4.1x in addition to 4.0.x
git-svn-id: http://svn.osgeo.org/qgis/trunk@4231 c8812cc2-4d05-0410-92ff-de0c093fc19c Gary Sherman
05:23 AM Revision 406b1c76 (qgis): Changed path to qt3to4 to use the QTDIR environment variable rather than
a hard-coded path.
Added a check to make sure that QTDIR is set prior to running the script.
git-svn-id: http://sv...
Gary Sherman
05:23 AM Revision ed430d45 (qgis): Changed path to qt3to4 to use the QTDIR environment variable rather than
a hard-coded path.
Added a check to make sure that QTDIR is set prior to running the script.
git-svn-id: http://sv...
Gary Sherman

2005-11-18

04:52 PM Revision e18d898b (qgis): fix for GRASS module images
git-svn-id: http://svn.osgeo.org/qgis/branches/Release-0_7-candidate@4227 c8812cc2-4d05-0410-92ff-de0c093fc19c Gary Sherman
08:44 AM Revision 28f8b69e (qgis): Fix for the query builder when invoked from the PostgreSQL layer select...
This closes bug 1348385.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4226 c8812cc2-4d05-0410-92ff-de0c093fc19c
Gary Sherman
08:44 AM Revision c4041f9b (qgis): Fix for the query builder when invoked from the PostgreSQL layer select...
This closes bug 1348385.
git-svn-id: http://svn.osgeo.org/qgis/trunk@4226 c8812cc2-4d05-0410-92ff-de0c093fc19c
Gary Sherman
08:16 AM Revision 9e1dc037 (qgis): Added double quotes to schema, table, and field names in the query buil...
issues related to upper/mixed case table and fields names in PostgreSQL.
git-svn-id: http://svn.osgeo.org/qgis/trun...
Gary Sherman
08:16 AM Revision ed1a9100 (qgis): Added double quotes to schema, table, and field names in the query buil...
issues related to upper/mixed case table and fields names in PostgreSQL.
git-svn-id: http://svn.osgeo.org/qgis/trun...
Gary Sherman
06:50 AM Revision c7e65648 (qgis): plugin images fixes
git-svn-id: http://svn.osgeo.org/qgis/branches/Release-0_7-candidate@4224 c8812cc2-4d05-0410-92ff-de0c093fc19c Gary Sherman
06:45 AM Revision 8b2360eb (qgis): fixed MORE corrupt images
git-svn-id: http://svn.osgeo.org/qgis/branches/Release-0_7-candidate@4223 c8812cc2-4d05-0410-92ff-de0c093fc19c Gary Sherman
06:45 AM Revision e453bd53 (qgis): fixed MORE corrupt images
git-svn-id: http://svn.osgeo.org/qgis/branches/Release-0_7-candidate@4222 c8812cc2-4d05-0410-92ff-de0c093fc19c Gary Sherman
06:43 AM Revision ef3513f0 (qgis): fixed MORE corrupt images
git-svn-id: http://svn.osgeo.org/qgis/branches/Release-0_7-candidate@4221 c8812cc2-4d05-0410-92ff-de0c093fc19c Gary Sherman
06:18 AM Revision 01aa1f7a (qgis): fix for corrputed developer images
git-svn-id: http://svn.osgeo.org/qgis/branches/Release-0_7-candidate@4220 c8812cc2-4d05-0410-92ff-de0c093fc19c Gary Sherman
06:12 AM Revision d228e766 (qgis): fixed splash mask png
git-svn-id: http://svn.osgeo.org/qgis/branches/Release-0_7-candidate@4219 c8812cc2-4d05-0410-92ff-de0c093fc19c Gary Sherman
05:19 AM Revision 0438ea41 (qgis): fixed corrupted images
git-svn-id: http://svn.osgeo.org/qgis/branches/Release-0_7-candidate@4218 c8812cc2-4d05-0410-92ff-de0c093fc19c Gary Sherman
05:08 AM Revision 7710d16e (qgis): fixed corrupted images
git-svn-id: http://svn.osgeo.org/qgis/branches/Release-0_7-candidate@4217 c8812cc2-4d05-0410-92ff-de0c093fc19c Gary Sherman

2005-11-16

05:21 AM Revision 3d54e621 (qgis): Added a couple of missing icons to themes
git-svn-id: http://svn.osgeo.org/qgis/trunk@4210 c8812cc2-4d05-0410-92ff-de0c093fc19c Gary Sherman
05:21 AM Revision cc5d7ec3 (qgis): Added a couple of missing icons to themes
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4210 c8812cc2-4d05-0410-92ff-de0c093fc19c Gary Sherman

2005-11-15

09:04 PM Revision c39011c8 (qgis): Fixed bug in the postgres provider which prevented graduated/ continuou...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4209 c8812cc2-4d05-0410-92ff-de0c093fc19c Marco Hugentobler
09:04 PM Revision d20c4ff9 (qgis): Fixed bug in the postgres provider which prevented graduated/ continuou...
git-svn-id: http://svn.osgeo.org/qgis/trunk@4209 c8812cc2-4d05-0410-92ff-de0c093fc19c Marco Hugentobler

2005-11-14

08:03 AM Revision 321e5fc0 (qgis): updated instructions to reflect subversion instead of cvs
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4208 c8812cc2-4d05-0410-92ff-de0c093fc19c Gary Sherman
08:03 AM Revision a70941a5 (qgis): updated instructions to reflect subversion instead of cvs
git-svn-id: http://svn.osgeo.org/qgis/trunk@4208 c8812cc2-4d05-0410-92ff-de0c093fc19c Gary Sherman
07:31 AM Revision 2d2f409c (qgis): Renamed INSTALL.cvs to INSTALL.svn
git-svn-id: http://svn.osgeo.org/qgis/trunk@4207 c8812cc2-4d05-0410-92ff-de0c093fc19c Gary Sherman
07:31 AM Revision a1894ba3 (qgis): Renamed INSTALL.cvs to INSTALL.svn
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4207 c8812cc2-4d05-0410-92ff-de0c093fc19c Gary Sherman
06:34 AM Revision ab30bf10 (qgis): The overview canvas now shows the "pan" cursor when the mouse pointer i...
over it to indicate that you can actually pan the map view using the overview
map.
git-svn-id: http://svn.osgeo.org...
Gary Sherman
06:34 AM Revision 9d1cd04e (qgis): The overview canvas now shows the "pan" cursor when the mouse pointer i...
over it to indicate that you can actually pan the map view using the overview
map.
git-svn-id: http://svn.osgeo.org...
Gary Sherman
02:56 AM Revision d7b28085 (qgis): test from svn+ssh
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4205 c8812cc2-4d05-0410-92ff-de0c093fc19c Gary Sherman
02:56 AM Revision 3143c778 (qgis): test from svn+ssh
git-svn-id: http://svn.osgeo.org/qgis/trunk@4205 c8812cc2-4d05-0410-92ff-de0c093fc19c Gary Sherman
02:55 AM Revision 8a04746c (qgis): test checking from dav_svn
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4204 c8812cc2-4d05-0410-92ff-de0c093fc19c Gary Sherman
02:55 AM Revision cb1ab7c1 (qgis): test checking from dav_svn
git-svn-id: http://svn.osgeo.org/qgis/trunk@4204 c8812cc2-4d05-0410-92ff-de0c093fc19c Gary Sherman
01:09 AM Revision 56af7a71 (qgis): test from dav
git-svn-id: http://svn.osgeo.org/qgis/trunk@4203 c8812cc2-4d05-0410-92ff-de0c093fc19c Gary Sherman
01:09 AM Revision 5094bfb0 (qgis): test from dav
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4203 c8812cc2-4d05-0410-92ff-de0c093fc19c Gary Sherman

2005-11-12

07:10 PM Revision 9f566961 (qgis): Makefile.am for mapserver export tool
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4202 c8812cc2-4d05-0410-92ff-de0c093fc19c Gary Sherman
07:10 PM Revision 2c0d9429 (qgis): Makefile.am for mapserver export tool
git-svn-id: http://svn.osgeo.org/qgis/trunk@4202 c8812cc2-4d05-0410-92ff-de0c093fc19c Gary Sherman
04:37 AM Revision ab90a5f9 (qgis): Python configuration changes
git-svn-id: http://svn.osgeo.org/qgis/trunk@4201 c8812cc2-4d05-0410-92ff-de0c093fc19c Gary Sherman
04:37 AM Revision dce3e643 (qgis): Python configuration changes
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4201 c8812cc2-4d05-0410-92ff-de0c093fc19c Gary Sherman
02:37 AM Revision fbed0ae2 (qgis): Fixes to Postgres include substitutions
git-svn-id: http://svn.osgeo.org/qgis/trunk@4200 c8812cc2-4d05-0410-92ff-de0c093fc19c Gary Sherman
02:37 AM Revision f0ea1987 (qgis): Fixes to Postgres include substitutions
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4200 c8812cc2-4d05-0410-92ff-de0c093fc19c Gary Sherman
02:10 AM Revision 2e47b7aa (qgis): Added support for python to the build system. Don't get too excited,
this isn't used anywhere yet...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4199 c8812cc2-4d05-0410-92ff-de0c0...
Gary Sherman
02:10 AM Revision 2d69c5c4 (qgis): Added support for python to the build system. Don't get too excited,
this isn't used anywhere yet...
git-svn-id: http://svn.osgeo.org/qgis/trunk@4199 c8812cc2-4d05-0410-92ff-de0c093fc19c
Gary Sherman
01:56 AM Revision 78da29e8 (qgis): Added missing pngs from svn migration
git-svn-id: http://svn.osgeo.org/qgis/trunk@4198 c8812cc2-4d05-0410-92ff-de0c093fc19c Tim Sutton
01:56 AM Revision d376adcb (qgis): Added missing pngs from svn migration
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4198 c8812cc2-4d05-0410-92ff-de0c093fc19c Tim Sutton

2005-11-11

11:17 PM Revision c93240d2 (qgis): fixed icons
git-svn-id: http://svn.osgeo.org/qgis/trunk@4197 c8812cc2-4d05-0410-92ff-de0c093fc19c Gary Sherman
11:17 PM Revision cb5984bc (qgis): fixed icons
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4197 c8812cc2-4d05-0410-92ff-de0c093fc19c Gary Sherman
11:16 PM Revision 74825f17 (qgis): fixed icons
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4196 c8812cc2-4d05-0410-92ff-de0c093fc19c Gary Sherman
11:16 PM Revision 05cfc98d (qgis): fixed icons
git-svn-id: http://svn.osgeo.org/qgis/trunk@4196 c8812cc2-4d05-0410-92ff-de0c093fc19c Gary Sherman
11:15 PM Revision ed168786 (qgis): fixed icons
git-svn-id: http://svn.osgeo.org/qgis/trunk@4195 c8812cc2-4d05-0410-92ff-de0c093fc19c Gary Sherman
11:15 PM Revision 76bc3a92 (qgis): fixed icons
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4195 c8812cc2-4d05-0410-92ff-de0c093fc19c Gary Sherman
10:54 PM Revision 045f1405 (qgis): fixed bad xpms
git-svn-id: http://svn.osgeo.org/qgis/trunk@4194 c8812cc2-4d05-0410-92ff-de0c093fc19c Gary Sherman
10:54 PM Revision 71e150e2 (qgis): fixed bad xpms
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4194 c8812cc2-4d05-0410-92ff-de0c093fc19c Gary Sherman
10:52 PM Revision 98955464 (qgis): fixed theme icons
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4193 c8812cc2-4d05-0410-92ff-de0c093fc19c Gary Sherman
10:51 PM Revision da623bdb (qgis): fixed theme icons
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4192 c8812cc2-4d05-0410-92ff-de0c093fc19c Gary Sherman
10:51 PM Revision 79c4094d (qgis): fixed theme icons
git-svn-id: http://svn.osgeo.org/qgis/trunk@4192 c8812cc2-4d05-0410-92ff-de0c093fc19c Gary Sherman
10:48 PM Revision f685bb08 (qgis): fixed developer images
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4191 c8812cc2-4d05-0410-92ff-de0c093fc19c Gary Sherman
10:48 PM Revision 7d5ed3ef (qgis): fixed developer images
git-svn-id: http://svn.osgeo.org/qgis/trunk@4191 c8812cc2-4d05-0410-92ff-de0c093fc19c Gary Sherman
10:44 PM Revision a52d58b2 (qgis): fixed images
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4190 c8812cc2-4d05-0410-92ff-de0c093fc19c Gary Sherman
10:44 PM Revision ee551c2d (qgis): fixed images
git-svn-id: http://svn.osgeo.org/qgis/trunk@4190 c8812cc2-4d05-0410-92ff-de0c093fc19c Gary Sherman
10:43 PM Revision 3959e1f9 (qgis): deleted corrupt images
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4189 c8812cc2-4d05-0410-92ff-de0c093fc19c Gary Sherman
10:43 PM Revision 167509a6 (qgis): deleted corrupt images
git-svn-id: http://svn.osgeo.org/qgis/trunk@4189 c8812cc2-4d05-0410-92ff-de0c093fc19c Gary Sherman
10:39 PM Revision ff15d362 (qgis): added correct icons
git-svn-id: http://svn.osgeo.org/qgis/trunk@4188 c8812cc2-4d05-0410-92ff-de0c093fc19c Gary Sherman
10:39 PM Revision 497ab558 (qgis): added correct icons
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4188 c8812cc2-4d05-0410-92ff-de0c093fc19c Gary Sherman
10:39 PM Revision 51320a5a (qgis): deleted corrupted icons
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4187 c8812cc2-4d05-0410-92ff-de0c093fc19c Gary Sherman
10:39 PM Revision b8cbbd81 (qgis): deleted corrupted icons
git-svn-id: http://svn.osgeo.org/qgis/trunk@4187 c8812cc2-4d05-0410-92ff-de0c093fc19c Gary Sherman
10:35 PM Revision d3719c9e (qgis): added icon
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4186 c8812cc2-4d05-0410-92ff-de0c093fc19c Gary Sherman
10:35 PM Revision cd975323 (qgis): added icon
git-svn-id: http://svn.osgeo.org/qgis/trunk@4186 c8812cc2-4d05-0410-92ff-de0c093fc19c Gary Sherman
10:34 PM Revision b0cfd67a (qgis): Deleted corrupt icon
git-svn-id: http://svn.osgeo.org/qgis/trunk@4185 c8812cc2-4d05-0410-92ff-de0c093fc19c Gary Sherman
10:34 PM Revision 61c30c7f (qgis): Deleted corrupt icon
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4185 c8812cc2-4d05-0410-92ff-de0c093fc19c Gary Sherman
10:12 PM Revision 018ee12b (qgis): Updated todo list
git-svn-id: http://svn.osgeo.org/qgis/trunk@4184 c8812cc2-4d05-0410-92ff-de0c093fc19c Gary Sherman
10:12 PM Revision e0c9aa2f (qgis): Updated todo list
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4184 c8812cc2-4d05-0410-92ff-de0c093fc19c Gary Sherman

2005-11-10

11:22 PM Revision 1134a3c0 (qgis): Changed definition of symbology compatibility for vector layers, some l...
git-svn-id: http://svn.osgeo.org/qgis/trunk@4179 c8812cc2-4d05-0410-92ff-de0c093fc19c Marco Hugentobler
11:22 PM Revision 2881022d (qgis): Changed definition of symbology compatibility for vector layers, some l...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4179 c8812cc2-4d05-0410-92ff-de0c093fc19c Marco Hugentobler
08:23 AM Revision 61bb230d (qgis): Minor revision to merge from 0.7.4
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4177 c8812cc2-4d05-0410-92ff-de0c093fc19c Tom Elwertowski
08:23 AM Revision cb006ca3 (qgis): Minor revision to merge from 0.7.4
git-svn-id: http://svn.osgeo.org/qgis/trunk@4177 c8812cc2-4d05-0410-92ff-de0c093fc19c Tom Elwertowski
08:14 AM Revision 0d333c2a (qgis): Three more files merged from 0.7.4
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4176 c8812cc2-4d05-0410-92ff-de0c093fc19c Tom Elwertowski
08:14 AM Revision 916f73a8 (qgis): Three more files merged from 0.7.4
git-svn-id: http://svn.osgeo.org/qgis/trunk@4176 c8812cc2-4d05-0410-92ff-de0c093fc19c Tom Elwertowski
02:52 AM Revision 748800f8 (qgis): Minor bump to version number
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4175 c8812cc2-4d05-0410-92ff-de0c093fc19c Tim Sutton
02:52 AM Revision bb233c5b (qgis): Minor bump to version number
git-svn-id: http://svn.osgeo.org/qgis/trunk@4175 c8812cc2-4d05-0410-92ff-de0c093fc19c Tim Sutton
01:18 AM Revision 188d18aa (qgis): Final (hopefully) parts of merge from 0.7
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4174 c8812cc2-4d05-0410-92ff-de0c093fc19c Tim Sutton
01:18 AM Revision ef8235dd (qgis): Final (hopefully) parts of merge from 0.7
git-svn-id: http://svn.osgeo.org/qgis/trunk@4174 c8812cc2-4d05-0410-92ff-de0c093fc19c Tim Sutton

2005-11-09

11:43 PM Revision 28e7e5a9 (qgis): Merge of 0.7 mapcanvas goodies into head
Thanks to Tom Elwertowski for resolving the conflicts
git-svn-id: http://svn.osgeo.org/qgis/trunk@4173 c8812cc2-4d0...
Tim Sutton
11:43 PM Revision d83b210a (qgis): Merge of 0.7 mapcanvas goodies into head
Thanks to Tom Elwertowski for resolving the conflicts
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4173 c8812cc...
Tim Sutton
02:49 AM Revision 7dd06fb0 (qgis): Merge in changes in 0.7.4 branch into head.
Many thanks to Tom Elwertowski for doing all the hard bits in src!
Please note that qgsmapcanvas.* has not been merge...
Tim Sutton
02:49 AM Revision 0a4ec0bc (qgis): Merge in changes in 0.7.4 branch into head.
Many thanks to Tom Elwertowski for doing all the hard bits in src!
Please note that qgsmapcanvas.* has not been merge...
Tim Sutton

2005-11-06

11:32 PM Revision 18c50c75 (qgis): Merge in from 0.7 branch
git-svn-id: http://svn.osgeo.org/qgis/trunk@4169 c8812cc2-4d05-0410-92ff-de0c093fc19c Tim Sutton
11:32 PM Revision e81fe115 (qgis): Merge in from 0.7 branch
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4169 c8812cc2-4d05-0410-92ff-de0c093fc19c Tim Sutton
11:24 PM Revision 78b74737 (qgis): Added nkids theme
git-svn-id: http://svn.osgeo.org/qgis/trunk@4168 c8812cc2-4d05-0410-92ff-de0c093fc19c Tim Sutton
11:24 PM Revision 5ba5e26c (qgis): Added nkids theme
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4168 c8812cc2-4d05-0410-92ff-de0c093fc19c Tim Sutton
11:24 PM Revision 7bad4c89 (qgis): Merged in from 0.7 branch
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4167 c8812cc2-4d05-0410-92ff-de0c093fc19c Tim Sutton
11:24 PM Revision 28a12d71 (qgis): Merged in from 0.7 branch
git-svn-id: http://svn.osgeo.org/qgis/trunk@4167 c8812cc2-4d05-0410-92ff-de0c093fc19c Tim Sutton
11:11 PM Revision 6164f218 (qgis): Merge from qgis 0.7 branch
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4166 c8812cc2-4d05-0410-92ff-de0c093fc19c Tim Sutton
11:11 PM Revision 0ee29cfc (qgis): Merge from qgis 0.7 branch
git-svn-id: http://svn.osgeo.org/qgis/trunk@4166 c8812cc2-4d05-0410-92ff-de0c093fc19c Tim Sutton
10:44 PM Revision cd7360f2 (qgis): Merge in from 0.7 branch
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4165 c8812cc2-4d05-0410-92ff-de0c093fc19c Tim Sutton
10:44 PM Revision 9dae5b96 (qgis): Merge in from 0.7 branch
git-svn-id: http://svn.osgeo.org/qgis/trunk@4165 c8812cc2-4d05-0410-92ff-de0c093fc19c Tim Sutton
01:41 AM Revision cf5cb301 (qgis): Clone (not merged just copied) i18n stuff over from o.7 release
git-svn-id: http://svn.osgeo.org/qgis/trunk@4164 c8812cc2-4d05-0410-92ff-de0c093fc19c Tim Sutton
01:41 AM Revision 01caa29c (qgis): Clone (not merged just copied) i18n stuff over from o.7 release
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4164 c8812cc2-4d05-0410-92ff-de0c093fc19c Tim Sutton
01:16 AM Revision c1c65ff4 (qgis): Add helpviewer to build process
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4163 c8812cc2-4d05-0410-92ff-de0c093fc19c Tim Sutton
01:16 AM Revision 9e622f95 (qgis): Add helpviewer to build process
git-svn-id: http://svn.osgeo.org/qgis/trunk@4163 c8812cc2-4d05-0410-92ff-de0c093fc19c Tim Sutton
01:15 AM Revision 160ed349 (qgis): Merve from 0.7 branch
git-svn-id: http://svn.osgeo.org/qgis/trunk@4162 c8812cc2-4d05-0410-92ff-de0c093fc19c Tim Sutton
01:15 AM Revision 6a261df3 (qgis): Merve from 0.7 branch
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4162 c8812cc2-4d05-0410-92ff-de0c093fc19c Tim Sutton

2005-11-05

12:44 AM Revision a46b46d6 (qgis): merge changes from 0.7 branch
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4161 c8812cc2-4d05-0410-92ff-de0c093fc19c Tim Sutton
12:34 AM Revision 951ede4f (qgis): Merge from 0.7 branch
git-svn-id: http://svn.osgeo.org/qgis/trunk@4160 c8812cc2-4d05-0410-92ff-de0c093fc19c Tim Sutton
12:34 AM Revision 75d28d3c (qgis): Merge from 0.7 branch
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4160 c8812cc2-4d05-0410-92ff-de0c093fc19c Tim Sutton
 

Also available in: Atom