timlinux
259ca62b26
Minor changes to formatting of extents and to scalebar widgets
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@1305 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-05-05 08:15:53 +00:00
timlinux
705eb66ae1
Set max size of mProgressBar to 100 px
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@1304 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-05-05 06:20:25 +00:00
jobi
0bfca11f54
** fix for missing QgsMapCanvas in libqgis
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@1302 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-05-04 21:39:28 +00:00
hoshi
b0d636bc3d
Updated Brazilian Portuguese language files:
...
- Translation updated.
- Renamed language file to pt_BR.
git-svn-id: http://svn.osgeo.org/qgis/trunk@1301 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-05-04 21:05:31 +00:00
mhugent
218c1d8177
more improvements to graduated marker dialog
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@1300 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-05-04 05:11:47 +00:00
gsherman
0f73611e36
Radim's fix for inner ring rendering
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@1299 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-05-04 04:27:30 +00:00
timlinux
47f39b5dec
qgisApp->mapCanvas is now exposed through the plugin interface.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@1298 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-05-03 23:24:15 +00:00
timlinux
c08b2022bc
qgisApp->mapCanvas is now exposed through the plugin interface.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@1296 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-05-03 23:18:51 +00:00
timlinux
06b018cea7
Moved setProgress and setStatus slots up to maplayer interface
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@1295 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-05-03 20:19:31 +00:00
timlinux
b4ce29e855
Added signal/slot/connector for setting the status bar message from raster layer. Will move the signal stuff up to maplayer later.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@1294 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-05-03 11:43:44 +00:00
timlinux
2b8867aac9
Status bar updates
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@1293 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-05-03 11:02:56 +00:00
timlinux
08d4a42b41
Added three new widgets to status bar:
...
scale - which shows the scale in the form 1:50000 *
coordinates - shows coordinates of mouse on map in its own widget
progressbar - shows the progress of any task that emits signals connected to showProgress slot
Added signal / slot mechanism for showExtents and set fp precision to 2 (see below)
stringRep function in QgsRect and QgsPoint now overloaded to allow setting floating point precision for display. QgisApp & canvas are currently hard coding this to 2 but I plan to make this user configurable in the options panel.
Added example of using progress indicator to raster stats gathering procedure. You can see this in action by setting ak_shade example dataset to singleband pseudocolor and you will see progress indicator advancing as stats are gathered.
git-svn-id: http://svn.osgeo.org/qgis/trunk@1292 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-05-03 10:59:26 +00:00
mhugent
842cb87201
removed a bug in pixmap rendering of the graduated dialogs
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@1291 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-05-02 10:42:11 +00:00
mhugent
7df7e29c4c
markers sizes in graduated marker dialogs are adjusted when apply is pressed
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@1290 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-05-02 10:15:16 +00:00
mhugent
3283a2892f
fixed drawing of simadialog to the legend item
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@1289 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-05-02 08:44:29 +00:00
timlinux
a7d12b5b36
Verify file is writeable before building pyramid.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@1288 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-04-30 23:17:13 +00:00
mcoletti
2faa798101
- fix for bug 944016
...
- added CVS ident string
git-svn-id: http://svn.osgeo.org/qgis/trunk@1287 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-04-30 20:42:09 +00:00
timlinux
1ee835b6e6
Update for overview box. Overview is now assigned with a thumb of the last rster added. Still a work in progress.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@1286 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-04-29 23:42:54 +00:00
timlinux
4ce27fbf84
Split legend so there is an overview area below (which doesnt actually do anything yet)
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@1285 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-04-29 21:46:02 +00:00
timlinux
5877efac29
Initial pyramid support
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@1284 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-04-29 07:45:58 +00:00
timlinux
d671b75c90
This release adds preliminary support for building pyramids in raster files using the GDAL overview function. Currently it is hard coded to use Nearest neighbour algorithm with pyramids at levels 2, 4 and 8. Adding pyramids to your raster layer can greatly improve rendering performance. This new functionality is accessed by right clicking on a raster legen entry and choosing 'Build Pyramids' from the popup menu.
...
*** PLEASE USE WITH CAUTION ***
This current implementation does not warn you of possible side effects including:
- possible image degradation if too many pyramids are generated
- possuble large increase in image side
- currently this process IS NOT KNOWN TO BE REVERSIBLE so please backup data first before experimenting.
git-svn-id: http://svn.osgeo.org/qgis/trunk@1283 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-04-29 07:43:44 +00:00
gsherman
1a4e9ca060
Added QGISDEBUG statements to display information about current map scale
...
when QGIS is configured with the --enable-debug flag. This is in preparation
for implementing scale related functions. Currently the scale calculation
assumes that the map data are in meters. Support for additional map units
is under development. This commit provides no new functionality to the end
user.
git-svn-id: http://svn.osgeo.org/qgis/trunk@1282 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-04-29 06:25:39 +00:00
timlinux
fe148d89b7
Noted changes Ive made over last couple of days.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@1281 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-04-28 22:07:59 +00:00
timlinux
a1eb5e578f
Set default dir to PKGDATADIR+"/svg"
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@1280 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-04-28 22:00:57 +00:00
timlinux
69e3a955a5
Dont scale image preview contents. Saved using qt3.1.x designer
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@1279 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-04-28 21:27:19 +00:00
timlinux
2763b9ed6e
Fix issue with scaling of symbol in map view when apply is pressed.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@1278 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-04-28 21:16:08 +00:00
timlinux
6366742479
First pass at consolidating icon select and single symbol icon widgets. Still sorting out scaling and default dir - stand by for that...
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@1277 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-04-28 20:10:54 +00:00
timlinux
bbbeb46225
Added cancel and ok event handlers
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@1276 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-04-27 16:17:26 +00:00
timlinux
27e3ddfbb1
Updated default gui
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@1275 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-04-27 16:15:19 +00:00
timlinux
d73cca4d0c
Fixed problems preventing internal plugins from building properly.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@1274 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-04-27 15:54:32 +00:00
timlinux
69aa307e99
Miscellanious updates
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@1273 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-04-27 13:53:55 +00:00
gsherman
41cbf8d44f
Final changes prior to release:
...
* Update of docs
* Update README and TODO
* Incremented version to 0.2.0 in configure.in
git-svn-id: http://svn.osgeo.org/qgis/trunk@1271 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-04-26 05:52:11 +00:00
sbr00pwb
9245af49b7
Removing problematic svgs
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@1270 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-04-25 22:47:44 +00:00
sbr00pwb
23074f81a3
*** empty log message ***
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@1269 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-04-25 22:35:20 +00:00
jobi
87ca62507c
** last 3 swedish translations
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@1268 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-04-25 22:15:12 +00:00
jobi
e9323172ac
** fixed QT detection
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@1267 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-04-25 17:23:25 +00:00
jobi
b20502e6be
** Added i18n tools to EXTRA_DIST
...
** Updated German translation
** fixed a typo -> other translations changed too
git-svn-id: http://svn.osgeo.org/qgis/trunk@1266 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-04-25 14:04:35 +00:00
sbr00pwb
f676e693a2
testing with a much smaller base size (12x12)
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@1265 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-04-24 22:24:24 +00:00
sbr00pwb
1b5d6cdaef
redrawn without lines to ensure nicer look with rescaled
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@1264 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-04-24 22:09:24 +00:00
timlinux
e18ed901cd
Moved tr() out of main rendere loops for paletted images - it causes a severe performance hit when called multiple times. Now the translations for red, green and ble are done in constructor and stored as global vars.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@1263 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-04-24 22:02:20 +00:00
gsherman
b514e9f110
Added qgsrect.cpp and qgscoordinatetransform.cpp to libqgis.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@1258 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-04-24 00:01:09 +00:00
gsherman
bcf563fbf0
Added icon to spit menu.
...
Minor comment revisions
git-svn-id: http://svn.osgeo.org/qgis/trunk@1257 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-04-23 23:07:41 +00:00
gsherman
3024cea01f
Fixed project save as behavior to make newly saved document the current
...
document. Also fixed bug that caused the name to revert to the previous
document on the next save.
git-svn-id: http://svn.osgeo.org/qgis/trunk@1256 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-04-23 23:02:10 +00:00
timlinux
f0103b1988
Changed menu name until menu issues are resolved.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@1255 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-04-23 22:58:58 +00:00
gsherman
200642a6d0
Fixed bug that caused file selection dialog to popup when saving a new
...
project, then zooming/panning and clicking save again (fullPath of
project file was not being stored after initial save).
git-svn-id: http://svn.osgeo.org/qgis/trunk@1254 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-04-23 22:33:27 +00:00
gsherman
883f789144
Plugin menus now install under the top-level Plugin menu in the menu bar.
...
Menus are not sorted but appear in the order they are loaded. This will
be refined in a later version.
git-svn-id: http://svn.osgeo.org/qgis/trunk@1253 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-04-23 16:19:54 +00:00
timlinux
3e1060e1e2
Removed extraneous stdout stuff - only print to console if there is a problem - rest is ifdeffed.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@1252 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-04-23 15:04:45 +00:00
timlinux
3de0dcaf56
Gumpf dispatesiation of spurious and extraneous messages to stdout using ifdefs
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@1251 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-04-23 15:00:07 +00:00
timlinux
14927b8b52
Gumpf reduction using #ifdef QGISDEBUG
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@1250 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-04-23 14:28:41 +00:00
jobi
c31539c6e2
SVGs didn't get packed
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@1249 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-04-23 14:17:01 +00:00