timlinux
bc4acc9e9b
More updates to make icons clearer and more logically laid out
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@4729 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-24 08:14:24 +00:00
timlinux
814bf697b1
Added some icons from the open clipart project
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@4728 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-24 02:41:54 +00:00
timlinux
64eb796bc5
Refinements to icons for consistency and clarity
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@4727 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-24 01:46:23 +00:00
rblazek
b0b414461b
fix for crosscompilation
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@4726 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-23 16:36:58 +00:00
timlinux
40d59f2f63
Improve marker positioning
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@4725 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-23 09:47:19 +00:00
timlinux
8966fc7aec
Get rid of artifacts behind hard markers drawn using qpicture
...
Note tehre is still some scaling issue with these that I am looking into
git-svn-id: http://svn.osgeo.org/qgis/trunk@4724 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-23 08:52:25 +00:00
timlinux
4f21e36f09
Remove all use of oversampling
...
Enable antialiasing for marker symbols
Show larger marker previews in vector props marker combo
NOTE: There is still an issue with markes being placed at incorrect offset that I need to resolve.
git-svn-id: http://svn.osgeo.org/qgis/trunk@4723 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-23 08:24:03 +00:00
timlinux
c06470c5cf
fix bux with symbol background transparency
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@4722 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-23 06:55:10 +00:00
timlinux
eeff2cfac8
Update version to 0.7.9.10
...
Deprecated use of Q3Picture for marker symbols as part of the qt4 porting effort.
Markers are now loaded and renderered using the new QSvgRenderer that came with qt 4.1
onto a qpixmap. QgsSvgCache now stores these pixmaps intead of q3pictures.
Changed miscellanious other classes to deal wiht the knock-on effect of this cahnge.
A benifit of this change is that svgs are now rendered properly (overlooking caveaat below)
and that the resampling code that was used to overcome poor svg scaling in qpitcure in qt3 is
no longer used. Also we are able to support a richer subset of the svg format including
possibility for animated svg in the future.
NOTE: there is still a small renderning issue where the background of the svg and various other
small issues - these will be fixed in follow up commits
git-svn-id: http://svn.osgeo.org/qgis/trunk@4721 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-23 00:58:18 +00:00
timlinux
826096d25c
double hash for comments
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@4720 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-22 22:01:39 +00:00
morb_au
ab2e7593d7
Make "--with-qtdir" work better in ./configure.
...
Previously if your --with-qtdir was not in your PATH, ./configure would pick up the uic that was in your path anyway. Now uic and rcc are forced to those found inside whatever you specify with --with-qtdir.
-This line, and those below, will be ignored--
M qgis/acinclude.m4
git-svn-id: http://svn.osgeo.org/qgis/trunk@4719 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-22 21:57:09 +00:00
g_j_m
f1e52d804c
Fixed an error from automake (ver 1.9) when processing Makefile.am.
...
Error was:
src/raster/Makefile.am:21: `#' comment at start of rule is unportable
(the comment character was after the tab, so moved it to before the tab).
git-svn-id: http://svn.osgeo.org/qgis/trunk@4718 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-22 21:01:04 +00:00
mhugent
e990dec9f5
Added buttons and icons for add/delete/move Vertex and set mouseTracking true in QgsRubberBand
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@4717 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-22 15:55:00 +00:00
g_j_m
9e50a757f6
Make the instructions read-only
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@4716 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-22 10:38:27 +00:00
g_j_m
c271af41f8
More migration from qt3 to qt4
...
Use a real copyright symbol instead of (c)
git-svn-id: http://svn.osgeo.org/qgis/trunk@4715 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-22 10:35:43 +00:00
g_j_m
428aeb47ea
Add svg library and include stuff for Darwin
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@4714 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-21 23:00:01 +00:00
g_j_m
9acfe503a0
Attempt to include required stuff for Qt Svg
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@4713 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-21 22:53:22 +00:00
timlinux
706947e7e2
Added transparency support for lines too
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@4712 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-21 12:54:39 +00:00
timlinux
388e2663b9
Make lines transparent around polygons when transparency is set
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@4711 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-21 12:34:59 +00:00
timlinux
9080dc5095
Updated some icons for ui consitency
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@4710 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-21 12:33:51 +00:00
mhugent
4db347158a
enabled call to render() in zoomToSelected and made icon size in legend smaller
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@4709 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-20 21:50:22 +00:00
rblazek
1c9ab36e3f
qt4 update
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@4708 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-20 18:22:06 +00:00
rblazek
ad51a6d117
qt4 update
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@4707 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-20 18:19:32 +00:00
rblazek
087225d9cc
qt4 update
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@4706 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-20 14:39:06 +00:00
rblazek
966f222c06
qt4 update
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@4705 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-19 17:30:09 +00:00
rblazek
5b65b6354a
qt4 update
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@4704 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-19 17:02:31 +00:00
rblazek
6bd48f0642
qt4 update
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@4703 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-18 17:13:23 +00:00
rblazek
cc7ead98a8
no layers fix
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@4702 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-18 15:31:10 +00:00
rblazek
c59c305d3d
qt4 update
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@4701 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-18 14:33:58 +00:00
rblazek
982fa151e8
qt4 update
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@4700 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-18 14:32:58 +00:00
telwertowski
6c0a7103e1
Add QgsApplication::qgisUserDbFilePath() accessor. Use it to resume accessing the user db and avoid a crash caused by a switch to the srs db.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@4699 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-16 03:31:39 +00:00
gsherman
3481b0d523
Added context help connector
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@4698 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-16 02:36:42 +00:00
gsherman
58314fe582
Added context help connector
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@4697 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-16 02:30:24 +00:00
gsherman
0209a89bb1
Added context help button to the gui
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@4696 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-16 02:24:44 +00:00
gsherman
e88f90b16f
Added help button and wired context help for the new vector layer dialog
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@4695 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-15 21:22:13 +00:00
timlinux
241f207495
Use a smaller icon for legend file group so that we can use smaller vert. spacing in legend
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@4694 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-15 21:00:19 +00:00
gsherman
420e8b36a5
Enabled help buttons in the wms dialogs
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@4693 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-15 20:58:03 +00:00
gsherman
db7c080df0
Enabled help buttons in the wms dialogs
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@4692 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-15 20:57:38 +00:00
gsherman
07ae4baf4a
Fixed the swig interface file and generated wrapper after changes to the dialog constructor
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@4691 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-15 20:55:36 +00:00
mhugent
f5081ebf7d
more icon path changes
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@4690 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-15 16:27:12 +00:00
mhugent
7f74d46088
removed PKGDATAPATH in the legend classes
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@4689 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-15 16:12:49 +00:00
telwertowski
36547f4972
Convert deprecated Qt3 QDialog(parent, name, modal, flags) constructors to Qt4 QDialog(parent, flags) constructors. Use QgisGui::ModalDialogFlags to specify modal dialogs.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@4688 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-15 12:08:18 +00:00
mhugent
f4b9a7fc91
Made the icons for line style and fill style in the symbology dialog original sized
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@4687 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-15 11:05:06 +00:00
mhugent
02ff1ddfc3
Legend layer now uses layer type specific icons in legend. Outline- and fillcolorlabels now are fully colored
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@4686 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-15 10:25:01 +00:00
timlinux
41d1f81001
Raster and vector layers now serialse and deserialise their transparency levels to project files.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@4685 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-15 01:46:29 +00:00
homann
8aae096df4
Fix for bug [ 1385358 ] PT translation gives errors when exporting to mapserver
...
Units are not translated anymore
git-svn-id: http://svn.osgeo.org/qgis/trunk@4684 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-14 20:07:23 +00:00
g_j_m
cce957c27e
Migrate from Qt3 widgets to Qt4 widgets.
...
Had to implement some UI stuff manually as Qt4 does less for the
programmer that Qt3 (for button groups).
git-svn-id: http://svn.osgeo.org/qgis/trunk@4683 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-14 08:20:26 +00:00
telwertowski
51c488b2af
Modify QgsRubberBand to use digitizing color and linewidth fromn project properties.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@4682 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-14 06:13:45 +00:00
telwertowski
fdaa4f7e62
- Add QgisGui namespace for application-wide gui constants.
...
- Add QgisGui::ModalDialogFlags for creating modal dialogs. This allows occurrances of the deprecated Qt3-style QDialog constructor to be replaced with the Qt4-style constructor and create Mac modal dialogs which corectly interact with QMessageBox modal dialogs.
- Use new ModalDialogFlags in DBSourceSelect dialog to elminiate Mac dialog layering problems. (This update will soon be made to all modal dialogs.)
git-svn-id: http://svn.osgeo.org/qgis/trunk@4681 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-14 06:07:27 +00:00
timlinux
cf9b9d5a26
Wired in variable transparency to vector props dialog.
...
Only implemented for polygons currently (I dont even know if its
possible to do for lines and points)
Refactored transparency stuff in raster up into maplayer abc
git-svn-id: http://svn.osgeo.org/qgis/trunk@4680 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-14 01:03:02 +00:00