timlinux
21186af124
Removed Qt4.4 specific style directive
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@8793 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-07-16 15:37:05 +00:00
timlinux
e40991ee32
Fix bug in plugin manager introduced by recent changes I made that causes it to not remember loaded plugns properly
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@8792 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-07-16 09:56:54 +00:00
jef
82971f40a1
fix common typo: retreive
...
(identifing copied code...)
git-svn-id: http://svn.osgeo.org/qgis/trunk@8791 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-07-16 09:21:41 +00:00
timlinux
6a8bfc21ef
Fix url to msys.zip
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@8790 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-07-15 22:05:07 +00:00
mhugent
bda9f3263b
Reverted last commit, sslmode=prefer seems to be the default anyway
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@8789 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-07-15 19:53:51 +00:00
mhugent
ec26796053
Set sslmode to prefer for postgis connections
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@8788 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-07-15 19:40:00 +00:00
timlinux
cd965f4a75
Refactored detaileditemdelegate to avoid code duplication and try to resolve some issues needed for grass refactoring. Also fixed clipping of checkbox and checkbox logic is not entirely encapsulated based on the values of qgsdetaileditemdata.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@8787 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-07-15 16:13:38 +00:00
mhugent
db036f6a30
Applied patch from Adrien to remove negative selection ids when commiting added features
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@8783 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-07-15 08:36:10 +00:00
jef
1d1bb77ff4
debian package: update for qgis 1.0
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@8782 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-07-15 08:22:29 +00:00
jef
1be63335ca
fix sip error
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@8781 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-07-15 08:21:08 +00:00
jef
c9cb07ccd1
debian package: introduce a build conflict with qgis dev package
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@8780 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-07-15 08:01:49 +00:00
timlinux
3c41cfa0be
Implement grass toolbox as a designer ui and make toolbox subclass it - reduces the amount of manually (programmatically) constructed gui code required.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@8778 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-07-14 22:08:48 +00:00
jef
e9d91b3550
introduce separate qml databases for fileless datasources ( fixes #1127 )
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@8777 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-07-14 20:23:43 +00:00
jef
bf23700032
select value for classification in attribute dialog from unique value renderer classes
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@8776 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-07-14 20:23:14 +00:00
jef
b5948bde31
add support for multiline labels (applies #1138 )
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@8775 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-07-14 20:21:57 +00:00
timlinux
3c13ecf648
Replaced QgisAppInterface::getToolBox() with QgisAppInterface::addDockWidget and updated dependent code & python bindings. Note you may need to do a clean build after this commit for python bindings to build ok. The toolbox was removed in 0.11.0 and so the old getToolBox call was broken - this provides a replacement for that functionality.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@8774 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-07-14 20:19:52 +00:00
timlinux
3099a5bd4f
Made new splash and version number so trunk can be distinguished from 0.11.0 branch easily
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@8771 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-07-14 13:55:18 +00:00
timlinux
09f5afc34b
Made new splash and version number so trunk can be distinguished from 0.11.0 branch easily
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@8770 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-07-14 13:16:13 +00:00
timlinux
133b5dcbe7
Rolled back r8764 - as per Peter Ersts request we will leave raster unit test failing for the release until we have explained the small differences in raster rendering between 0.10.0 and 0.11.0
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@8768 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-07-13 23:18:10 +00:00
timlinux
1990dab05a
Fixed qgsgeometry test so that it passes:
...
- clear member vars between each test
- added some geometry dump helpers
- generally neatened up unit test implementation
git-svn-id: http://svn.osgeo.org/qgis/trunk@8767 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-07-13 23:07:11 +00:00
timlinux
8f263b9f7d
Use rects for geometry tests rather than triangles
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@8766 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-07-13 21:37:40 +00:00
timlinux
ea2f7eafe4
updated raster unit test control images
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@8765 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-07-13 17:20:03 +00:00
timlinux
eab25fb445
use correct geom type for Regression test 1141
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@8763 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-07-12 21:01:43 +00:00
timlinux
72c5978db1
Regression test for ticket #1141
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@8762 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-07-12 20:27:14 +00:00
timlinux
3f7541367a
No need to debug out qgsappication vars - just call showSettings()
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@8761 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-07-12 20:24:49 +00:00
jef
821f888f7b
fix #934
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@8760 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-07-12 18:40:26 +00:00
jef
f3f933d0d6
fix #1141 by fixing #1120 differently.
...
I still don't see why r8592 has an effect, except calling OSRImportFromProj4()
in locale "C". Just setting LC_NUMERIC probably resolves the side effects
leading to #1141 without reopening #1120 .
But there might be - even more subtle - side effects left - watch out.
git-svn-id: http://svn.osgeo.org/qgis/trunk@8759 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-07-12 09:18:52 +00:00
timlinux
26833c5a3d
Fix for ticket #1148 "GRASS Edit: can't modify Dynamic color"
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@8758 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-07-11 23:04:43 +00:00
timlinux
fa83596caf
Fix for crash scenario: If the first thing you do in qgis is open grass layer, edit it using grass edit tools then return to work with a non grass layer and touch the canvas qgis crashes because mNonEditMapTool is not initialised.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@8757 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-07-11 21:37:14 +00:00
timlinux
a702048784
Fix for ticket #1150 , grass toolbox crashing in OS X
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@8756 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-07-11 21:16:47 +00:00
timlinux
312438401a
Added a link to Marco Pasetti's web page describing msys build procedure
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@8755 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-07-11 20:34:04 +00:00
timlinux
30c9aa0315
Fix for ticket #1149 . At times the current row can be returned as -1 which will cause a crash if you try to fetch its display role.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@8754 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-07-11 17:54:28 +00:00
mhugent
6972f69e68
Fix for bug #978 , topological editing is already considered when generating QgsMapToolAddVertex::mRecentSnappingResults
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@8753 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-07-11 16:14:33 +00:00
timlinux
159a004e88
Formatting changes only
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@8752 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-07-11 15:06:39 +00:00
timlinux
ea0608338a
Formatting changes only
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@8751 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-07-11 10:06:37 +00:00
timlinux
3009c0b96d
Fixed gdal grass ubuntu package name
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@8750 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-07-11 00:20:16 +00:00
timlinux
e7d62a2190
Applied Ticket #1049 : python-site-packages-dir-0.9.1.patch
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@8749 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-07-10 09:11:50 +00:00
timlinux
ee275abfb5
I am commenting the ellipsoid check out for now because of ticket #1146
...
In 1.0.0 we should consider doing more sophisticated checks or just
removing this commented block entirely. It is possible to set the
parameters for the earths figure in ways other than using ellps (which
is a convenience function in proj). For example the radius and flattenning
can be specified and various other parameter permutations. See the proj
manual section entitled 'Specifying the Earths Figure' for more details.
git-svn-id: http://svn.osgeo.org/qgis/trunk@8748 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-07-10 09:01:33 +00:00
timlinux
638b1788bf
Applied changes from ticket #1108
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@8747 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-07-09 14:12:12 +00:00
timlinux
74a9502000
Formatting changes only for draw polygon routine
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@8746 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-07-09 11:05:44 +00:00
timlinux
5735d1a061
Code formatting changes only
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@8745 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-07-09 10:46:52 +00:00
timlinux
0dddb6d0bf
Code formatting changes only
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@8744 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-07-09 10:37:11 +00:00
telwertowski
f068c2d05c
Update Mac release scripts for 0.11.0.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@8743 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-07-09 04:42:57 +00:00
timlinux
47fbc24fa1
Proving that my Polish is just as good as an other South Africans, I hereby declare ticket #927 fixed. Live long and prosper.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@8742 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-07-08 22:13:40 +00:00
timlinux
51a26c26c5
Fix for #980 - remove dialogs after loading and saving styles
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@8741 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-07-08 21:50:48 +00:00
timlinux
014c185288
Simple formatting changes
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@8740 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-07-08 20:46:17 +00:00
timlinux
13cab55a5a
Fix for ticket #1047
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@8739 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-07-08 20:41:42 +00:00
wonder
630e15b93b
Fixed segfault when specified invalid field type to memory provider's addAttributes()
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@8738 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-07-08 14:10:32 +00:00
wonder
5bbcd70c64
added missing implementations for changeAttributeValues, changeGeometryValues
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@8737 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-07-08 14:05:11 +00:00
wonder
4a28f76aa4
Made setGeometry() argument const.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@8736 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-07-08 14:03:09 +00:00