[Qgis-developer] Re: [QGIS Commit] r10718 - in trunk/qgis/src/app:
. attributetable
William Kyngesburye
woklist at kyngchaos.com
Mon May 4 09:51:47 EDT 2009
Tim, looks like references to new files were added to the cmakelists
here, but there are no new files in svn.
On May 4, 2009, at 5:19 AM, svn_qgis at osgeo.org wrote:
> Author: timlinux
> Date: 2009-05-04 06:19:25 -0400 (Mon, 04 May 2009)
> New Revision: 10718
>
> Modified:
> trunk/qgis/src/app/CMakeLists.txt
> trunk/qgis/src/app/attributetable/qgsattributetabledialog.cpp
> trunk/qgis/src/app/attributetable/qgsattributetablemodel.cpp
> trunk/qgis/src/app/attributetable/qgsattributetablemodel.h
> trunk/qgis/src/app/attributetable/qgsattributetableview.cpp
> trunk/qgis/src/app/attributetable/qgsattributetableview.h
> Log:
> Refactoring to follow the 1 class :: 1 file rule. Also renamed mem
> model to memorymodel to comply with coding standards
>
> Modified: trunk/qgis/src/app/CMakeLists.txt
> ===================================================================
> --- trunk/qgis/src/app/CMakeLists.txt 2009-05-04 10:16:02 UTC (rev
> 10717)
> +++ trunk/qgis/src/app/CMakeLists.txt 2009-05-04 10:19:25 UTC (rev
> 10718)
> @@ -88,7 +88,11 @@
>
> attributetable/qgsattributetabledialog.cpp
> attributetable/qgsattributetablemodel.cpp
> + attributetable/qgsattributetablememorymodel.cpp
> attributetable/qgsattributetableview.cpp
> + attributetable/qgsattributetablefiltermodel.cpp
> + attributetable/qgsattributetableidcolumnpair.cpp
> + attributetable/qgsattributetabledelegate.cpp
> )
>
>
> @@ -157,8 +161,10 @@
> ogr/qgsopenvectorlayerdialog.h
> ogr/qgsnewogrconnection.h
>
> + attributetable/qgsattributetablemodel.h
> + attributetable/qgsattributetablememorymodel.h
> attributetable/qgsattributetabledialog.h
> - attributetable/qgsattributetablemodel.h
> + attributetable/qgsattributetabledelegate.h
> )
-----
William Kyngesburye <kyngchaos*at*kyngchaos*dot*com>
http://www.kyngchaos.com/
"Those people who most want to rule people are, ipso-facto, those
least suited to do it."
- A rule of the universe, from the HitchHiker's Guide to the Galaxy
More information about the Qgis-developer
mailing list