Activity

From 2012-08-31 to 2012-09-29

2012-09-29

10:34 PM Bug report #6222: implement QgsStyleV2::save()
Etienne Tourigny wrote:
> Partial fixes commit:b145998078 (by me) and commit:447c0d1 (by Arun).
>
> tests now workin...
Arunmozhi P
07:45 PM Revision 1ed231a2 (qgis): just skip the tests that require unittest2 if it's not available
Jürgen Fischer
07:37 PM Revision d684f1fb (qgis): adapt test result for better coordinates (0c29b4bef51)
Jürgen Fischer
07:20 PM Revision 9e4156b7 (qgis): german translation update
Jürgen Fischer
04:22 PM Revision 7dd58aa8 (qgis): indentation update
Jürgen Fischer
04:20 PM Revision 7172347a (qgis): sip fixes
Jürgen Fischer
04:20 PM Revision 686f632f (qgis): fix destruction of private members in atlas and add sip bindings (also ...
CORE_EXPORT) Jürgen Fischer
02:02 PM Revision 603f35c8 (qgis): Fix Valgrind warnings about use of initialized memory. Caused by member...
not initialized in the constructor. Even Rouault
01:52 PM Revision 0c29b4be (qgis): Better writing of coordinate (WKT, GeoJSON, GML2) and using of searchRect
D'Hont René-Luc
08:15 AM Bug report #6243: QgsProject.read() should open a project file in "append" mode
The code is intentionally clearing all stuff, surely for project properties but don't know if for anything else too (... Sandro Santilli
08:10 AM Bug report #6243: QgsProject.read() should open a project file in "append" mode
I'm also looking for a way to "append" layers to an existing project. Ideally all under a group named after the file.
Sandro Santilli
06:54 AM Bug report #6351: field calculator: correct calculation, but nulls written to table
Same here on Ubuntu 12.04 QGIS 1.8. The problem is when I use a shapefile and choose a field name with more than 10 c... Christian Urich

2012-09-28

11:37 PM Revision fe8385e7 (qgis): Merge pull request #245 from Oslandia/atlas_integration
[FEATURE] Support for creation of map atlasses in print composer - Atlas integration Tim Sutton
11:00 PM Revision 23352ce0 (qgis): Merge pull request #255 from rouault/master
Fix errors in the usage of setlocale() and CPLGetConfigOption() Tim Sutton
09:58 PM Revision 82a22f08 (qgis): The return value of CPLGetConfigOption() is volatile, and can be
invalidated by a following call to CPLSetConfigOption(). Thus it needs
to be duplicated.
Even Rouault
09:34 PM Revision 40b60bba (qgis): Return value of setlocale() is allocated in static storage and is thus ...
This commit fixes the following Valgrind error :
==17204== Invalid read of size 1
==17204== at 0x4C29F34: __GI_str...
Even Rouault
07:56 PM Revision aaa50405 (qgis): Remove expectedFailure for composition test
Marco Hugentobler
04:22 PM Revision fa43064b (qgis): Merge pull request #254 from lynxlynxlynx/master
test&doc friday Tim Sutton
04:10 PM Revision 80eb3458 (qgis): Add missing control images for Atlas unit test
Hugo Mercier
04:08 PM Revision 3c1a7786 (qgis): added function help for the logarithm functions
Jaka Kranjc
04:08 PM Revision 01a27bab (qgis): added a few more log expression tests
Jaka Kranjc
04:08 PM Revision c63ab9af (qgis): INSTALL: mention pyqscintilla as required (hard dependency of the console)
Jaka Kranjc
03:46 PM Revision 6e2320f2 (qgis): Merge branch 'master' of https://github.com/qgis/Quantum-GIS into atlas
Conflicts:
src/core/composer/qgscomposition.cpp
Hugo Mercier
03:02 PM Revision c85ad5a4 (qgis): Add a test for Atlas generation when the coverage layer is hidden
Hugo Mercier
02:40 PM Revision 500a953d (qgis): Merge pull request #253 from slarosa/master
New style for the toolbar icons (Python Console) Tim Sutton
02:06 PM Revision 32deee72 (qgis): New style for the toolbar icons
- update the help.htm Salvatore Larosa
12:25 PM Revision f2f14264 (qgis): Catch xml import error for composition
Marco Hugentobler
12:11 PM Revision 3a1c9efb (qgis): Escape xml characters in composer template string replacement
Marco Hugentobler
11:26 AM Revision e986e4f3 (qgis): Fix QgsComposerMap constructor
Hugo Mercier
11:13 AM Revision 3c5cb06d (qgis): add qscintilla to INSTALL
Jürgen Fischer
09:15 AM Bug report #6433 (Closed): Can not use the "entity manager OSM" when I load OSM data from a file ...
Data are loaded, polygons, lines and points appear in the viewer, but the entity manager does not work and an error m... Sefein TABCHI
08:55 AM Feature request #6432 (Closed): Keep map object under the pointer still while zooming in
Great, fixed without a line of code (stupid me).
It's already optional !!
For the occasional reader: Settings->Option...
Sandro Santilli
08:55 AM Feature request #6432 (Closed): Keep map object under the pointer still while zooming in
Great, fixed without a line of code (stupid me).
It's already optional !!
For the occasional reader: Settings->Option...
Sandro Santilli
08:55 AM Feature request #6432 (Closed): Keep map object under the pointer still while zooming in
Great, fixed without a line of code (stupid me).
It's already optional !!
For the occasional reader: Settings->Option...
Sandro Santilli
08:48 AM Feature request #6432: Keep map object under the pointer still while zooming in
I found this snippet in qgsmapcanvas.cpp:
case WheelZoomToMouseCursor:
{
// zoom map to mouse cursor
...
Sandro Santilli
08:42 AM Feature request #6432: Keep map object under the pointer still while zooming in
Uhm, I found out that it is actually "kind of" easy to put a point to the center: select ZoomIn tool, click on the po... Sandro Santilli
08:33 AM Feature request #6432 (Closed): Keep map object under the pointer still while zooming in
While zooming in to a feature with the mouse wheel it is very easy to loose it unless it is perfectly centered in the... Sandro Santilli
08:30 AM Feature request #1337: User-defined zoom limit
I would love to have a "user defined zoom limit" if not else to _remove_ it (I often find myself in need to zoom in m... Sandro Santilli
08:30 AM Feature request #1337: User-defined zoom limit
I would love to have a "user defined zoom limit" if not else to _remove_ it (I often find myself in need to zoom in m... Sandro Santilli
06:44 AM Bug report #6430 (Closed): QGIS doesn't conform to WMS 1.3.0 resolution spec
The standard WMS 1.3.0 specifies the pixel width : 0.28 mm. That value gives a resolution of 25.4/0.28 = 90.71 dpi ap... Laurent SAEZ
04:46 AM Bug report #6429 (Closed): SVG - don't understand correctly stroke(param(outline))
Hi,
I try to set on a simple new svg 8from inkskape) the two params:
fill="param(fill) #.."
and
stroke="param(outli...
aperi2007 -
03:48 AM Bug report #6428 (Closed): Gui: horizontal spacer for "marker line" symbols seems out of place
In the redesigned symbology gui when a "marker line" symbol layer is selected (for a polyline layer), or an "outline:... Alister Hood
02:37 AM Revision ada8d402 (qgis): fix failed assertion when sld import fails
Giuseppe Sucameli

2012-09-27

01:42 AM Bug report #6418: Crash when zooming on a polyline memory layer with markers placed "on central p...
Crashes on Linux, too:... Alister Hood
02:27 PM Bug report #6418: Crash when zooming on a polyline memory layer with markers placed "on central p...
Master on Windows. I haven't tested on Linux yet. Alister Hood
12:14 AM Revision 84625ee4 (qgis): fix ogr provider's createEmptyDataSource()
Jürgen Fischer
11:19 PM Revision e6c591fe (qgis): Merge pull request #248 from slarosa/master
Several fixes and added for python console Tim Sutton
09:14 PM Revision 28fc9d06 (qgis): Merge pull request #251 from sdikiy/work
fix windows build Jürgen Fischer
08:50 PM Revision 2dfa77cb (qgis): german translation update
Jürgen Fischer
07:59 PM Revision 885bd2e8 (qgis): fix windows build
Serge Dikiy
07:59 PM Revision 8a4c7bbe (qgis): Pyramids problem GDAL ticket
Radim Blazek
07:38 PM Revision 09bc1b26 (qgis): building pyramids crash fix
Radim Blazek
07:11 PM Bug report #6425 (Closed): Inaccurate counts of heavily overlapping points
Disregard. I screwed up. Aren Cambre
07:11 PM Bug report #6425 (Closed): Inaccurate counts of heavily overlapping points
Disregard. I screwed up. Aren Cambre
07:07 PM Bug report #6425 (Closed): Inaccurate counts of heavily overlapping points
I have a PostGIS table with a geometry column with nothing but points. Due to a problem with my geocoder, I have 39,8... Aren Cambre
05:14 PM Revision a8bc3c6c (qgis): Fix the composer label test unit
Hugo Mercier
05:14 PM Revision f57a5fe6 (qgis): Add a test unit for Atlas generation
Hugo Mercier
05:14 PM Revision 630a0215 (qgis): Improved the console toolbar
- added menu for class import
- added menu for open/save script
- update help and Italian translate
Salvatore Larosa
05:13 PM Revision faa9c334 (qgis): Robustify atlas generation
Hugo Mercier
03:46 PM Revision 5d7b3f2f (qgis): Removed failure expectation from test
Tim Sutton
03:31 PM Revision 31776b95 (qgis): wcs cache option
Radim Blazek
02:41 PM Feature request #6424 (Open): Show count in Identify Results dialog
When I use the *Identify Features* feature, the *Identify Results* dialog should show a count of items found. Occasio... Aren Cambre
11:18 AM Revision 45ebedf4 (qgis): sip fixes: networkanalysis is a separate module
Jürgen Fischer
11:07 AM Revision 5bd9c3d5 (qgis): Fix single file checkbox reading in QgsComposerMapWidget
Hugo Mercier
11:06 AM Revision 896c47e1 (qgis): Add a comment
Hugo Mercier
11:06 AM Revision ff6b04b6 (qgis): Fix QgsExpression SIP
Hugo Mercier
11:02 AM Revision 54fa1ce8 (qgis): Add a test unit for expressions in QgsComposerLabel
Hugo Mercier
10:47 AM Revision a49975ac (qgis): compare wcs extent using significant digits
Radim Blazek
10:09 AM Bug report #6423 (Closed): Link to DTD document is broken
Also duplicates #4408 Alexander Bruy
10:09 AM Bug report #6423 (Closed): Link to DTD document is broken
Also duplicates #4408 Alexander Bruy
09:29 AM Bug report #6423 (Closed): Link to DTD document is broken
Link to DTD document within *.qml file is broken: http://mrcc.com/qgis.dtd dr -
10:06 AM Revision 4d93a92a (qgis): Merge branch 'master' of github.com:qgis/Quantum-GIS
Tim Sutton
10:03 AM Revision 504ed490 (qgis): Added test to verify analysis lib can be loaded
Tim Sutton
10:03 AM Revision ea98fbaa (qgis): Fixed attribution for composition test
Tim Sutton
09:17 AM Revision d5f6543e (qgis): Merge branch 'master' of github.com:qgis/Quantum-GIS
Tim Sutton
09:17 AM Revision db7b26fa (qgis): Removed extraneous newline from test
Tim Sutton
09:13 AM Revision 2d12bb86 (qgis): Merge swedish translations
Magnus Homann
08:00 AM Bug report #6422: QGIS delete Postgis features after trying to merge them
OK, but saving does call AddFeature before deleteFeature if I read logs well. Any reason not to call DeleteFeature fi... Regis Haubourg
07:42 AM Bug report #6422: QGIS delete Postgis features after trying to merge them
@addFeatures@ and @deleteFeatures@ are independant operations on provider level. This would need a change in the pro... Jürgen Fischer
07:27 AM Bug report #6422 (Closed): QGIS delete Postgis features after trying to merge them
Hi all, quite a rare bug, but a severe one here, since it destroys data with no way to recover without backup:
Data ...
Regis Haubourg

2012-09-26

01:05 AM Bug report #6418 (Feedback): Crash when zooming on a polyline memory layer with markers placed "o...
What QGIS version? What platform? Giovanni Manghi
01:05 AM Bug report #6418 (Feedback): Crash when zooming on a polyline memory layer with markers placed "o...
What QGIS version? What platform? Giovanni Manghi
05:04 PM Bug report #6418 (Closed): Crash when zooming on a polyline memory layer with markers placed "on ...
- Create a memory layer with some polylines using the "edit any layer" plugin, or using the "new memory layer" plugin... Alister Hood
12:13 AM Revision 29aeac79 (qgis): Added keys binding to view the command history
- added new command to clear completely the command history
- fixed copy,cut command in keyPressEvent more minor prob...
Salvatore Larosa
11:04 PM Bug report #5187 (Feedback): Intersect tool should inform the user if both layers have a similar ...
Alexander Bruy
09:59 PM Revision 7ef9dbdd (qgis): 3000 översättningar
Magnus Homann
09:13 PM Revision 126b897b (qgis): TestCase and expectedFailure must both come from the same unittest
Radim Blazek
08:18 PM Revision 965342d2 (qgis): reverted raster reprojection matrix size, Magnus Homann wrote: Ooops, t...
Radim Blazek
06:46 PM Revision c918952c (qgis): more sip fixes
Jürgen Fischer
05:56 PM Revision 71c5d4cf (qgis): sip fixes
Jürgen Fischer
05:51 PM Revision ff41bec2 (qgis): Merge branch 'master' of https://github.com/qgis/Quantum-GIS into atlas
Conflicts:
python/core/qgsexpression.sip
Add a missing function to QgsExpression
Hugo Mercier
05:41 PM Revision 4657c844 (qgis): Merge branch 'atlas_integration' of https://github.com/Oslandia/Quantum...
Hugo Mercier
04:42 PM Revision ee593e86 (qgis): additional wcs test params
Radim Blazek
04:40 PM Revision e70b1524 (qgis): Update QgsExpression's SIP
Hugo Mercier
04:40 PM Revision 17b6f044 (qgis): Add test units for special columns in QgsExpression
Hugo Mercier
04:40 PM Revision f076c2e5 (qgis): Allow the use of expressions inside a composer label
Hugo Mercier
04:40 PM Revision b95296a2 (qgis): Add support for Atlas export to SVG and multipage PDF
Hugo Mercier
04:40 PM Revision cc452d1f (qgis): Fix $CURRENT_DATE replacement in QgsComposerLabel
Hugo Mercier
04:39 PM Revision 9a671f98 (qgis): Add support for user-defined special columns in expressions
Hugo Mercier
03:28 PM Revision bb0490d3 (qgis): Added a test to verify that we can get a map to render in the template ...
Tim Sutton
02:38 PM Revision d18c9c63 (qgis): Merge branch 'master' of github.com:qgis/Quantum-GIS
Tim Sutton
02:34 PM Revision 671cc988 (qgis): Added test which shows failure in composer substitution if passing in a...
Tim Sutton
02:31 PM Revision dad7f985 (qgis): fixed missing vector,database and web menu in customization
Radim Blazek
02:09 PM Revision 0161b8c9 (qgis): Initial work for composition test
Tim Sutton
12:37 PM Revision f70ba600 (qgis): Reenable composer html test but disable segfaulting tests
Tim Sutton
11:25 AM Bug report #6302: QGIS WFS Server Geometry Type not recognize by ArcGIS
René-Luc ReLuc wrote:
> commit 593da452193f31d3941b56a64369c692b866bf40
> for patch V2
Hi René-Luc,
I have just ins...
Giovanni Manghi
11:25 AM Bug report #6302: QGIS WFS Server Geometry Type not recognize by ArcGIS
René-Luc ReLuc wrote:
> commit 593da452193f31d3941b56a64369c692b866bf40
> for patch V2
Hi René-Luc,
I have just ins...
Giovanni Manghi
09:49 AM Revision bd078334 (qgis): Added QGIS_PREFIX_PATH to app settings display
Tim Sutton
09:01 AM Revision b86453a3 (qgis): typo fixes and german function help update
Jürgen Fischer
03:42 AM Bug report #6413: Support SLD with multiple FeatureTypeStyles
SLD docs containing multiple FeatureTypeStyle are not supported yet. Giuseppe Sucameli
02:41 AM Bug report #6413 (Closed): Support SLD with multiple FeatureTypeStyles
I have the following SLD description:... dr -
03:20 AM Feature request #6414: Export SLD with TextSymbolizer
Wrong tracker, moved to QuantumGis. Giuseppe Sucameli
03:20 AM Feature request #6414: Export SLD with TextSymbolizer
Wrong tracker, moved to QuantumGis. Giuseppe Sucameli
03:03 AM Feature request #6414 (Closed): Export SLD with TextSymbolizer
Now import TextSymbolizer with label information doesn't work. dr -
03:09 AM Bug report #6410: expanded layer collapses when clicking on the 'ok' or 'apply' buttons from the ...
Blocker should stay as it _did_ work in 1.7.4. Thanks for setting it up. Mathieu Pellerin - nIRV
03:02 AM Bug report #6410: expanded layer collapses when clicking on the 'ok' or 'apply' buttons from the ...
nirvn - wrote:
> Giovanni, yes, it works fine in 1.7.4 and regressed in 1.8. I've just downloaded a 1.7.4 build to ma...
Giovanni Manghi
02:13 AM Bug report #6410: expanded layer collapses when clicking on the 'ok' or 'apply' buttons from the ...
Giovanni, yes, it works fine in 1.7.4 and regressed in 1.8. I've just downloaded a 1.7.4 build to make sure it worked... Mathieu Pellerin - nIRV
02:02 AM Revision f93cdff5 (qgis): Update help for console
- header icon changed
- re-organized text
Salvatore Larosa

2012-09-25

01:58 AM Bug report #6412 (Closed): gdalbuildvrt doesn't recognize chinese directory path
Building a vrt from an input directory containing Chinese characters cannot complete. It returns an error that the d... maning sambale
01:19 AM Revision fefb3d0a (qgis): Fix for older compilers, like on stock Mac OS X (provided by Juergen)
Larry Shaffer
12:55 AM Bug report #6410 (Feedback): expanded layer collapses when clicking on the 'ok' or 'apply' button...
So this worked fine in 1.7.4 and regressed in 1.8? Giovanni Manghi
07:37 PM Bug report #6410 (Closed): expanded layer collapses when clicking on the 'ok' or 'apply' buttons ...
When clicking on the Layer Properties window's 'OK' or 'Apply' buttons, the layer item being edited will collapse (in... Mathieu Pellerin - nIRV
11:37 PM Revision cf398ca1 (qgis): set horizontal stretch for content in splitter widgets
Etienne Tourigny
11:37 PM Revision fef272e1 (qgis): QgsCollapsibleGroupBox: rename mSaveState to mSaveCollapsedState and up...
Etienne Tourigny
10:13 PM Revision 42474400 (qgis): [FEATURE] allow manual addition of browser favorite directories
Jürgen Fischer
09:29 PM Revision 4c97806d (qgis): fix doxygen warnings
Jürgen Fischer
09:15 PM Revision a24f9c51 (qgis): wcs extent verification
Radim Blazek
09:15 PM Revision f6e1fd39 (qgis): wcs test timeout
Radim Blazek
09:04 PM Revision ba327b83 (qgis): Merge pull request #247 from slarosa/master
[FEATURE] Added support to save History in Python Console Tim Sutton
05:31 PM Bug report #6405 (Closed): Show feature count not working with rule-based label definitions
(Closed as duplicate of issue #5768) Mathieu Pellerin - nIRV
05:31 PM Bug report #6405 (Closed): Show feature count not working with rule-based label definitions
(Closed as duplicate of issue #5768) Mathieu Pellerin - nIRV
05:26 AM Bug report #6405: Show feature count not working with rule-based label definitions
It's a duplicate .. maybe better to close it to help dev's reduce noise in this bugtracker. Giovanni, opinion? Regis Haubourg
04:50 AM Bug report #6405: Show feature count not working with rule-based label definitions
Ah, so I couldn't remember when it regressed because it never did regress :o)
Regis, glad to hear this feature is be...
Mathieu Pellerin - nIRV
04:29 AM Bug report #6405: Show feature count not working with rule-based label definitions
Hi all,
I've never seen this working. see: #5768, #5960, #3402 , #6237..
Theses features are currently being sponso...
Regis Haubourg
03:53 AM Bug report #6405 (Feedback): Show feature count not working with rule-based label definitions
is this a regression from 1.8? or it used to work in master and then stopped? Giovanni Manghi
04:31 PM Revision a0566c79 (qgis): Cleaning the code
Salvatore Larosa
04:23 PM Revision 59ff69ea (qgis): Added support to save history in python console
- edited console.py to save history on closeEvent
- edited console_sci.py to add read, clear and write history method...
Salvatore Larosa
03:53 PM Bug report #6408: Please migrate plugins from old to new repo
Usual reason - lack of time? Paolo Cavallini
03:51 PM Bug report #6408: Please migrate plugins from old to new repo
Paolo Cavallini wrote:
> I think there is a general agreement on moving the plugins from old to new repo - it's a sim...
Jürgen Fischer
03:44 PM Bug report #6408: Please migrate plugins from old to new repo
I think there is a general agreement on moving the plugins from old to new repo - it's a simple backend replacement a... Paolo Cavallini
11:17 AM Bug report #6408: Please migrate plugins from old to new repo
Bernd Vogelgesang wrote:
> > But it's not a qgis issue...
>
> well, but "qgis" changed its policy, and now functiona...
Jürgen Fischer
09:48 AM Bug report #6408: Please migrate plugins from old to new repo
Table Manager has been migrated Paolo Cavallini
09:46 AM Bug report #6408: Please migrate plugins from old to new repo
> But it's not a qgis issue...
well, but "qgis" changed its policy, and now functionalities are lost.
it may be disc...
Bernd Vogelgesang
07:04 AM Bug report #6408: Please migrate plugins from old to new repo
Paolo Cavallini wrote:
> Maybe yes, but:
>
> * not all missing plugins have a bugtracker
> * I believe this is a g...
Jürgen Fischer
03:01 AM Bug report #6408: Please migrate plugins from old to new repo
Maybe yes, but:
* not all missing plugins have a bugtracker
* I believe this is a general issue, that can be solve...
Paolo Cavallini
02:54 AM Bug report #6408: Please migrate plugins from old to new repo
Shouldn't that be filed in the trackers of the missing plugins? Jürgen Fischer
02:29 AM Bug report #6408 (Closed): Please migrate plugins from old to new repo
Plugins from old repos are now de facto unavailable for new users. Please move them to the new repo. Only deprecated,... Paolo Cavallini
02:28 PM Revision ded943d7 (qgis): update bindings
Jürgen Fischer
02:08 PM Bug report #6176: When adding postgis layer the build query feature doesn't work
I just realised that the layer that the problems is "view" of a proper table
eg
CREATE OR REPLACE VIEW test_view a...
Nikos Ves
01:22 PM Feature request #6409 (Open): composer from tiled WMS layer - should show the progress with downl...
when plot from a layerwms using the tile method.
The actual qgis-dev version don't show anything.
So the user must w...
aperi2007 -
11:34 AM Revision efc4cb68 (qgis): Possibility to ignore features in the avoid intersection function
Marco Hugentobler
11:23 AM Revision 9a129cca (qgis): fix windows build
Jürgen Fischer
06:43 AM Bug report #1876: PostgreSQL text fields become zero-length strings when blanked on attribute upd...
OK, got it better. It tried to type 'NULL', but I couldn't make it saved correctly in Postgis. I'm not able to reprod... Regis Haubourg
06:25 AM Bug report #1876: PostgreSQL text fields become zero-length strings when blanked on attribute upd...
regis Haubourg wrote:
> manually removing a value still writes a zero length string and not a null value..
But that'...
Jürgen Fischer
06:04 AM Bug report #1876: PostgreSQL text fields become zero-length strings when blanked on attribute upd...
Sorry,
manually removing a value still writes a zero length string and not a null value..
Regis Haubourg
05:50 AM Bug report #1876: PostgreSQL text fields become zero-length strings when blanked on attribute upd...
regis Haubourg wrote:
> testing today with 7ce99b8, postgres 9.1, postgis 1.5, I see a regression on that important f...
Jürgen Fischer
05:47 AM Bug report #1876: PostgreSQL text fields become zero-length strings when blanked on attribute upd...
Hi,
testing today with 7ce99b8, postgres 9.1, postgis 1.5, I see a regression on that important feature.
Anyone con...
Regis Haubourg
05:47 AM Bug report #1876: PostgreSQL text fields become zero-length strings when blanked on attribute upd...
Hi,
testing today with 7ce99b8, postgres 9.1, postgis 1.5, I see a regression on that important feature.
Anyone con...
Regis Haubourg
04:52 AM Feature request #6397: save and restore the command history in the Python console
edit: replaced code in last comment Alister Hood
04:42 AM Feature request #6397: save and restore the command history in the Python console
Ah, of course. This is what I was trying to achieve:... Alister Hood
03:41 AM Feature request #6397: save and restore the command history in the Python console
Oops. That should just be this:... Alister Hood
03:52 AM Bug report #6392: CRS not recognized when opening raster file that contains one

> That is what I am starting to think also. Before I nuke my system and do a clean install, is there any way to effe...
Giovanni Manghi
02:31 AM Revision 4c335826 (qgis): Add /Volumes to browser tree for Mac
Larry Shaffer
02:31 AM Revision cfc8bdc9 (qgis): Enable up/down arrow key navigation of browser application data layers
Larry Shaffer
02:00 AM Bug report #6407: Sometimes QGIS inserts extra blank lines in the project macros when saving
I'm not 100% sure, but I *think* this happened on the several occasions when it occurred:
- I opened the project and ...
Alister Hood

2012-09-24

01:54 AM Feature request #6397: save and restore the command history in the Python console
Oh, this works. The only issue is that it always toggles the visibility of the console. This is not desirable - eit... Alister Hood
09:52 PM Feature request #6397: save and restore the command history in the Python console
Alister wrote:
> The big problem is that it only works if the QGIS Python console is open before the project is opene...
Alister Hood
09:36 PM Feature request #6397: save and restore the command history in the Python console
Alister wrote:
> But what would be best?:
1. saving a separate command history per project
2. saving a separate comma...
Alister Hood
08:43 PM Feature request #6397: save and restore the command history in the Python console
Hi,
Salvatore Larosa wrote:
> If so, you can save/open history file by "save script file/open script file" button!
...
Alister Hood
03:52 PM Feature request #6397: save and restore the command history in the Python console
Hi Alister,
Are you using the new python console?
If so, you can save/open history file by "save script file/open sc...
Salvatore Larosa
11:53 PM Revision 7f08c372 (qgis): enable more gui sip bindings
Jürgen Fischer
11:10 PM Bug report #6407 (Closed): Sometimes QGIS inserts extra blank lines in the project macros when s...
Sometimes when I open a different project and QGIS asks if I want to save the current project, and I say yes, it adds... Alister Hood
10:56 PM Revision 8e96e7b2 (qgis): Comment out composer tests for now.
Tim Sutton
10:56 PM Revision 6375a780 (qgis): Comment out composer tests for now.
Tim Sutton
10:44 PM Revision 89481bf3 (qgis): german translation update
Jürgen Fischer
10:40 PM Revision eef86276 (qgis): more sip fixes
Jürgen Fischer
10:40 PM Revision 60ab4b32 (qgis): fix typos
Jürgen Fischer
10:27 PM Revision e0e57b58 (qgis): Update to 4d9d16d, missing commit
Larry Shaffer
10:08 PM Revision 4d9d16da (qgis): Update PAL to OverPoint placement, fix for #6378
- Label all parts of multipart is option is set
- Data defined rotation and offset support moved into pal::Feature
- ...
Larry Shaffer
10:08 PM Revision 5c294139 (qgis): Labeling centroid calculation update (provided by Serge Dikiy)
Larry Shaffer
10:01 PM Bug report #6406: Project Macros are silently disabled when you use 3 of the 4 methods of opening...
Note: the macros are disabled when not using "File>Open Project" even if "Settings>Options>Enable Macros" is set to a... Alister Hood
09:49 PM Bug report #6406 (Closed): Project Macros are silently disabled when you use 3 of the 4 methods o...
When you open a project that has project macros, if you open it via "File>Open Project", then a notification is displ... Alister Hood
07:20 PM Revision 1d435a59 (qgis): Fix compilation error caused by numeric_limits::quiet_NaN not being pas...
Tim Sutton
07:11 PM Bug report #6405 (Closed): Show feature count not working with rule-based label definitions
Not sure when this regressed. With latest nightly build, QGIS fails to provide count numbers to layer's labels define... Mathieu Pellerin - nIRV
07:09 PM Bug report #6404 (Closed): Too many layers -> unknown exception
Relates to issue 4013.
#4013
Project has about 85 vector layers (from the filesystem). When trying to add a new laye...
Michael Porath
07:01 PM Revision 78248420 (qgis): Transfer ownership of transparency
Tim Sutton
06:43 PM Revision 74fd0e48 (qgis): more sip fixes:
- also move enum StyleEntity in QgsStyleV2
- fix some warnings
Jürgen Fischer
05:53 PM Bug report #6392: CRS not recognized when opening raster file that contains one
Giovanni Manghi wrote:
> > Sad to report that the exact same behavior is still present. It is still forcing the CRS t...
Tim Caughron
05:49 PM Bug report #6392: CRS not recognized when opening raster file that contains one
Magnus Homann wrote:
> Hav you tried running the program 'crssync'? It's in the qgis lib direcotry. You might have to...
Tim Caughron
04:06 PM Bug report #4634 (Reopened): [PATCH] New labelling engine: wrong label placement with both "aroun...
Hi,
I have reopened this issue because the method used is no longer the GEOS centroid calculation that previously fi...
Larry Shaffer
03:56 PM Revision cd973582 (qgis): fix SIP bindings
Alexander Bruy
03:55 PM Revision add0ebcc (qgis): Merge pull request #246 from homann/CP-legal
A fix for #6396. Magnus Homann
03:53 PM Revision 75452b81 (qgis): A fix for #6396
Magnus Homann
02:57 PM Revision 1190eea5 (qgis): translation update: gl_ES by Xan
Werner Macho
02:31 PM Revision 86217d0a (qgis): fix QgsSymbolLayerV2Metadata sip bindings
Jürgen Fischer
02:16 PM Revision f99cf895 (qgis): Added sample template needed for tests
Tim Sutton
02:15 PM Revision ffb7f1b1 (qgis): Reinstate public qualifier for vector gradient colour ramp
Tim Sutton
01:33 PM Bug report #6378 (Feedback): Label every part of multi-part feature not working for some options ...
Ian,
Should be fixed with commit commit:e0e57b5 but please compile (or wait for nightly) and test, as that commit si...
Larry Shaffer
12:50 PM Revision e8ef7031 (qgis): Added missing sys import
Tim Sutton
12:49 PM Revision ee515bd9 (qgis): Reinstate symbol layer registry sip stuff
Tim Sutton
10:47 AM Revision 4f2d9dba (qgis): Merge branch 'master' of github.com:qgis/Quantum-GIS
Tim Sutton
10:46 AM Revision 34f542ed (qgis): fix sip syntax error
Jürgen Fischer
10:29 AM Revision 1dc93021 (qgis): Mark composer html multiframe test as expected to fail for now
Tim Sutton
10:22 AM Bug report #5169: QGIS crashes on startup on 64 bit Ubuntu
Jason Matney wrote:
> Problem fixed!
How did you solve it? I'm getting the same issue with QGIS 1.8 on Ubuntu 11.10.
Cian O'Halloran
10:03 AM Revision 5f79bcb1 (qgis): Resolved merge conflicts with origin master
Tim Sutton
09:46 AM Revision 6a1c2808 (qgis): Clean up the last commit
Hugo Mercier
09:20 AM Revision 04f93484 (qgis): add a missing file
Jürgen Fischer
09:05 AM Revision 69d06241 (qgis): Translation into Italian for the console toolbar
Salvatore Larosa
07:39 AM Bug report #6403: link between composer and canvas should use the map-center don't top
IMHO the behaviour is almost correct: the correct state is saved. The only minor issue is that it is saved as top lef... Paolo Cavallini
07:01 AM Bug report #6403: link between composer and canvas should use the map-center don't top
I test better.
I see the availability of the options position and dimension.
But almost on windows it seem don't work...
aperi2007 -
04:01 AM Bug report #6403 (Closed): link between composer and canvas should use the map-center don't top
Hi,
I notice when ask to the composer to set the extent to the map-extent it
draw starting from top.
This is more com...
aperi2007 -
06:59 AM Bug report #6396 (Closed): Forward transform error is not handled gracefully
Fixed in commit:add0ebcc1e124b38b08ed55eb81a1adf9f0554ed Magnus Homann
03:00 AM Bug report #6390: Size of bar on canvas: weird behaviour
I'm also unsure about the intended behaviour of the option. Perhaps if specified the bar should always be of the sele... Paolo Cavallini
02:54 AM Bug report #6402 (Closed): DB Manager and Varchar field lengths
DB Manager reports that my varchar fields are 4 characters longer than they actually are. PGAdmin reports the correct... James Stott
02:42 AM Revision f3cb57b1 (qgis): SIP bindings update:
- update methods of existing classes
- add comment to methods missing in the sip bindings
- split up collective sip f...
Jürgen Fischer

2012-09-23

11:58 PM Bug report #6396 (Open): Forward transform error is not handled gracefully
Giovanni Manghi
11:44 PM Bug report #6396: Forward transform error is not handled gracefully
Giovanni Manghi wrote:
> tested on 1.8 or master?
Master. Can anybody change the status back to "New"?
Alister Hood
11:40 PM Bug report #6396: Forward transform error is not handled gracefully
I can replicate. Magnus Homann
11:40 PM Bug report #6396: Forward transform error is not handled gracefully
I can replicate. Magnus Homann
11:40 PM Bug report #6396: Forward transform error is not handled gracefully
I can replicate. Magnus Homann
11:23 PM Bug report #6396 (Feedback): Forward transform error is not handled gracefully
tested on 1.8 or master? Giovanni Manghi
08:03 PM Bug report #6396: Forward transform error is not handled gracefully
To replicate, start a blank project and set the Project CRS to EPSG:2193, then try to load the attached file. Alister Hood
07:30 PM Bug report #6396 (Closed): Forward transform error is not handled gracefully
At least on Windows, when there is a forward transform exception (like the message below), the mouse cursor changes t... Alister Hood
11:54 PM Feature request #6400: Add ability to create a new dbf table
Actually, I guess it would be better to simply enable it in the "Layer>New>New Shapefile Layer..." dialog (and rename... Alister Hood
11:47 PM Feature request #6400 (Open): Add ability to create a new dbf table
It would be good to have a menu entry "Layer>New>New DBF Table"
I think I remember seeing people ask for this feature...
Alister Hood
11:46 PM Bug report #6392: CRS not recognized when opening raster file that contains one
Hav you tried running the program 'crssync'? It's in the qgis lib direcotry. You might have to set LD_LIBRARY_PATH al... Magnus Homann
11:41 PM Bug report #6392: CRS not recognized when opening raster file that contains one

> Sad to report that the exact same behavior is still present. It is still forcing the CRS to EPSG:4326 and not rec...
Giovanni Manghi
05:10 PM Bug report #6392: CRS not recognized when opening raster file that contains one
Okay, got the Spatialite updated to v. 3.1.0-RC2 as noted below. Still getting the undesired behavior. Only differenc... Tim Caughron
04:05 PM Bug report #6392: CRS not recognized when opening raster file that contains one
I am also running AMD64 Ubuntu 12.04, however it is the Pinguy version. My versions are mostly the same except for "Q... Tim Caughron
12:25 PM Bug report #6392: CRS not recognized when opening raster file that contains one
Unfortunately, it works for me on Ubuntu 12.04 (amd64) and creates a user CRS. Here are my versions:
"
QGIS version
...
Magnus Homann
11:12 AM Bug report #6392: CRS not recognized when opening raster file that contains one
Giovanni Manghi wrote:
> it is definitely the gdal version. You don't need to compile to get qgis 1.8 and gdal 1.9, ...
Tim Caughron
09:50 AM Bug report #6392 (Closed): CRS not recognized when opening raster file that contains one

> Could possibly be a culprit. If you might suggest building against 1.9.x for my Ubuntu version could you also incl...
Giovanni Manghi
09:50 AM Bug report #6392 (Closed): CRS not recognized when opening raster file that contains one

> Could possibly be a culprit. If you might suggest building against 1.9.x for my Ubuntu version could you also incl...
Giovanni Manghi
11:33 PM Bug report #6399 (Closed): "Layer>Create new GPX layer" should be in "new" submenu
The GPS tools plugin (gpsimporterplugin.dll) adds a menu entry "Layer>Create new GPX layer".
This should instead be "...
Alister Hood
11:09 PM Feature request #6398 (Closed): Attribute edit form dialog window shouldn't be modal
Currently in QGIS vector feature attribute editing form window is modal. Such approach blocks following work flow:
...
marisn -
09:54 PM Feature request #6397 (Closed): save and restore the command history in the Python console
It would be useful to be able to save and restore the command history in the Python console.
But what would be best?...
Alister Hood
08:56 PM Feature request #5242: Open KMZ without needing to unzip
Alister Hood wrote:
> And if I manually edit a .qgs file to add the kmz layer like this, then QGIS can open it:
Eas...
Alister Hood
08:53 PM Feature request #5242: Open KMZ without needing to unzip
Oh, I didn't see your reply, and had just found out about the libkml driver myself. It turns out there is a ticket f... Alister Hood
08:16 PM Revision aa74a8fd (qgis): Merge pull request #243 from slarosa/master
Italian translation for python console Tim Sutton
04:01 PM Revision 740eaf98 (qgis): adjustment to the translate file to get the Italian translation in pyth...
Salvatore Larosa
11:38 AM Bug report #6390: Size of bar on canvas: weird behaviour
Yes, I also noticed it doesn't work. But I'm unsure how it *should* work, so I haven't fixed it. :-) Ideas? Magnus Homann
10:09 AM Revision ccf31957 (qgis): Merge branch 'master' of github.com:qgis/Quantum-GIS
Tim Sutton

2012-09-22

11:49 PM Revision 58ba3f00 (qgis): Update to QgsCollapsibleGroupBox
- Saving/restoring checked state is off by default
Restoring checked state caused many issues for groupboxes used i...
Larry Shaffer
10:50 PM Revision bf985a55 (qgis): Merge branch 'master' of https://github.com/qgis/Quantum-GIS
Victor Olaya
10:49 PM Revision d80d3cf9 (qgis): fixed #6295
did some cleaning in GrassAlgorithm.py Victor Olaya
10:17 PM Revision f7af2def (qgis): Merge branch 'master' of github.com:qgis/Quantum-GIS
Tim Sutton
09:57 PM Revision 1b95cdca (qgis): Merge pull request #242 from slarosa/master
improved python console paste action and minor bug fixes Tim Sutton
04:24 PM Bug report #6392: CRS not recognized when opening raster file that contains one
Giovanni Manghi wrote:
> please try share sample data, for example using dropbox or another virtual drive. Or just ma...
Tim Caughron
04:16 PM Bug report #6392: CRS not recognized when opening raster file that contains one
Magnus Homann wrote:
> What is the version of GDAL for each Qgis system? It shows in "Help -> About" menu.
There def...
Tim Caughron
10:53 AM Bug report #6392: CRS not recognized when opening raster file that contains one
What is the version of GDAL for each Qgis system? It shows in "Help -> About" menu. Magnus Homann
10:23 AM Bug report #6392 (Feedback): CRS not recognized when opening raster file that contains one
please try share sample data, for example using dropbox or another virtual drive. Or just mail it to me giovanni.mang... Giovanni Manghi
10:23 AM Bug report #6392 (Feedback): CRS not recognized when opening raster file that contains one
please try share sample data, for example using dropbox or another virtual drive. Or just mail it to me giovanni.mang... Giovanni Manghi
10:23 AM Bug report #6392 (Feedback): CRS not recognized when opening raster file that contains one
please try share sample data, for example using dropbox or another virtual drive. Or just mail it to me giovanni.mang... Giovanni Manghi
10:23 AM Bug report #6392 (Feedback): CRS not recognized when opening raster file that contains one
please try share sample data, for example using dropbox or another virtual drive. Or just mail it to me giovanni.mang... Giovanni Manghi
10:23 AM Bug report #6392 (Feedback): CRS not recognized when opening raster file that contains one
please try share sample data, for example using dropbox or another virtual drive. Or just mail it to me giovanni.mang... Giovanni Manghi
10:23 AM Bug report #6392 (Feedback): CRS not recognized when opening raster file that contains one
please try share sample data, for example using dropbox or another virtual drive. Or just mail it to me giovanni.mang... Giovanni Manghi
09:59 AM Bug report #6392 (Closed): CRS not recognized when opening raster file that contains one
Hello, and please excuse me if I don't provide all the needed info. New to bug reporting, but trying my best.
I am r...
Tim Caughron
03:01 PM Feature request #6393 (Open): WMS raster has not the transparent pixel list settable
The wms raster (the maps from a wms server are substantially
raster) don't allow to set the pixel list.
It allow only...
aperi2007 -
01:12 PM Revision c5ff5ee5 (qgis): improved paste action and minor bug fixes
Salvatore Larosa
01:09 PM Revision 7e6ec9bc (qgis): cleaning and minor adjustments to the code for console
Salvatore Larosa

2012-09-21

11:09 PM Bug report #6383: Map overview broken
Not really: just adding a map to an overview fails to show any map in about half of the cases Paolo Cavallini
10:16 PM Bug report #6383: Map overview broken
For a couple of weeks now, click on the [ ] show in overview right-click menu item fails to update overview with the ... Mathieu Pellerin - nIRV
10:22 PM Bug report #6360 (Closed): no data value (defined in the "transparency" tab of the raster propert...
Closing this bug after verifying the problems raised in this issue have all been fixed by Radim's commits.
For the r...
Mathieu Pellerin - nIRV
10:22 PM Bug report #6360 (Closed): no data value (defined in the "transparency" tab of the raster propert...
Closing this bug after verifying the problems raised in this issue have all been fixed by Radim's commits.
For the r...
Mathieu Pellerin - nIRV
09:45 PM Revision 73fcb662 (qgis): Used QsgScaleComboBox in scale based visibility. Also fix #6213
Magnus Homann
09:01 PM Revision 413e9dcd (qgis): indentation update
Jürgen Fischer
09:01 PM Revision 3e08931e (qgis): update QgsDiagramRendererV2 sip bindings
Jürgen Fischer
08:59 PM Revision f24862ae (qgis): fix OGRSpatialReferenceH member declaration
Jürgen Fischer
07:16 PM Revision 331ef1b3 (qgis): Merge pull request #240 from homann/test_scalecombobox
Test and refactoring - qgsscalecombobox Magnus Homann
07:14 PM Revision 1b09393b (qgis): Test of signals
Magnus Homann
07:14 PM Revision 576c0a5e (qgis): Added static helper functions and more tests
Magnus Homann
07:14 PM Revision dbbb3c35 (qgis): Added test for rounding
Magnus Homann
07:14 PM Revision 08d28df9 (qgis): Simplified, and more test
Magnus Homann
07:14 PM Revision 01c4ac7d (qgis): Added setting of scale programatially
Magnus Homann
07:14 PM Revision d1c8884c (qgis): Added SIP, fixed qgisapp to use new setter and optimized a bit
Magnus Homann
07:14 PM Revision f059e6f8 (qgis): Change in qgisapp and fixed a test
Magnus Homann
07:14 PM Revision 09d6399b (qgis): First simple test
Magnus Homann
06:44 PM Revision 2b1443fe (qgis): Merge branch 'master' of github.com:timlinux/Quantum-GIS
Tim Sutton
06:41 PM Revision 341935d2 (qgis): Merge pull request #239 from matthias-kuhn/diagram-numberformat
Always show numbers in decimal format ( no e format ) Tim Sutton
06:35 PM Revision 003f8333 (qgis): Merge branch 'master' of github.com:qgis/Quantum-GIS
Tim Sutton
06:01 PM Revision dd367274 (qgis): fix windows build
Jürgen Fischer
05:31 PM Revision 8f155b97 (qgis): Always show numbers in decimal format ( no e format )
Matthias Kuhn
05:26 PM Revision a15e34f3 (qgis): add links to old api version to doxygen documentation
Jürgen Fischer
04:41 PM Revision 4c82adee (qgis): Merge branch 'master' of git://github.com/qgis/Quantum-GIS into atlas
Hugo Mercier
04:24 PM Revision 719db73e (qgis): Test new ComposerHtml accessor method and fixes for other tests.
Tim Sutton
04:21 PM Revision a220ef57 (qgis): Integration of Atlas into the core, first shot
Hugo Mercier
03:36 PM Revision 6b878341 (qgis): Fixes for fetching a CompositionHtml from a Composition
Tim Sutton
12:46 PM Bug report #6213 (Closed): scale dependent visibility limits should be included
Fixed in changeset commit:"73fcb6625789055bf67225d1c3d44a1872cf5c2c".
Made it "more than or equal to" and "less than"...
Magnus Homann
12:09 PM Revision 0133ed20 (qgis): The parameter TYPENAME in the DescribeFeature request is now optional
D'Hont René-Luc
10:56 AM Revision 4a61eb42 (qgis): wcs test - improved report
Radim Blazek
10:14 AM Bug report #6390 (Open): Size of bar on canvas: weird behaviour
The View>Decorations>Scale bar>Size of bar has a strange behaviour. It allows you to change the length of the scale b... Paolo Cavallini
10:08 AM Bug report #6389 (Closed): Print composer: opacity not working for maps
The parameter Opacity works correctly for legends and other objects, not with maps.
BTW, is there a reason to call it...
Paolo Cavallini
08:08 AM Revision b220bd4c (qgis): Merge branch 'master' of github.com:qgis/Quantum-GIS
Tim Sutton
07:31 AM Bug report #6386 (Rejected): QSpatialite plugin installation fault in QGIS master
This is QSpatiaLite error. Please submit such bugs to plugin bugtracker not to QGIS one Alexander Bruy
05:33 AM Bug report #6386 (Closed): QSpatialite plugin installation fault in QGIS master
Installing qspatialit in QGis master terminat with fault:
The plugin depends on some components missing on your syste...
Gerhard Spieles
06:47 AM Bug report #6387 (Rejected): MSSQL tables - Primary Key with multiple columns Problem
duplicate of #6381 Jürgen Fischer
06:47 AM Bug report #6387 (Rejected): MSSQL tables - Primary Key with multiple columns Problem
duplicate of #6381 Jürgen Fischer
06:37 AM Bug report #6387 (Rejected): MSSQL tables - Primary Key with multiple columns Problem
Adding a table with multiple columns as primary key, QGIS is not recognizing both primary key columns, only the first... Maria G Saavedra
03:10 AM Bug report #6384: QGIS QFS Server DescribeFeatureType : TYPENAME has not to be mandatory
commit 0133ed20fc69d2857e135d12c5fa6257497782ed René-Luc ReLuc
02:55 AM Bug report #6384 (Closed): QGIS QFS Server DescribeFeatureType : TYPENAME has not to be mandatory
For the WFS DescribeFeatureRequest the parameter TYPENAME is optional.
In the actual implementation, TYPENAME is man...
René-Luc ReLuc

2012-09-20

10:36 PM Bug report #6383 (Closed): Map overview broken
Map overview seems broken (tested on 15 machines, various OSs, about half not working). I suspect this has been opene... Paolo Cavallini
09:43 PM Revision 6ac87920 (qgis): Merge branch 'master' of github.com:timlinux/Quantum-GIS
Tim Sutton
09:22 PM Revision 05ae00de (qgis): Merge branch 'master' of github.com:qgis/Quantum-GIS
Tim Sutton
09:08 PM Revision 5243423f (qgis): Merge branch 'master' of github.com:qgis/Quantum-GIS
Etienne Tourigny
09:03 PM Revision c5cc6345 (qgis): raster save creation options validation:
- move help and validation to gdal provider
- validate options before saving
- test for valid PREDICTOR option, depen...
Etienne Tourigny
05:23 PM Revision 88ca822c (qgis): Better test html table
Tim Sutton
05:23 PM Revision caa342b7 (qgis): Merge branch 'master' of github.com:qgis/Quantum-GIS
Tim Sutton
05:03 PM Revision fed17aa5 (qgis): wcs test - issues descriptions, GDAL WCS comparison
Radim Blazek
04:36 PM Revision 593da452 (qgis): In addition to indicate the geometry type in the DescribeFeatureType re...
D'Hont René-Luc
04:34 PM Revision 81734840 (qgis): Revert "In addition to indicate the geometry type in the DescribeFeatur...
This reverts commit 34175686a638e19edfa15e0324c2bce56f1468de. D'Hont René-Luc
04:25 PM Revision 34175686 (qgis): In addition to indicate the geometry type in the DescribeFeatureType re...
D'Hont René-Luc
01:38 PM Bug report #6380 (Rejected): Primary Key with multiple columns are not
Jürgen Fischer
12:54 PM Bug report #6380 (Rejected): Primary Key with multiple columns are not
Maria G Saavedra
01:23 PM Bug report #6381 (Closed): MSSQL tables - Primary Key with multiple columns Problem
Adding a table with multiple columns as primary key, QGIS is not recognizing both primary key columns, only the first... Maria G Saavedra
01:02 PM Revision 8489bd17 (qgis): Further refactoring of composer html tests and fixes so that html eleme...
Tim Sutton
01:01 PM Revision bb7dc52b (qgis): fix typo in OGC filter implementaion
Alexander Bruy
10:50 AM Feature request #6325 (Closed): Add PAL labelling features for Python access
Larry Shaffer
02:45 AM Feature request #6325: Add PAL labelling features for Python access
New issue created: #6378. I don't have permissions to close an issue - yet? Ian Packham
08:03 AM Revision ad78d7b5 (qgis): Merge branch 'master' of github.com:qgis/Quantum-GIS
Tim Sutton
07:42 AM Bug report #6302: QGIS WFS Server Geometry Type not recognize by ArcGIS
commit 593da452193f31d3941b56a64369c692b866bf40
for patch V2
René-Luc ReLuc
07:10 AM Bug report #6379 (Closed): HTML output does not work for Processing/GRASS modules
*new description:*
see subject.
Outputting to file
OutputFile|outputtext|...
works
*old description:*
r.quanti...
Pedro Venâncio
02:38 AM Bug report #6378 (Closed): Label every part of multi-part feature not working for some options in...
Running the dev build (v1.9.0-66) of QGIS, using the PAL labelling tool from the Toolbar on a MultiPolygon layer with... Ian Packham

2012-09-19

11:26 PM Revision 8fd78059 (qgis): Added bindings for getting an item by id and a composerhtml instance th...
Tim Sutton
10:58 PM Revision b1e00e95 (qgis): wcs test - improved report, servers list in json
Radim Blazek
10:58 PM Revision 8f3027b8 (qgis): Merge branch 'master' of github.com:timlinux/Quantum-GIS
Tim Sutton
05:15 PM Revision 11dead9a (qgis): In progress support for retrieval of html composer and items by id from...
Tim Sutton
04:23 PM Revision 212145d9 (qgis): nodata per band, src nodata optional
Radim Blazek
03:46 PM Bug report #4107: Bad Allocation when Printing
Piotr Pachol wrote:
> Error "Bad allocation" is connected with type of labeling used in layer.
> I tried to print pro...
Jürgen Fischer
03:26 PM Bug report #4107: Bad Allocation when Printing
Error "Bad allocation" is connected with type of labeling used in layer.
I tried to print project with several layers...
Piotr Pachol
01:18 PM Feature request #6377 (Closed): r.reclass path to reclass rules within modeler
Currently there is no way to interactively select the path to the file with the reclass rules, for use with r.reclass... Pedro Venâncio
11:53 AM Feature request #5242 (Feedback): Open KMZ without needing to unzip
See also: http://gis.stackexchange.com/questions/32082/can-qgis-open-kmz-files
Summary: On a Mac, where QGIS uses th...
Larry Shaffer
11:53 AM Feature request #5242 (Feedback): Open KMZ without needing to unzip
See also: http://gis.stackexchange.com/questions/32082/can-qgis-open-kmz-files
Summary: On a Mac, where QGIS uses th...
Larry Shaffer
10:10 AM Bug report #6375 (Closed): svg and simple symbol mix do not scale the same way
When a marker symbol is composed of a simple symbol and a svg symbol, if marker scale option is set to «area», then t... Vincent Picavet
09:43 AM Bug report #6343: (master) size of point symbols is not retained in "symbol selector"
Same here.
Note that subcomponents of the symbol keep the right size (so it's rendered ok), but the main component si...
Vincent Picavet
09:38 AM Bug report #6373 (Closed): PAL labeling font size for layer not entirely overridden by data defin...
When data defining font size the PAL layer-level font size appears to be used for initial calculation of label placem... Larry Shaffer
09:19 AM Feature request #6325: Add PAL labelling features for Python access
Hi Ian,
Sounds like a bug that may have been caused by some recent code I've added. Please create a new issue (bug) ...
Larry Shaffer
02:20 AM Feature request #6325: Add PAL labelling features for Python access
Larry
The layer I was testing is a MultiPolygon, some of the features have multiple parts, it is a postgres layer an...
Ian Packham
08:28 AM Revision 014175e5 (qgis): Merge branch 'master' of github.com:qgis/Quantum-GIS
Magnus Homann
08:27 AM Revision 0618a1f1 (qgis): Changed comments only
Magnus Homann
08:27 AM Revision 35d869cf (qgis): apply user nodata to all bands
Radim Blazek
07:24 AM Bug report #6360: no data value (defined in the "transparency" tab of the raster property window)...
It is now possible to disable original nodata value.
I think that everything should work OK.
Radim Blazek
05:34 AM Bug report #6371 (Closed): Query layer from DB Manager can not be displayed
After generating results from query builder, I was unable to add it to the canvas.
The same process works under Linux...
Saber Razmjooei
05:34 AM Bug report #6232: Postgis add layer dialog: Cancel slow operations
hamish - wrote:
> I had to change the geometry_columns type to MULTILINESTRING instead of LINE,
Was that originally ...
Jürgen Fischer
04:00 AM Bug report #6232: Postgis add layer dialog: Cancel slow operations
Hi,
just as a point of info for anyone in the same situation as me:
I had to change the geometry_columns type to MU...
hamish -
02:04 AM Bug report #6146: Offline editing tool broken
regression confirmed. who is the maintainer? Giovanni Manghi

2012-09-18

12:27 AM Bug report #6340: Qgis Server - Get capabilities does no show embedded layers
thanks Marco for fixing it. I must take time to recompile qgis master, and will report back if necessary Michael Douchin
12:24 AM Bug report #6360: no data value (defined in the "transparency" tab of the raster property window)...
Always representing with wider data type allows -1 to be used, but we probably also need a way to change the default ... Mathieu Pellerin - nIRV
12:20 AM Bug report #6360: no data value (defined in the "transparency" tab of the raster property window)...
I see. With QGIS master (prior to commit 3032f71666), I could manually change nodata value via editing of .xml to -1 ... Mathieu Pellerin - nIRV
11:35 PM Bug report #6360: no data value (defined in the "transparency" tab of the raster property window)...
The problem is that we need at least one nodata value, if a layer is reprojected, we need to represent pixels outside... Radim Blazek
07:15 PM Bug report #6360 (Reopened): no data value (defined in the "transparency" tab of the raster prope...
Oups, re-opening as above commit made the situation somewhat worse.
Your commit allowed to specify an additional no ...
Mathieu Pellerin - nIRV
07:15 PM Bug report #6360 (Reopened): no data value (defined in the "transparency" tab of the raster prope...
Oups, re-opening as above commit made the situation somewhat worse.
Your commit allowed to specify an additional no ...
Mathieu Pellerin - nIRV
07:15 PM Bug report #6360 (Reopened): no data value (defined in the "transparency" tab of the raster prope...
Oups, re-opening as above commit made the situation somewhat worse.
Your commit allowed to specify an additional no ...
Mathieu Pellerin - nIRV
07:15 PM Bug report #6360 (Reopened): no data value (defined in the "transparency" tab of the raster prope...
Oups, re-opening as above commit made the situation somewhat worse.
Your commit allowed to specify an additional no ...
Mathieu Pellerin - nIRV
06:44 PM Bug report #6360 (Closed): no data value (defined in the "transparency" tab of the raster propert...
Radim, I've changed status to closed and resolution to fixed as this issue did cover a bug which you fixed (thanks!) ... Mathieu Pellerin - nIRV
06:44 PM Bug report #6360 (Closed): no data value (defined in the "transparency" tab of the raster propert...
Radim, I've changed status to closed and resolution to fixed as this issue did cover a bug which you fixed (thanks!) ... Mathieu Pellerin - nIRV
06:44 PM Bug report #6360 (Closed): no data value (defined in the "transparency" tab of the raster propert...
Radim, I've changed status to closed and resolution to fixed as this issue did cover a bug which you fixed (thanks!) ... Mathieu Pellerin - nIRV
06:44 PM Bug report #6360 (Closed): no data value (defined in the "transparency" tab of the raster propert...
Radim, I've changed status to closed and resolution to fixed as this issue did cover a bug which you fixed (thanks!) ... Mathieu Pellerin - nIRV
07:49 AM Bug report #6360: no data value (defined in the "transparency" tab of the raster property window)...
The user defined no data value was not applied correctly in master until commit:3032f71666.
But, I think that it is ...
Radim Blazek
02:54 AM Bug report #6360: no data value (defined in the "transparency" tab of the raster property window)...
Giovanni, I'll soon attach a cropped version of the ECW (currently +/- 70mb) I used in the above screenshot for devs ... Mathieu Pellerin - nIRV
02:46 AM Bug report #6360: no data value (defined in the "transparency" tab of the raster property window)...
nirvn - wrote:
> Yes and no:
> - Yes it's a regression as setting a value other than 0 with qgis 1.8 does have a visi...
Giovanni Manghi
02:36 AM Bug report #6360: no data value (defined in the "transparency" tab of the raster property window)...
Yes and no:
- Yes it's a regression as setting a value other than 0 with qgis 1.8 does have a visible impact on the h...
Mathieu Pellerin - nIRV
02:04 AM Bug report #6360 (Feedback): no data value (defined in the "transparency" tab of the raster prope...
Is this a regression in master since 1.8? Giovanni Manghi
02:04 AM Bug report #6360 (Feedback): no data value (defined in the "transparency" tab of the raster prope...
Is this a regression in master since 1.8? Giovanni Manghi
02:04 AM Bug report #6360 (Feedback): no data value (defined in the "transparency" tab of the raster prope...
Is this a regression in master since 1.8? Giovanni Manghi
11:30 PM Bug report #5345: Problems with PATH-Variables in msys.bat and OSGeo4W
After testing a bit around with quotation marks, I made the following changes to osgeo4w.bat:... Andre Joost
10:43 PM Revision e4793d6c (qgis): german translation update
Jürgen Fischer
10:19 PM Revision 18d9993e (qgis): debian packaging update
Jürgen Fischer
09:42 PM Revision 78cb4e01 (qgis): Merge branch 'master' of github.com:qgis/Quantum-GIS
Tim Sutton
09:02 PM Revision 9c6ebdd4 (qgis): fixes for QgsRasterInterface subclassing in Python
Radim Blazek
08:35 PM Revision 5eb1e2d2 (qgis): Fixed restarting measurement with right-clicking.
Magnus Homann
07:37 PM Feature request #5242: Open KMZ without needing to unzip
Of course, the obvious workaround is to rename the .kmz to .zip Alister Hood
07:36 PM Feature request #5242: Open KMZ without needing to unzip
Also, shouldn't the category for this ticket be data providers, not vectors? Alister Hood
07:35 PM Feature request #5242: Open KMZ without needing to unzip
FWIW, gdal/QGIS can already open a KMZ file, using the vsizip driver:
e.g....
Alister Hood
06:01 PM Bug report #6369 (Closed): vsizip - relative paths not used & can't update path in "missing layer...
- enable relative save paths in the project settings
- load some layers from a zip file
- save the project in the sam...
Alister Hood
04:28 PM Revision 3032f716 (qgis): reimplemented user defined raster no data values
Radim Blazek
03:53 PM Bug report #6368 (Closed): Not all Features in Personal GDB layer showing up in QGIS 1.8
I have a point layer stored in an ESRI Personal GDB. The layer contains 431 features. When I load this layer into Q... rmercer -
11:07 AM Feature request #6325: Add PAL labelling features for Python access
Ian Packham wrote:
> Managed to set some attributes of PAL from python, although not tested everything. Setting @paly...
Larry Shaffer
09:06 AM Feature request #6325: Add PAL labelling features for Python access
Sorry, I was looking for it, but I missed your missed commit file. Got the build working OK with python-qscintilla.
...
Ian Packham
05:40 AM Feature request #6325: Add PAL labelling features for Python access
Ian Packham wrote:
> I also added the qscintilla package under Libs, but this didn't help.
Try python-qscintilla.
>...
Jürgen Fischer
05:30 AM Feature request #6325: Add PAL labelling features for Python access
That was fast, thank you.
Would this commit be included in the qgis-dev nightly builds of the master (available in t...
Ian Packham
08:21 AM Bug report #6366 (Closed): Check QGIS Version
When 'Help' -> 'Check QGIS Version' is chosen, the following message appears:
"You are running the current version o...
David Quinn
07:07 AM Revision babc12a5 (qgis): Fix to enable QgsCollapsibleGroupBox disclosure triangle if widget was ...
Larry Shaffer
07:05 AM Revision 396c4318 (qgis): Fix for compilers that do not cope with template argument
Larry Shaffer
06:31 AM Feature request #6365 (Open): Raster calculator: set extent and cell size dinamically
Using the raster calculator in order to clip a raster users have to insert the layer extent manually (if another rast... Luca Lanteri
04:25 AM Bug report #6302: QGIS WFS Server Geometry Type not recognize by ArcGIS
René-Luc ReLuc wrote:
> In addition to indicate the geometry type in the DescribeFeatureType request, this patch adds...
Giovanni Manghi

2012-09-17

12:04 AM Bug report #6302: QGIS WFS Server Geometry Type not recognize by ArcGIS
In addition to indicate the geometry type in the DescribeFeatureType request, this patch adds boundedBy to FeatureCol... René-Luc ReLuc
11:04 PM Feature request #6361: Edit widget “Unique values”
May be “_Value Collection_” is more appropriate name for the given widget. zirneklitis -
10:33 PM Feature request #6361 (Open): Edit widget “Unique values”
There is a possibility in the layer properties window, Fields tab to define Edit widgets. One of them is just opposit... zirneklitis -
10:23 PM Revision a2d0ee89 (qgis): Merge pull request #236 from matthias-kuhn/diagramtest
Add diagram test files Tim Sutton
09:27 PM Revision ca752eed (qgis): fix a544133e46 - update measurement settings only on crs and options ch...
Jürgen Fischer
09:09 PM Revision 98a18ef8 (qgis): support non-squared svg symbols
Jürgen Fischer
09:09 PM Revision 6589fbe0 (qgis): debian packaging update
Jürgen Fischer
08:19 PM Bug report #6360 (Closed): no data value (defined in the "transparency" tab of the raster propert...
QGIS master, i.e. what will become 2.0, has an issue whereas it is not applying the no data value defined by the user... Mathieu Pellerin - nIRV
07:52 PM Revision 117e6f9e (qgis): Merge branch 'master' of github.com:qgis/Quantum-GIS
Tim Sutton
06:48 PM Revision a25b1ec5 (qgis): Example script in Python to download WCS layer
Radim Blazek
05:03 PM Revision 8c8d0285 (qgis): raster saveas rendered with QgsSingleBandPseudoColorRenderer fix
Radim Blazek
04:35 PM Revision af63afa0 (qgis): Add diagram test files
Matthias Kuhn
04:27 PM Bug report #4100: Text for two CRS dialogues is wrong (swapped)
Also,
It seems that people coming from ArcGIS tend to expect "Specify CRS" to do something completely different. Ra...
Alister Hood
03:41 PM Bug report #2949: Labeling (ABC) to a shape file do not show content from dbf field, for objects ...
See also #4079-23 and
http://osgeo-org.1560.n6.nabble.com/Add-ST-MakeValid-functionality-to-QgsGeometry-td5002449....
Larry Shaffer
03:41 PM Bug report #2949: Labeling (ABC) to a shape file do not show content from dbf field, for objects ...
See also #4079-23 and
http://osgeo-org.1560.n6.nabble.com/Add-ST-MakeValid-functionality-to-QgsGeometry-td5002449....
Larry Shaffer
09:34 AM Bug report #2949 (Reopened): Labeling (ABC) to a shape file do not show content from dbf field, f...
Hello,
have tested the labeling in polygons with intersection fault.
Labeling is correct in section advanced, Placeme...
Gerhard Spieles
09:34 AM Bug report #2949 (Reopened): Labeling (ABC) to a shape file do not show content from dbf field, f...
Hello,
have tested the labeling in polygons with intersection fault.
Labeling is correct in section advanced, Placeme...
Gerhard Spieles
09:34 AM Bug report #2949 (Reopened): Labeling (ABC) to a shape file do not show content from dbf field, f...
Hello,
have tested the labeling in polygons with intersection fault.
Labeling is correct in section advanced, Placeme...
Gerhard Spieles
03:36 PM Bug report #3517: new labeling engine fails to label self intersecting polygons
See also #4079-23
and
http://osgeo-org.1560.n6.nabble.com/Add-ST-MakeValid-functionality-to-QgsGeometry-td50024...
Larry Shaffer
04:33 AM Bug report #3517: new labeling engine fails to label self intersecting polygons
gespiel - wrote:
> Hi,
>
> see also #2949
> It seems to be fixed?
>
> Gerhard
no, it works for lines, but it fails...
Giovanni Manghi
04:30 AM Bug report #3517: new labeling engine fails to label self intersecting polygons
Hi,
see also #2949
It seems to be fixed?
Gerhard
Gerhard Spieles
02:29 PM Feature request #6285 (Closed): Set Offsets for Point Labels
This functionality now exists in master branch. Please reopen if necessary. Any issues with current functionality sho... Larry Shaffer
12:42 PM Revision a544133e (qgis): update measure dialog only when visible
Jürgen Fischer
12:41 PM Revision aad3f4e5 (qgis): add sip bindings to QgsCredentials
Jürgen Fischer
11:30 AM Bug report #4534: "Split vector layer" freezes QGIS
Hi,
As to Toni Keskitalo, this is also happening to me in 32bit version (Xubuntu 12.04 with QGIS master from ubuntug...
Pedro Venâncio
11:05 AM Revision 9117bf1b (qgis): fix warnings
Jürgen Fischer
11:00 AM Bug report #6038 (Closed): Forward Transform Error of GPS data...
I'm closing this for now. Pleas reopen if it persists. Thanks for the help! Magnus Homann
10:16 AM Bug report #6038 (Feedback): Forward Transform Error of GPS data...
Is this still confirmed?
I cannot confirm this with a very similar project setup, but under Windows instead of Andro...
Giovanni Manghi
10:16 AM Bug report #6038 (Feedback): Forward Transform Error of GPS data...
Is this still confirmed?
I cannot confirm this with a very similar project setup, but under Windows instead of Andro...
Giovanni Manghi
10:53 AM Revision bba4e18b (qgis): fix windows build
Jürgen Fischer
09:11 AM Revision da8a203c (qgis): translation update: small fix for sv by Johan Nilsson
Werner Macho
08:39 AM Bug report #6118: New Labeling, Rotation over Point is not enabled
Hello,
perfect!
Thank you verry much.
Gerhard
Gerhard Spieles
07:21 AM Feature request #6356 (Open): Set from parent style into categories rules
Using new symbology
Using Styles with rules, and categories.
I want to have option on categories rules to not set co...
Patrice Vetsel -
04:06 AM Revision bb7551bf (qgis): remove unused constructor (also fix build error in mac osx)
Etienne Tourigny

2012-09-16

12:28 AM Revision f2cc1d19 (qgis): Merge branch 'master' of github.com:qgis/Quantum-GIS
Etienne Tourigny
12:27 AM Revision d00c3352 (qgis): style manager : cosmetic changes (wider icons, splitter with save/resto...
Etienne Tourigny
12:24 AM Feature request #6354 (Open): WMS layer using VIEWPARAMETERS
We have found it to be impossible to add WMS layer using VIEWPARAMETERS in Qgis Desktop.
There is no fields to add s...
Andres Kärk
12:18 AM Revision 0138c47e (qgis): add more sip bindings:
QgsCentroidFillSymbolLayerV2
QgsImageFillSymbolLayer
QgsLinePatternFillSymbolLayer
QgsPointPatternFillSymbolLayer
Qgs...
Jürgen Fischer
12:00 AM Bug report #3517: new labeling engine fails to label self intersecting polygons
nirvn - wrote:
> Giovanni, a silent unexplained failure is _not_ a good UX in any kind of way :)
of course, I was j...
Giovanni Manghi
06:51 PM Bug report #3517: new labeling engine fails to label self intersecting polygons
Giovanni, a silent unexplained failure is _not_ a good UX in any kind of way :)
I think there could be great benefi...
Mathieu Pellerin - nIRV
11:57 PM Bug report #3652: labels buffer: wrong results if data defined setting is used for size

> In other words, I think maybe it should stay as is, and a different approach to creating alternative label backgro...
Giovanni Manghi
03:25 PM Bug report #3652: labels buffer: wrong results if data defined setting is used for size
Giovanni Manghi wrote:
> I made a few tests and to me it does not make a lot of sense to allow the user choose a buff...
Larry Shaffer
10:56 PM Feature request #3122: show map units in the field calculator
What exactly does this mean? Is it essentially the same as #2402? Alister Hood
10:55 PM Feature request #4252: different built-in tools calculate inconsistent polygon areas
Also see #2402 and possibly #3122 Alister Hood
10:52 PM Bug report #5173: Shape file field precision includes the . when saving, but not when editing in ...
Also see comment by Christine at #5546 Alister Hood
10:51 PM Feature request #5546: Add a warning when vector fields/values are above the limits
> Observed also an absurdity with field definitions: e.g. a field definition created in QGIS with REAL, length 10, pr... Alister Hood
10:48 PM Bug report #5153: Unexpected rounding in field calculator (documentation needed)
> If I do this the results are shown with many decimal places, regardless of the precision of the output field!^:
$x
...
Alister Hood
10:38 PM Bug report #6353 (Closed): Field calculator displays real values in the attribute table instead o...
(Perhaps I should have reopened #3606 - what is the protocol around here?)
- Use the Field calculator to write e.g. 9...
Alister Hood
10:30 PM Bug report #6352 (Closed): In some cases the field calculator does not show a preview at first
- Open the field calculator.
- Type @9/17@ as the expression. There is no preview.
- Type @$area@ as the expression....
Alister Hood
10:15 PM Bug report #5154: Need to check that precision<field width when adding a column
> I'm guessing the field calculator would allow you to do the same thing, but I haven't tested it.
Using the field c...
Alister Hood
10:10 PM Revision e6713517 (qgis): Merge branch 'master' of github.com:qgis/Quantum-GIS
Tim Sutton
10:09 PM Revision 44ef2204 (qgis): Fixed comments only
Tim Sutton
09:06 PM Revision e67ac053 (qgis): - various changes and bugfixes to QgsCptCityArchive and QgsCptCityColor...
UI changes:
- view color ramps in separate list widgets, with qsplitter
- draw stippled (check-board) background fo...
Etienne Tourigny
09:06 PM Revision 567a4d49 (qgis): add PROJ.4 version to about dialog
Etienne Tourigny
08:40 PM Revision 8898e6b8 (qgis): missed the new file
Jürgen Fischer
08:21 PM Revision d8675ba3 (qgis): add sip bindings for QgsPalLabeling, QgsSimpleMarkerSymbolLayerV2,
QgsSvgMarkerSymbolLayerV2, QgsFontMarkerSymbolLayerV2 Jürgen Fischer
07:52 PM Revision 21c59885 (qgis): Fixes for raster layer save as dialog
- Initial show of very long CRS no longer makes combobox too wide
- Remove min height for nodata groupbox, possible c...
Larry Shaffer
07:48 PM Revision e2ae059b (qgis): Merge branch 'master' of github.com:qgis/Quantum-GIS
Magnus Homann
07:37 PM Revision cc63a1e2 (qgis): Fix stupid C++ error
Magnus Homann
07:08 PM Revision 0bd9bfbb (qgis): Fix for PAL label vertical offset
- Corrected vertical alignment offset for all labels
- Curved and parallel line labels also now register well for abo...
Larry Shaffer
07:08 PM Revision d83b618f (qgis): Fixes for PAL labels to work with 8a347eb
- Point/centroid label offset functions now work with independent data defined rotation
- Rotate label tool now works...
Larry Shaffer
07:00 PM Revision 9a683282 (qgis): Merge pull request #235 from homann/test_qgsclipper
Fix stupid SIP error Magnus Homann
06:58 PM Revision 802ab856 (qgis): Fix stupid SIP error
Magnus Homann
06:42 PM Bug report #4079: (Some) features with invalid geometries not labelled
Hi Alister,
With recent changes, 'around' and 'offset' have their centroids converted to points (via GEOS) before ...
Larry Shaffer
04:07 PM Bug report #4079: (Some) features with invalid geometries not labelled
I see that now it is labelled when labelling with "around centroid", just not with "free". Alister Hood
04:00 PM Bug report #4079 (Reopened): (Some) features with invalid geometries not labelled
> The "missing" labels are easy to explain: that polygons missing the label (in the attached picture) are not feature... Alister Hood
04:00 PM Bug report #4079 (Reopened): (Some) features with invalid geometries not labelled
> The "missing" labels are easy to explain: that polygons missing the label (in the attached picture) are not feature... Alister Hood
05:09 PM Bug report #2795: field calculator: correct calculation, but 0s written to table
Alister Hood wrote:
> I've just heard a report from someone using QGIS 1.8 of the same problem as in my last comment ...
Alister Hood
04:13 PM Bug report #2795: field calculator: correct calculation, but 0s written to table
I've just heard a report from someone using QGIS 1.8 of the same problem as in my last comment - I'll open a new tick... Alister Hood
04:13 PM Bug report #2795: field calculator: correct calculation, but 0s written to table
I've just heard a report from someone using QGIS 1.8 of the same problem as in my last comment - I'll open a new tick... Alister Hood
04:13 PM Bug report #2795: field calculator: correct calculation, but 0s written to table
I've just heard a report from someone using QGIS 1.8 of the same problem as in my last comment - I'll open a new tick... Alister Hood
05:09 PM Bug report #6351 (Closed): field calculator: correct calculation, but nulls written to table
- Load a shapefile, open the attribute table and enable editing.
- Add a column, fill in values manually, click the s...
Alister Hood
04:56 PM Bug report #4850 (Reopened): Labeling engine settings: always defaults values
Hi Giovanni,
I reopened this because only the 'show all labels' is currently saved per layer. All the settings for t...
Larry Shaffer
04:56 PM Bug report #4850 (Reopened): Labeling engine settings: always defaults values
Hi Giovanni,
I reopened this because only the 'show all labels' is currently saved per layer. All the settings for t...
Larry Shaffer
02:44 AM Bug report #4850 (Closed): Labeling engine settings: always defaults values
Seems fixed on master. Giovanni Manghi
02:44 AM Bug report #4850 (Closed): Labeling engine settings: always defaults values
Seems fixed on master. Giovanni Manghi
04:00 PM Feature request #6325 (Feedback): Add PAL labelling features for Python access
Ian,
Jürgen added the Python bindings with commit commit:d8675ba3 (and follow up commit)
Please test. I have tested...
Larry Shaffer
04:00 PM Feature request #6325 (Feedback): Add PAL labelling features for Python access
Ian,
Jürgen added the Python bindings with commit commit:d8675ba3 (and follow up commit)
Please test. I have tested...
Larry Shaffer
04:00 PM Feature request #6325 (Feedback): Add PAL labelling features for Python access
Ian,
Jürgen added the Python bindings with commit commit:d8675ba3 (and follow up commit)
Please test. I have tested...
Larry Shaffer
03:41 PM Feature request #5382 (Closed): Point Sampling Tool: Speed up by simply not writing fields and re...
I've created the subproject and moved this ticket to #6350 Borys Jurgiel
03:41 PM Feature request #5382 (Closed): Point Sampling Tool: Speed up by simply not writing fields and re...
I've created the subproject and moved this ticket to #6350 Borys Jurgiel
12:41 PM Bug report #6118 (Closed): New Labeling, Rotation over Point is not enabled
Between the above noted commit and commit commit:d83b618 this should now work as expected. New issues with existing f... Larry Shaffer
12:41 PM Bug report #6118 (Closed): New Labeling, Rotation over Point is not enabled
Between the above noted commit and commit commit:d83b618 this should now work as expected. New issues with existing f... Larry Shaffer
02:50 AM Bug report #6118: New Labeling, Rotation over Point is not enabled
> This issue should remain open until data defined rotation, independent from data defined x/y, can also be used in c... Giovanni Manghi
02:50 AM Bug report #6118: New Labeling, Rotation over Point is not enabled
> This issue should remain open until data defined rotation, independent from data defined x/y, can also be used in c... Giovanni Manghi
12:14 PM Revision 3fb80939 (qgis): Merge pull request #234 from homann/test_qgsclipper
Test qgsclipper, improved testing and added constructor in QgsRectangle. Magnus Homann
12:09 PM Revision 96295010 (qgis): Improved QgsClipper test, and ran prepare-commit
Magnus Homann
12:09 PM Revision 883dcab1 (qgis): Added conversion between QgsRectangle and QRectF. And tests.
Magnus Homann
06:13 AM Bug report #6273: Remove item in Style manager only deletes single item
Patch added. Arunmozhi P
06:13 AM Bug report #6273: Remove item in Style manager only deletes single item
Patch added. Arunmozhi P
02:55 AM Bug report #4921 (Closed): labels with use scale dependent
it works on qgis master. Giovanni Manghi
02:55 AM Bug report #4921 (Closed): labels with use scale dependent
it works on qgis master. Giovanni Manghi
02:54 AM Bug report #4083: Line layer labeling eats up all memory
Sandro Santilli wrote:
> Alright, I did hit one of those drawbacks pretty easily :)
> That was: ST_Intersection retur...
Giovanni Manghi
02:48 AM Bug report #3550 (Closed): Labels scale dependency not saved
Alister Hood wrote:
> If I read correctly, this is a problem with "old labelling", so will not be applicable when "ol...
Giovanni Manghi
02:48 AM Bug report #3550 (Closed): Labels scale dependency not saved
Alister Hood wrote:
> If I read correctly, this is a problem with "old labelling", so will not be applicable when "ol...
Giovanni Manghi
02:42 AM Bug report #6065 (Closed): labelling font size selector does not work plus the size always revert...
Giovanni Manghi
02:40 AM Bug report #6162 (Closed): Incorrect placement of ABC labels
Giovanni Manghi
02:31 AM Bug report #3218 (Closed): New labeling: Bigger buffer distances create artefacts
duplicate of #3652 (there are more notes there) Giovanni Manghi
02:31 AM Bug report #3218 (Closed): New labeling: Bigger buffer distances create artefacts
duplicate of #3652 (there are more notes there) Giovanni Manghi

2012-09-15

01:55 AM Feature request #3473 (Feedback): Horizontal offset for Simple line and Marker line layer's type
Can you add a use case to explain how the horizontal offset would be useful? Giovanni Manghi
01:55 AM Feature request #3473 (Feedback): Horizontal offset for Simple line and Marker line layer's type
Can you add a use case to explain how the horizontal offset would be useful? Giovanni Manghi
01:55 AM Feature request #3473 (Feedback): Horizontal offset for Simple line and Marker line layer's type
Can you add a use case to explain how the horizontal offset would be useful? Giovanni Manghi
01:55 AM Feature request #3473 (Feedback): Horizontal offset for Simple line and Marker line layer's type
Can you add a use case to explain how the horizontal offset would be useful? Giovanni Manghi
01:55 AM Feature request #3473 (Feedback): Horizontal offset for Simple line and Marker line layer's type
Can you add a use case to explain how the horizontal offset would be useful? Giovanni Manghi
01:47 AM Bug report #3652 (Feedback): labels buffer: wrong results if data defined setting is used for size
Larry Shaffer wrote:
> Giovanni Manghi wrote:
> > ... What about my above suggestion (above a certain size render the...
Giovanni Manghi
01:47 AM Bug report #3652 (Feedback): labels buffer: wrong results if data defined setting is used for size
Larry Shaffer wrote:
> Giovanni Manghi wrote:
> > ... What about my above suggestion (above a certain size render the...
Giovanni Manghi
12:32 AM Bug report #4079 (Closed): (Some) features with invalid geometries not labelled
Giovanni Manghi
12:23 AM Bug report #4079: (Some) features with invalid geometries not labelled
With the lastest changes in labelling code this seems to be fixed, at least the "strange label location" issue. The "... Giovanni Manghi
12:31 AM Bug report #2949 (Closed): Labeling (ABC) to a shape file do not show content from dbf field, for...
At least with the latest changes in the labelling code this seems fixed. Reopen if necessary, but attach sample data. Giovanni Manghi
12:31 AM Bug report #2949 (Closed): Labeling (ABC) to a shape file do not show content from dbf field, for...
At least with the latest changes in the labelling code this seems fixed. Reopen if necessary, but attach sample data. Giovanni Manghi
12:31 AM Bug report #2949 (Closed): Labeling (ABC) to a shape file do not show content from dbf field, for...
At least with the latest changes in the labelling code this seems fixed. Reopen if necessary, but attach sample data. Giovanni Manghi
12:31 AM Bug report #2949 (Closed): Labeling (ABC) to a shape file do not show content from dbf field, for...
At least with the latest changes in the labelling code this seems fixed. Reopen if necessary, but attach sample data. Giovanni Manghi
12:31 AM Bug report #2949 (Closed): Labeling (ABC) to a shape file do not show content from dbf field, for...
At least with the latest changes in the labelling code this seems fixed. Reopen if necessary, but attach sample data. Giovanni Manghi
12:26 AM Bug report #3517: new labeling engine fails to label self intersecting polygons
at least I would consider it a good way to know that I have a self intersecting geometry :) Giovanni Manghi
12:26 AM Bug report #3517: new labeling engine fails to label self intersecting polygons
at least I would consider it a good way to know that I have a self intersecting geometry :) Giovanni Manghi
12:01 AM Bug report #4634 (Closed): [PATCH] New labelling engine: wrong label placement with both "around ...
With the latest changes in the labelling code, this seems fixed. Giovanni Manghi
12:01 AM Bug report #4634 (Closed): [PATCH] New labelling engine: wrong label placement with both "around ...
With the latest changes in the labelling code, this seems fixed. Giovanni Manghi
11:56 PM Bug report #3802 (Closed): QGIS crashes using some options of new labelling tool
With the latest changes in labelling code this seems fixed. Giovanni Manghi
11:56 PM Bug report #3802 (Closed): QGIS crashes using some options of new labelling tool
With the latest changes in labelling code this seems fixed. Giovanni Manghi
10:58 PM Revision 8a347eba (qgis): [FEATURE] allow data defined rotation without data defined position
Jürgen Fischer
10:52 PM Revision eb2f7cf4 (qgis): debian packaging update
Jürgen Fischer
05:30 PM Revision 6edc9451 (qgis): change line endings to UNIX
Alexander Bruy
11:59 AM Revision 1b803d73 (qgis): Process configuration also if the project has no own layers (there coul...
Marco Hugentobler
10:34 AM Revision 1880db0e (qgis): Fix display of features in composer table if map is projected (ticket #...
Marco Hugentobler
08:19 AM Revision c0ee7f0e (qgis): Fix scalebar alignment in composer (ticket #6317)
Marco Hugentobler
03:35 AM Revision d0800fbf (qgis): Label preview of adv labeling is collapsible
Larry Shaffer
03:35 AM Revision 8f0cb990 (qgis): Fix QgsCollapsibleGroupBox signal and scrolling issue
- Signal now passes pointer to custom widget; calling isCollapsed() now works in connected slot
- Keep expanded group...
Larry Shaffer
03:02 AM Bug report #6340 (Closed): Qgis Server - Get capabilities does no show embedded layers
I think this is fixed in 1b803d73e513be5835533b400a79f6f502e3d4f5. Please reopen if not. Marco Hugentobler

2012-09-14

01:35 AM Bug report #6335 (Closed): print composer - add a table
Fixed in 1880db0e774d6533c0173a04db7b32107510e8c2 Marco Hugentobler
12:24 AM Revision 2edbc048 (qgis): Merge pull request #233 from homann/test_qgsclipper
Test Friday! QgsClipper test Magnus Homann
12:17 AM Revision 3130719a (qgis): Test Friday! QgsClipper test
Magnus Homann
11:56 PM Bug report #6317 (Closed): Regression: Scalebar alignment broken in Print Composer
Giovanni Manghi
11:25 PM Bug report #6317: Regression: Scalebar alignment broken in Print Composer
Fixed in commit c0ee7f0ee99a1a57e067623cb762ee5e0fcf545f Marco Hugentobler
06:26 PM Revision c3285394 (qgis): Merge branch 'master' into sextante-import
Alexander Bruy
06:03 PM Revision 2a32eca4 (qgis): anomality images for stingray
Alexander Bruy
05:51 PM Revision 7204c60a (qgis): fix coordinate transform python test
fix typo in renderchecker Alexander Bruy
04:55 PM Revision 76badc7d (qgis): Merge branch 'master' of github.com:qgis/Quantum-GIS
Etienne Tourigny
04:54 PM Revision 3a4d5e0c (qgis): debian packaging update:
extra python-unittest2 dependency only necessary on squeeze, lucid and oneiric) Jürgen Fischer
04:44 PM Revision db59e1b1 (qgis): automatically scroll parent QScrollArea when QgsCollapsibleGroupBox is ...
Etienne Tourigny
04:26 PM Revision 0f91402d (qgis): debian packaging update
Jürgen Fischer
04:01 PM Revision f53aa30a (qgis): set parent of QgsRasterLayerSaveAsDialog to inherit css
Etienne Tourigny
04:00 PM Revision 77241dd8 (qgis): honor flat property when set in designer or code before showEvent() (pa...
Etienne Tourigny
03:32 PM Revision c33e6ff2 (qgis): fix alignment when using oxygen (kde) theme
Etienne Tourigny
03:16 PM Revision 4fa28d8c (qgis): Merge branch 'master' of github.com:qgis/Quantum-GIS
Etienne Tourigny
02:55 PM Revision 7b802067 (qgis): Merge branch 'master' into sextante-import
Alexander Bruy
02:48 PM Revision 8bf5cb26 (qgis): [FEATURE] add SEXTANTE to core plugins
Also add Victor to authors Alexander Bruy
02:23 PM Revision ca668ae3 (qgis): create directories for scripts and models in user directory
Alexander Bruy
01:44 PM Revision e460dde7 (qgis): add cmake stuff for SEXTANTE plugin
Alexander Bruy
12:57 PM Bug report #6343 (Closed): (master) size of point symbols is not retained in "symbol selector"
This affect only qgis master:
* add a point vector layer
* make a categorized symbology
* open the symbol selector...
Giovanni Manghi
12:33 PM Bug report #3458: New Symbology: Simple Markers don't allow to specify stroke-width
> Yes, I already did, but I am a little confused about how that page is supposed to work now.
>
> Apart from the two...
Giovanni Manghi
10:53 AM Revision 5eb01118 (qgis): fix migration errors
Alexander Bruy
09:55 AM Revision 2f2fb537 (qgis): Merge pull request #232 from slarosa/master
fix error in path for sextante icon Tim Sutton
09:50 AM Revision 799795a0 (qgis): fix another signal-slot connection in new console
Alexander Bruy
09:45 AM Bug report #6038: Forward Transform Error of GPS data...
Magnus Homann wrote:
> Does your test project for #5895 crash also?
just tested the latest master with the data atta...
Giovanni Manghi
09:01 AM Revision 26a43408 (qgis): fix path for icon
Salvatore Larosa
08:36 AM Revision 82410309 (qgis): Merge branch 'master' of github.com:qgis/Quantum-GIS
Magnus Homann
08:35 AM Revision e1a16278 (qgis): Reversed erroneous change
Magnus Homann
06:13 AM Revision 5b91b38d (qgis): Merge pull request #230 from slarosa/master
[New Python Console] - remember last used location for Open Tool Tim Sutton
03:04 AM Bug report #6218: Loading styles issue
If I change the QML file such that:
<renderer-v2 attr="RANDOM_COLUMN_NAME" symbollevels="0" type="categorizedSymbol">...
Jonathan Moules

2012-09-13

01:18 AM Revision 89e75cf6 (qgis): added sextante icon for help
Salvatore Larosa
01:12 AM Bug report #6340 (Closed): Qgis Server - Get capabilities does no show embedded layers
In QGIS Server 1.8 (ubuntu 12.04)
* create a master project with layers
* create a "child" project with embeded layer...
Michael Douchin
12:39 AM Feature request #6339 (Closed): No way to select CSV file encoding in DelimitedText Plugin
Evgeniy Nikulin
11:38 PM Revision 315e0c00 (qgis): added action to import sextante class
Salvatore Larosa
08:15 PM Revision 396f3633 (qgis): Remove hardcoded path for pyuic4 on Mac install
Larry Shaffer
07:57 PM Revision d11fd923 (qgis): Merge pull request #231 from homann/memcpy_malloc_fixes
Memcpy malloc fixes, should remove some out of mem crashes. Downside, it is still slow... Also fixed a warning about ... Magnus Homann
07:49 PM Revision 35f7a1cc (qgis): size_t is 8, int is 4 on amd64
Magnus Homann
07:49 PM Revision bb17e823 (qgis): Changed from int to size_t in some places
Magnus Homann
07:49 PM Revision 6b228c99 (qgis): Added memory allocation failure tests
Magnus Homann
07:49 PM Revision e2e27923 (qgis): Removed warning about missing initalization of base class in copy const...
Magnus Homann
07:22 PM Revision cd366506 (qgis): cleaning up code
Salvatore Larosa
05:51 PM Revision 78a1f244 (qgis): improved icons and clean code
Salvatore Larosa
03:08 PM Revision 24a047d2 (qgis): raster sip fix for test unit
Radim Blazek
02:45 PM Bug report #6038: Forward Transform Error of GPS data...
Does your test project for #5895 crash also? Magnus Homann
01:01 PM Bug report #6038: Forward Transform Error of GPS data...
Magnus Homann wrote:
> Thought it was a transform error, but more of a GPS general error it seems. Don't have any GPS...
Giovanni Manghi
12:59 PM Bug report #6038: Forward Transform Error of GPS data...
Thought it was a transform error, but more of a GPS general error it seems. Don't have any GPS to test with, so I'll ... Magnus Homann
11:36 AM Bug report #6038: Forward Transform Error of GPS data...
Magnus Homann wrote:
> I fixed some crashes, does this still persist?
ummm... yes. Before it sent the message and th...
Giovanni Manghi
10:36 AM Bug report #6038: Forward Transform Error of GPS data...
I fixed some crashes, does this still persist? Magnus Homann
01:57 PM Bug report #5336: SREF98 projection isnt listed in qgis 1.7.4
The EPSG code is not in proj.4 database, where we automatically get our data from. Magnus Homann
01:38 PM Revision c6a29fa8 (qgis): raster sip fixes
Radim Blazek
01:22 PM Bug report #3788 (Closed): Problem Datum Transformation
It seems to work now, I have gdal 1.9.1. I can see a difference when setting different projections for the layers. Sa... Magnus Homann
01:22 PM Bug report #3788 (Closed): Problem Datum Transformation
It seems to work now, I have gdal 1.9.1. I can see a difference when setting different projections for the layers. Sa... Magnus Homann
01:22 PM Bug report #3788 (Closed): Problem Datum Transformation
It seems to work now, I have gdal 1.9.1. I can see a difference when setting different projections for the layers. Sa... Magnus Homann
11:42 AM Bug report #4819: "Identify Features" tool is slow with complex/big features (lot of nodes)
Magnus Homann wrote:
> This seems to be applied in master.
it seems so, now it is usable and does not freeze even if...
Giovanni Manghi
11:14 AM Bug report #4819 (Closed): "Identify Features" tool is slow with complex/big features (lot of nodes)
This seems to be applied in master. Magnus Homann
09:54 AM Revision c0c8f81e (qgis): added remember last used dir for open tool in python console
Salvatore Larosa
09:35 AM Bug report #6338 (Closed): qgis server doesn't work with custom CRS
Hi,
Qgis Server don't work with custom CRS. I'm trying to visualize a project I realized with custom CRS but Qgis sa...
Andrea Pacifici
09:04 AM Revision 6786ee70 (qgis): Merge branch 'master' of git://github.com/qgis/Quantum-GIS
Hugo Mercier

2012-09-12

11:15 PM Revision 94c2e1cb (qgis): Transfer ownership of renderer to c++ in sip bindings when calling QgsR...
Tim Sutton
09:24 PM Revision 05fb3941 (qgis): Regression test to similate crash that occurs when setting a raster lay...
Tim Sutton
08:50 PM Revision 6873b317 (qgis): Fix compiler warning about use of deprecated crs.epsg() call
Tim Sutton
04:08 PM Revision 2096813d (qgis): Merge pull request #229 from homann/issue5895
Issue 5895 fix and testcase for projection errors. Hopefully, we can add on other projection errors to this test case... Magnus Homann
04:07 PM Revision c1f37e8a (qgis): prepare-commit.sh
Magnus Homann
03:17 PM Revision c3e4ff78 (qgis): Fixed a divde-by-zero error
Magnus Homann
03:17 PM Revision 75eef250 (qgis): First little test case
Magnus Homann
03:17 PM Revision b890e1f1 (qgis): Changed to a much smaller raster file
Magnus Homann
03:17 PM Revision 87b9b5dd (qgis): Catch inverse transform failures in raster reprojector. Fix for #5895
Magnus Homann
02:54 PM Revision 3cb46692 (qgis): WCS extent and save as fix
Radim Blazek
02:22 PM Revision e8061c7f (qgis): disable Toggle editing button when provider is not editable
Alexander Bruy
02:22 PM Bug report #5895: the " inverse transform..." error need to be caught, otherwise QGIS freezes.
Magnus Homann wrote:
> Thought I fixed it, but a lot of out of memory errors cropped up. :-)
thanks a lot indeed!
Giovanni Manghi
02:00 PM Bug report #5895 (Closed): the " inverse transform..." error need to be caught, otherwise QGIS f...
Thought I fixed it, but a lot of out of memory errors cropped up. :-) Magnus Homann
12:18 PM Revision 39db80a8 (qgis): Support older version of python for expectedfail in rect tests
Tim Sutton
12:09 PM Revision bbf0c08e (qgis): Fix crash if colour for pallette is out of range
Tim Sutton
11:36 AM Revision c4fa82e2 (qgis): rasters saveas data type conversion fix
Radim Blazek
10:49 AM Revision aa063f67 (qgis): Merge pull request #228 from slarosa/master
added support to paste code with multi-line text in console Tim Sutton
06:03 AM Feature request #3336: measurement tools for Mars
Great!!! Thank you Magnus, your patch is perfect! From now, planetary geology is finally totally free from non open-s... Andrea Pacifici
02:22 AM Bug report #4216: error editing dbf over ssh / sftp
Thanks for keep this in the agenda. Francisco Puga

2012-09-11

12:33 AM Revision e2fff498 (qgis): added support to paste multi-line text
Salvatore Larosa
11:34 PM Bug report #6334 (Rejected): print composer - add a tsblr
Seems to have been opened by mistake. If not, please explain. Paolo Cavallini
11:34 PM Bug report #6334 (Rejected): print composer - add a tsblr
Seems to have been opened by mistake. If not, please explain. Paolo Cavallini
08:20 PM Bug report #6334 (Rejected): print composer - add a tsblr
stefano campus
11:01 PM Revision 7ce99b8c (qgis): [FEATURE] Improved python console in QGIS based on PyScintilla. (This i...
Tim Sutton
10:54 PM Revision 815f9737 (qgis): Merge pull request #217 from endmax/master
[FEATURE] The QgslegendInterface implementation updated to allow access to items and groups at all levels. Tim Sutton
10:49 PM Revision 597e770d (qgis): WCS public servers test improved
Radim Blazek
08:24 PM Bug report #6335 (Closed): print composer - add a table
the option "show only visible features" works only if shape file and view are in the same SR. on the fly reprojection... stefano campus
07:12 PM Revision 77c6842e (qgis): Clean with prepare-commit
Larry Shaffer
07:01 PM Revision d1a7a001 (qgis): add save/load state and titleRect()
Etienne Tourigny
07:01 PM Revision 6787a875 (qgis): Increase padding for collapsed groupbox
Larry Shaffer
07:01 PM Revision 0cc5923a (qgis): allow to expand/collapse when clicking on title
Etienne Tourigny
07:01 PM Revision 234db453 (qgis): add updateStyle() slot - to call when application style/style sheet cha...
Etienne Tourigny
07:01 PM Revision 0ee89e24 (qgis): Different approach, fixes several issues
- Just set max height instead of hiding widgets
- Default is to show expanded
- Removed check in favor of just toggle...
Larry Shaffer
07:01 PM Revision 849b83ee (qgis): Move non-groupbox form widgets out of scroll area
Larry Shaffer
07:01 PM Revision 3876b3ee (qgis): Update adv labeling groupbox layout
Larry Shaffer
07:01 PM Revision b54a3eb6 (qgis): Remove margin fix and tighten up spacing
Larry Shaffer
07:01 PM Revision 3caf80a8 (qgis): adapt raster save as dialog to changes in collapsible group box
Etienne Tourigny
07:01 PM Revision 5ee0ab60 (qgis): UI fixes to QgsCollapsibleGroupBox
Etienne Tourigny
07:01 PM Revision 17675234 (qgis): UI tweaks
Etienne Tourigny
07:01 PM Revision 950f6a99 (qgis): Update collapsible groupbox with checkbox and styles
Larry Shaffer
06:51 PM Revision 73ca04eb (qgis): fix signals connection in console
Alexander Bruy
06:49 PM Revision 3941112e (qgis): also copy console_sci to build directory
Jürgen Fischer
04:18 PM Revision 70aa06be (qgis): Merge pull request #227 from slarosa/master
[New Python Console] - added delete key for pressing event + other minor fixes Tim Sutton
04:05 PM Revision a090559f (qgis): added delete key in keyPressEvent
Salvatore Larosa
03:21 PM Revision 80c03e5d (qgis): Sorted names using vim
Tim Sutton
03:18 PM Revision 40baa23c (qgis): Added Salvatore Larosa to contributors file
Tim Sutton
02:35 PM Revision b817c616 (qgis): Fix python console api installation
Tim Sutton
02:22 PM Bug report #4788 (Closed): Add PostGIS layer - connect: Slow performance (>2 minutes) when geomet...
no backports to 1.8 - closing. Jürgen Fischer
12:52 PM Revision 84566b6b (qgis): Fix CMakeLists for building API
Salvatore Larosa
12:43 PM Revision 1dc7ce99 (qgis): check platform for font size
Salvatore Larosa
12:12 PM Revision 07735b77 (qgis): Merge pull request #1 from dakcarto/slarosa_pyqgisconsole
Add support for prepared API file Salvatore Larosa
10:04 AM Bug report #6333 (Closed): Autocompletion don't work is some cases in new Python console
Seems autocompletion don't work for some "complex" cases. For example, when I try to enter next code... Alexander Bruy
07:58 AM Bug report #6327: non-ASCII character corruption in shapefile
Everything seems to work much better if I choose the option "Ignore shapefile encoding". What does this new option do... Leyan Ouyang
06:46 AM Bug report #6332 (Open): WCS: the button to cancel download does nothing
One is forced to kill QGIS in this case Paolo Cavallini
06:03 AM Bug report #6315: new labelling engine stopped placing label within visible polygon area
For the record, this issue is not affecting QGIS 1.8.
As for applying patches, this is a good starting point: https:...
Mathieu Pellerin - nIRV
04:06 AM Revision 9db9ef80 (qgis): Add support for prepared API file
- Prepared API file supports Python 2.7, PyQGIS master, PyQt4.7.4, QScintilla2 2.4.5, osgeo 1.9.1
- Set point size la...
Larry Shaffer
02:11 AM Bug report #5895: the " inverse transform..." error need to be caught, otherwise QGIS freezes.
Magnus Homann wrote:
> Hmm, I found an error when zooming out, but that was due to a division by zero in raster code....
Giovanni Manghi

2012-09-10

01:25 AM Bug report #6315: new labelling engine stopped placing label within visible polygon area
Peter Rodgers wrote:
> Hi Larry/Nirvn,
>
> I'm not new to GIS but am new to Quantum GIS. Im running version 1.8 Lisb...
Giovanni Manghi
09:59 PM Bug report #6315: new labelling engine stopped placing label within visible polygon area
Hi Larry/Nirvn,
I'm not new to GIS but am new to Quantum GIS. Im running version 1.8 Lisboa.
Please could you point...
Peter Rodgers
04:48 AM Bug report #6315 (Closed): new labelling engine stopped placing label within visible polygon area
The above referred commit did fix the regression, and added a new feature as a bonus. Closing. Mathieu Pellerin - nIRV
04:48 AM Bug report #6315 (Closed): new labelling engine stopped placing label within visible polygon area
The above referred commit did fix the regression, and added a new feature as a bonus. Closing. Mathieu Pellerin - nIRV
04:48 AM Bug report #6315 (Closed): new labelling engine stopped placing label within visible polygon area
The above referred commit did fix the regression, and added a new feature as a bonus. Closing. Mathieu Pellerin - nIRV
12:56 AM Revision 02b68732 (qgis): fix issue with home key
Salvatore Larosa
10:52 PM Revision 303f0a6e (qgis): clear some command key and added shortcut ctrl+space
Salvatore Larosa
09:45 PM Bug report #5911: Language Driver ID in dbf file of new shapefile
Sorry,
Testing it again today, I don't experience any character corruption of shapefiles generated via both "Save ve...
Minoru Akagi
08:11 PM Feature request #6325: Add PAL labelling features for Python access
See also, for background: http://gis.stackexchange.com/questions/32847 Larry Shaffer
03:33 AM Feature request #6325: Add PAL labelling features for Python access
Sorry, I have created this issue under the wrong category - should be under "Labelling". I cannot change the category... Ian Packham
03:23 AM Feature request #6325 (Closed): Add PAL labelling features for Python access
The new PAL Labelling system looks to be superseding the old one (now shown as deprecated under Layer Properties). Co... Ian Packham
07:44 PM Revision 03877e58 (qgis): clean up to code and added api directory
Salvatore Larosa
07:16 PM Revision cf272f88 (qgis): New Python Console
Salvatore Larosa
04:23 PM Revision 51606a66 (qgis): Mark qgsrectangle ctor test as known to fail.
Tim Sutton
04:04 PM Revision 9b0fee38 (qgis): Added asWktPolygon method to QgsRectangle with a unit test. Discovered ...
Tim Sutton
01:40 PM Revision 847cae91 (qgis): Merge pull request #226 from homann/issue2465_patch
Issue2465 patch now included. Question if old pints-file now work directly. Magnus Homann
12:41 PM Bug report #5895: the " inverse transform..." error need to be caught, otherwise QGIS freezes.
Hmm, I found an error when zooming out, but that was due to a division by zero in raster code. The error sent a "NaN"... Magnus Homann
12:07 PM Revision 83482fe9 (qgis): Added east/north clarification
Magnus Homann
12:07 PM Revision 1f99979b (qgis): Compiles, but issues
Magnus Homann
12:07 PM Revision e3e74bbd (qgis): New files added
Magnus Homann
12:07 PM Revision 82a1591d (qgis): Applied patch 2012-06-27 only
Magnus Homann
08:28 AM Bug report #6240: Editing: Delete last Vertex crashes QGIS
Sorry we can't test this on actual version of master at the moment.
Does anybody else has the chance to test it?
Than...
bjpfei -
08:07 AM Bug report #6327 (Closed): non-ASCII character corruption in shapefile
The non-ASCII characters seem to be corrupted on a new shapefile. Steps to reproduce:
* Create a shapefile, choosing ...
Leyan Ouyang
06:30 AM Feature request #6326 (Open): Displacement line between original point and displaced diagram
When using pie chart diagrams: diagrams will re-placed according some rules. There should be option when you can draw... Pekka Sarkola
06:27 AM Bug report #6300: Diagram - Position Line options are not available
Matthias Kuhn wrote:
> If you think that there should be an option to connect points to charts, please file a featur...
Pekka Sarkola
05:05 AM Revision 1080d978 (qgis): adapt raster save as dialog to changes in collapsible group box
Etienne Tourigny
04:42 AM Bug report #2465 (Closed): Georeferencer: does not correctly handle files with existing georefere...
Patch included in
847cae91118b6046ece0e06ea3103fe59467832f
and seeems to work! Thanks!
Magnus Homann
04:00 AM Revision 0179e382 (qgis): UI fixes to QgsCollapsibleGroupBox
Etienne Tourigny

2012-09-09

01:58 AM Feature request #5501: "Union/Intersect" tools that allows more than 2 input files
Attached a screenshot that shows how the Arc* GUI is made (to allow select more than 2 input files). I guess that und... Giovanni Manghi
01:58 AM Feature request #5501: "Union/Intersect" tools that allows more than 2 input files
Attached a screenshot that shows how the Arc* GUI is made (to allow select more than 2 input files). I guess that und... Giovanni Manghi
01:44 AM Bug report #6318: "Download from GPS" stops to work after adding a new device in "GPS Device Editor"
see also #6058 Giovanni Manghi
01:42 AM Bug report #6058: GPS Tools freeze QGIS
This can be somehow related to #6318, an issue that affects Windows and that I still have to check under Linux.
Rega...
Giovanni Manghi
01:42 AM Bug report #6058: GPS Tools freeze QGIS
This can be somehow related to #6318, an issue that affects Windows and that I still have to check under Linux.
Rega...
Giovanni Manghi
01:42 AM Bug report #6058: GPS Tools freeze QGIS
This can be somehow related to #6318, an issue that affects Windows and that I still have to check under Linux.
Rega...
Giovanni Manghi
01:42 AM Bug report #6058: GPS Tools freeze QGIS
This can be somehow related to #6318, an issue that affects Windows and that I still have to check under Linux.
Rega...
Giovanni Manghi
01:28 AM Bug report #6324 (Closed): MS SQL Server doesn't read 3D geometries correectly
Tamas Szekeres
01:15 AM Bug report #5811: dbmanager freezes when the schema has a lot of tables
It is now even worst is using Postgis 2.0 Giovanni Manghi
11:02 PM Revision 5eba9848 (qgis): Alphabetaised imports of qgsrasterlayerproperties.cpp
Tim Sutton
04:00 PM Revision 03374135 (qgis): Update collapsible groupbox with checkbox and styles
Larry Shaffer
01:20 PM Bug report #6323 (Closed): "marker on every vertex" misses vertices
The image shows rendering with a "marker on every vertex" style of this geometry:... Sandro Santilli
09:50 AM Revision 09f3bd20 (qgis): doxygen & indentation fixes
Jürgen Fischer
02:16 AM Revision dbd586b6 (qgis): Fix Mac build
Nathan Woodrow

2012-09-08

11:19 PM Revision 82c4b4a5 (qgis): - make python tests runnable from build directory again
- don't change testfiles in test runs Jürgen Fischer
04:30 PM Revision e8a938a0 (qgis): debian packaging update
Jürgen Fischer
01:52 PM Revision 4a9a9f7d (qgis): Use configpath for customization. Fix #6068
Nathan Woodrow
12:47 PM Bug report #6318 (Closed): "Download from GPS" stops to work after adding a new device in "GPS De...
I was trying to add in "GPS Device Editor" the necessary strings to allow me download the tracks from a usb and bluet... Giovanni Manghi
05:04 AM Bug report #6068 (Closed): User speficied settings not portable with [--configpath] boot option u...
Fixed in changeset commit:"4a9a9f7dbb97d12f2b29237ec97fb7f93a9f2535". Nathan Woodrow
04:31 AM Revision f1435078 (qgis): Fix for #6315, and keeps centroid calc. for whole feature in adv labeling
Larry Shaffer

2012-09-07

01:35 AM Revision 595d2a5f (qgis): Merge branch 'master' of github.com:qgis/Quantum-GIS
Etienne Tourigny
01:34 AM Revision 09c36934 (qgis): fix QgsCollapsibleGroupBox UI (arrows should render correctly)
Etienne Tourigny
01:13 AM Bug report #5911: Language Driver ID in dbf file of new shapefile
Jef's fix is good at reading shapefiles and creating new shapefiles, so the issue of this ticket has been fixed. Howe... Minoru Akagi
12:06 AM Revision 85b4a360 (qgis): Added comment about origin of qgis path var
Tim Sutton
12:06 AM Revision 2e8d82fd (qgis): Added simple python vector layer test
Tim Sutton
09:04 PM Bug report #6315: new labelling engine stopped placing label within visible polygon area
Larry, that was fast :) -- I'll confirm the behavior fix as soon as osgeo4w gets an updated trunk build.
This is gre...
Mathieu Pellerin - nIRV
07:36 PM Bug report #6315: new labelling engine stopped placing label within visible polygon area
Hi nirvn,
Please test commit commit:f143507 and see if this fixes your issue. It brings back the visible polygon def...
Larry Shaffer
08:34 AM Bug report #6315: new labelling engine stopped placing label within visible polygon area
Also, the centroid for some polygons will be calculated to lie outside of the polygon. There is currently no an optio... Larry Shaffer
08:24 AM Bug report #6315: new labelling engine stopped placing label within visible polygon area
Hi nirvn,
Indeed, 'big regression' is an accurate way of describing that loss of functionality. I have confirmed you...
Larry Shaffer
04:51 AM Bug report #6315 (Closed): new labelling engine stopped placing label within visible polygon area
There's been a recent wave of fresh improvements to the new labelling system, and that has been fantastic!
However,...
Mathieu Pellerin - nIRV
08:08 PM Revision 32ea8f97 (qgis): Merge branch 'master' of github.com:qgis/Quantum-GIS
Etienne Tourigny
07:25 PM Revision d686fbe7 (qgis): add cpt-city files to osgeo4w build
Etienne Tourigny
06:40 PM Revision 26dc4067 (qgis): python tests for QgsRectangle and QgsSpatialIndex
Alexander Bruy
03:59 PM Revision 0fb66fce (qgis): Return edit types as text
Marco Hugentobler
03:51 PM Feature request #1841: horizontal legends
i think it could be useful to set how many columns the legend should have, mantaining together all elements of each l... stefano campus
02:37 PM Revision 18d77909 (qgis): Show display field in GetProjectSettings
Marco Hugentobler
02:11 PM Revision 8ce752ee (qgis): Show layer visibility in GetProjectSettings
Marco Hugentobler
12:51 PM Revision 4d630b7d (qgis): Merge branch 'master' of github.com:qgis/Quantum-GIS
Tim Sutton
12:50 PM Revision 6e63f9f0 (qgis): Added Jaka to contributors list - thanks \o/
Tim Sutton
12:44 PM Revision 3a4fa2fd (qgis): Merge pull request #225 from lynxlynxlynx/master
linking fix + coalesce tests + coalesce doc Tim Sutton
12:22 PM Revision 89811ae0 (qgis): added english coalesce() function help
Jaka Kranjc
12:22 PM Revision 1111a600 (qgis): fixed building of qgis.g.info when nothing else passes the math link flag
Jaka Kranjc
12:22 PM Revision 68cfb6c8 (qgis): tests: added coalesce coverage
Jaka Kranjc
12:04 PM Revision 2c897f77 (qgis): Show print information only in GetProjectSettings, not in caabilities. ...
Marco Hugentobler
11:21 AM Revision c5763f97 (qgis): Removed added in 1.9 comment for qgsrectangle::scale
Tim Sutton
11:13 AM Feature request #5371: Please improve the sponsors dialog
What about inserting the Sponsors into the About again and just copying the HTML from the Webpage there and Exchange ... Werner Macho
11:12 AM Feature request #6285 (Feedback): Set Offsets for Point Labels
Giovanni Manghi
11:05 AM Revision 373741e2 (qgis): Added version note for scale method in qgsrectangle
Tim Sutton
10:03 AM Revision 9b58fe2f (qgis): Make linear interpolation default for pseudocolor raster renderer
Tim Sutton
09:48 AM Bug report #4567 (Reopened): Ftools - Union returns Wrong Table of Attributes
I can confirm!
The result expected of "streams_f_bufd" UNION "nests_f_buf_single" should be:...
Salvatore Larosa
09:48 AM Bug report #4567 (Reopened): Ftools - Union returns Wrong Table of Attributes
I can confirm!
The result expected of "streams_f_bufd" UNION "nests_f_buf_single" should be:...
Salvatore Larosa
09:48 AM Bug report #4567 (Reopened): Ftools - Union returns Wrong Table of Attributes
I can confirm!
The result expected of "streams_f_bufd" UNION "nests_f_buf_single" should be:...
Salvatore Larosa
09:48 AM Bug report #4567 (Reopened): Ftools - Union returns Wrong Table of Attributes
I can confirm!
The result expected of "streams_f_bufd" UNION "nests_f_buf_single" should be:...
Salvatore Larosa
08:57 AM Bug report #4567: Ftools - Union returns Wrong Table of Attributes
Hi Salvatore,
thanks for your quick reply. The test datasets are not big, please find them enclosed (the buffered str...
Bernd Eversmann
07:12 AM Bug report #4567: Ftools - Union returns Wrong Table of Attributes
Bernd Eversmann wrote:
> 2) After the union, all id values end up in the id column, the the second id field (id_1) re...
Salvatore Larosa
04:53 AM Bug report #4567: Ftools - Union returns Wrong Table of Attributes
Hi all,
the union command works fine now with small testcases, I tested with two polygons having one overlap: everyt...
Bernd Eversmann
04:53 AM Bug report #4567: Ftools - Union returns Wrong Table of Attributes
Hi all,
the union command works fine now with small testcases, I tested with two polygons having one overlap: everyt...
Bernd Eversmann
08:00 AM Bug report #6118: New Labeling, Rotation over Point is not enabled
gespiel wrote (in separate posts):
>It should be good to add a data defined 'Rotation' field in the 'Offset from poin...
Larry Shaffer
04:29 AM Bug report #6118 (Feedback): New Labeling, Rotation over Point is not enabled
Giovanni Manghi
06:24 AM Bug report #6317 (Closed): Regression: Scalebar alignment broken in Print Composer
In current master, the scalebar alignment is broken. The scalebar is always left aligned, regardless of the setting.
...
Andreas Neumann
04:40 AM Bug report #5895: the " inverse transform..." error need to be caught, otherwise QGIS freezes.
Magnus Homann wrote:
> OK, I think it's the WMS that is the key to the issue. IS there a simple WMS server where I ca...
Giovanni Manghi
04:38 AM Bug report #5895: the " inverse transform..." error need to be caught, otherwise QGIS freezes.
OK, I think it's the WMS that is the key to the issue. IS there a simple WMS server where I can reproduce this on? Magnus Homann
04:34 AM Bug report #5895: the " inverse transform..." error need to be caught, otherwise QGIS freezes.
Magnus Homann wrote:
> Does this happen still? Do you have an exampl layer that this happens on?
yes, I just tested....
Giovanni Manghi
02:58 AM Feature request #6314 (Open): Open file folder / location
Would it be possible to add an option to the Layer / Right click menu to open the folder of a layer that comes from a... James Stott

2012-09-06

01:54 AM Revision 5603cc0b (qgis): indentation update
Jürgen Fischer
01:54 AM Revision e9afe034 (qgis): german translation update and typo fixes
Jürgen Fischer
01:15 AM Bug report #6303 (Closed): Set the raster colour interpolation default to linear
Fixed in 9b58fe2 Paolo Cavallini
01:15 AM Bug report #6303 (Closed): Set the raster colour interpolation default to linear
Fixed in 9b58fe2 Paolo Cavallini
01:07 AM Revision 30c7ec40 (qgis): fix windows build
Jürgen Fischer
08:04 PM Bug report #6099: Save as... for raster: missing extension on Gnome3
There is one problem. The format may be changed after the file was selected. What should then happen? The vector save... Radim Blazek
07:33 PM Revision 8074edc3 (qgis): Merge branch 'master' of github.com:qgis/Quantum-GIS
Etienne Tourigny
07:16 PM Revision ea86b93e (qgis): more raster Python bindings, raster write test in Python
Radim Blazek
07:16 PM Revision 0d189ffa (qgis): Merge branch 'master' of github.com:qgis/Quantum-GIS
Etienne Tourigny
07:14 PM Revision 5b49c9e6 (qgis): add cpt-city files to debian builds
Etienne Tourigny
06:00 PM Revision 0d61dfec (qgis): Export layer drawing order to extended capabilities
Marco Hugentobler
04:26 PM Revision 91a06b35 (qgis): Add min/max scale denominator to capabilities output
Marco Hugentobler
04:26 PM Bug report #4634: [PATCH] New labelling engine: wrong label placement with both "around centroid"...
michele zanolli wrote:
> ...
> If you try the attached test layer from trapanator, you can see that some labels are s...
Larry Shaffer
12:11 PM Bug report #4634: [PATCH] New labelling engine: wrong label placement with both "around centroid"...

> But I have another comment...
>
> If you try the attached test layer from trapanator, you can see that some label...
Giovanni Manghi
04:00 PM Revision e690048b (qgis): Merge branch 'master' of github.com:qgis/Quantum-GIS
Tim Sutton
03:59 PM Revision d77973d0 (qgis): Revert "Fix from lynxlynxlynxlynxlynx for building grass on mac"
This reverts commit 977518af3a669aac1045eebb5b00fce2b6d50680. Tim Sutton
03:36 PM Revision bd2af12d (qgis): [Feature]: Add GetProjectSettings request to QGIS server to have more s...
Marco Hugentobler
02:44 PM Bug report #6116 (Closed): QGIS WFS server doesn't work with uDIG and Arcgis as clients
Giovanni Manghi
12:15 PM Bug report #6116: QGIS WFS server doesn't work with uDIG and Arcgis as clients
you can close this issue, we will continue in #6302 René-Luc ReLuc
12:10 PM Bug report #6116: QGIS WFS server doesn't work with uDIG and Arcgis as clients
René-Luc ReLuc wrote:
> Giovanni the information about DescribeFeature has to be added to the new bug #6302
done
> ...
Giovanni Manghi
02:24 PM Revision ea2de726 (qgis): Adjust wording about PAL engine
Larry Shaffer
01:45 PM Revision 2b03c140 (qgis): Fix issue where layer order panel is restored in place of layers panel
Tim Sutton
01:40 PM Revision 977518af (qgis): Fix from lynxlynxlynxlynxlynx for building grass on mac
Tim Sutton
12:57 PM Revision 652deba7 (qgis): Fix for #6309, add case-insensitive sort for vector provider encodings
Larry Shaffer
12:14 PM Bug report #5031 (Closed): QGIS pull down menus items appear halfway on my second monitor
Giovanni Manghi
12:08 PM Bug report #6302: QGIS WFS Server Geometry Type not recognize by ArcGIS
The DescribeFeature Request is different in Mapserver and QGIS server. The Mapserver service works fine also on Arcgi... Giovanni Manghi
12:06 PM Feature request #6308 (Closed): Add Proxy server for OnlineResource GetCapabilities to Qgis Serve...
Giovanni Manghi
11:59 AM Feature request #1841 (Feedback): horizontal legends
Giovanni Manghi
05:24 AM Feature request #1841: horizontal legends
Do you mean multiple columns legend with optional number of columns or just legend items in a single line? Radim Blazek
11:58 AM Bug report #6313 (Closed): C++ Runtime error when opening project
The problem are the missing .csv layers you have in your project. Try remove them manually and you will see that qgis... Giovanni Manghi
11:58 AM Bug report #6313 (Closed): C++ Runtime error when opening project
The problem are the missing .csv layers you have in your project. Try remove them manually and you will see that qgis... Giovanni Manghi
11:58 AM Bug report #6313 (Closed): C++ Runtime error when opening project
The problem are the missing .csv layers you have in your project. Try remove them manually and you will see that qgis... Giovanni Manghi
11:58 AM Bug report #6313 (Closed): C++ Runtime error when opening project
The problem are the missing .csv layers you have in your project. Try remove them manually and you will see that qgis... Giovanni Manghi
11:58 AM Bug report #6313 (Closed): C++ Runtime error when opening project
The problem are the missing .csv layers you have in your project. Try remove them manually and you will see that qgis... Giovanni Manghi
11:58 AM Bug report #6313 (Closed): C++ Runtime error when opening project
The problem are the missing .csv layers you have in your project. Try remove them manually and you will see that qgis... Giovanni Manghi
11:58 AM Bug report #6313 (Closed): C++ Runtime error when opening project
The problem are the missing .csv layers you have in your project. Try remove them manually and you will see that qgis... Giovanni Manghi
09:18 AM Bug report #6313 (Closed): C++ Runtime error when opening project
I recently moved to a new computer and I can't open any of my old project files.
My windows user folder is identical...
Edward Carr
10:59 AM Revision 24d50e4b (qgis): Merge pull request #224 from matthias-kuhn/diagram
Minor diagram improvements Marco Hugentobler
10:52 AM Revision 4d90320d (qgis): Better reusage of composer functionality between server and desktop
Marco Hugentobler
09:26 AM Revision 6cd3d777 (qgis): Double clicking an attribute item adds it to assigned items
Matthias Kuhn
08:28 AM Revision a88af64e (qgis): Fix item reading for GetPrint (project file format changed between 1.8 ...
Marco Hugentobler
07:31 AM Revision fb847756 (qgis): Merge pull request #223 from homann/custom_ellipsoid
Custom ellipsoid for measurement and corresponding UI changes Magnus Homann
04:06 AM Feature request #6309: Alphabetize all drop down menu lists
The case-insensitive sort fix for the encoding list is done with commit commit:652deba
The category for the issue sh...
Larry Shaffer
02:20 AM Bug report #6312: New diagrams: zooming out creates large, out of context pies
The problem I see is that when zooming out, pies become larger. I admit this is a corner case, possibly meaningless i... Paolo Cavallini

2012-09-05

12:51 AM Bug report #6312: New diagrams: zooming out creates large, out of context pies
As far as I can see, these pies are placed by the PAL engine. The
easiest solution would be to check if one of the fo...
Matthias Kuhn
12:36 AM Bug report #6312 (Closed): New diagrams: zooming out creates large, out of context pies
See attached Paolo Cavallini
12:44 AM Bug report #6038: Forward Transform Error of GPS data...
Does it happen directly, or what steps is necessary to reproduce it? Magnus Homann
12:41 AM Bug report #5895: the " inverse transform..." error need to be caught, otherwise QGIS freezes.
Does this happen still? Do you have an exampl layer that this happens on? Magnus Homann
12:21 AM Revision 07488674 (qgis): Adjusted major/minor printout
Magnus Homann
12:01 AM Revision 5d887486 (qgis): No divide by zero, thanks
Magnus Homann
11:13 PM Feature request #3336 (Closed): measurement tools for Mars
You can now specify the ellipsod with custom parameters. The project projection should match. Magnus Homann
11:11 PM Feature request #5972 (Closed): Measure Line
You can set your own ellipsoin now in Options -> Map tools. You should also set the project projection to the same el... Magnus Homann
11:03 PM Revision 655fe1e1 (qgis): Changed UI for selecting ellipsoid, and added custom parameters for ell...
Magnus Homann
11:03 PM Revision 91ab3303 (qgis): Removed unused functions and polished UI
Magnus Homann
05:11 PM Revision e1091013 (qgis): New QgsRasterChecker class for raster comparison in tests.
New test for raster file writer. Radim Blazek
04:06 PM Revision ba0bed00 (qgis): Fix warnings
Matthias Kuhn
01:18 PM Feature request #6309: Alphabetize all drop down menu lists
Hi Larry - no worries about a backport! I'll reclassify the ticket & make it specific to the encoding drop-down if yo... Jeffrey Meyer
12:37 PM Feature request #6309: Alphabetize all drop down menu lists
Jeffrey,
I have found most popup menus in QGIS are similar to your hybrid example, or are already alphabetized if se...
Larry Shaffer
11:24 AM Feature request #6309: Alphabetize all drop down menu lists
Ugh! How embarrassing - misspelling in the bug title! ; )
Larry - thanks for the speedy reply - can't believe I miss...
Jeffrey Meyer
10:34 AM Feature request #6309: Alphabetize all drop down menu lists
Hi Jeffrey,
As far as I can tell, the Encoding popup menu in the save dialog _is_ alphabetically sorted (Mac 10.7.4,...
Larry Shaffer
09:50 AM Feature request #6309 (Open): Alphabetize all drop down menu lists
Saw a past ticket on a similar item, but "Encoding" drop-down in Vector -> Geoprocessing Tools -> Buffer is way out o... Jeffrey Meyer
12:02 PM Revision 8cb578f6 (qgis): fix windows build
Jürgen Fischer
11:43 AM Revision 08bd084a (qgis): GRASS raster rendered by default as pseudo color, color table loaded fr...
Radim Blazek
11:20 AM Feature request #6308: Add Proxy server for OnlineResource GetCapabilities to Qgis Server projects
Ops, yes it is what I meant :)
Sorry, I didn't notice it.
Giovanni Allegri
10:34 AM Feature request #6308: Add Proxy server for OnlineResource GetCapabilities to Qgis Server projects
You can insert the url that should be shown in the capabilities document (in your case the proxy url) into project pr... Marco Hugentobler
09:38 AM Feature request #6308 (Closed): Add Proxy server for OnlineResource GetCapabilities to Qgis Serve...
It would very useful to have an OWS option inside Qgis projects to indicate proxy servers for Qgis Server.
Currently ...
Giovanni Allegri
10:09 AM Feature request #6310 (Closed): Streamline all geoprocessing workflow
I'm not sure what % of geoprocessing workflow cases this covers, but I believe the following multiple clicks (steps 2... Jeffrey Meyer
10:05 AM Revision 7b05793b (qgis): GRASS stats upgrade
Radim Blazek
10:05 AM Revision eb93568f (qgis): calc raster stats in grass module, time reduced to 20%, solves part of ...
Radim Blazek
09:51 AM Revision 66626012 (qgis): Merge branch 'master' of github.com:qgis/Quantum-GIS
Marco Hugentobler
09:45 AM Revision 9d5b16e8 (qgis): Added Matthias to contributor list
Marco Hugentobler
09:36 AM Revision 1497cbba (qgis): Fix printing of pie and text diagrams
Marco Hugentobler
09:29 AM Revision 0c7f7296 (qgis): [Feature]: Merge diagram improvements provided by Matthias Kuhn
Marco Hugentobler
08:45 AM Revision 1e1cdb83 (qgis): Fix #6105
Paolo Cavallini
08:23 AM Revision cfa15ff5 (qgis): Add documentation for function QgsComposition::loadFromTemplate
Marco Hugentobler
08:23 AM Revision fd514a0e (qgis): Add method QgsComposition::loadFromTemplate and python bindings
Marco Hugentobler
08:23 AM Revision a8770573 (qgis): Don't create undo action if loading template via gui
Marco Hugentobler
08:23 AM Revision 351ccc00 (qgis): Ensure item widgets are deleted if loading composer templates
Marco Hugentobler
08:23 AM Revision 07696ab6 (qgis): Allow text substitution for template loading
Marco Hugentobler
06:59 AM Feature request #6307 (Closed): Add font color option to legend in print composer
While it's possible to change the background color of the legend, it's impossible to change the text color - it's alw... Anita Graser
05:39 AM Bug report #4398 (Closed): diagrams do not superpose
Fixed in master.
In ToolBox "position" choose "PAL engine settings" and enable "Show all labels and features".
Smal...
Matthias Kuhn
05:39 AM Bug report #4398 (Closed): diagrams do not superpose
Fixed in master.
In ToolBox "position" choose "PAL engine settings" and enable "Show all labels and features".
Smal...
Matthias Kuhn
05:36 AM Bug report #4449 (Closed): strange behaviour of piechart function of QGIS
Fixed in master Matthias Kuhn
05:36 AM Bug report #4449 (Closed): strange behaviour of piechart function of QGIS
Fixed in master Matthias Kuhn
05:31 AM Bug report #4486 (Closed): Diagrams: export to image or pdf (or direct printing) doesn't respect ...
Fixed in Changeset commit:8f891c5e742205e095b8ae8daddc6213eef0e5e2 and commit:1497cbbabc7be5c3e980cc72699c320e045005bd Matthias Kuhn
05:31 AM Bug report #4486 (Closed): Diagrams: export to image or pdf (or direct printing) doesn't respect ...
Fixed in Changeset commit:8f891c5e742205e095b8ae8daddc6213eef0e5e2 and commit:1497cbbabc7be5c3e980cc72699c320e045005bd Matthias Kuhn
05:30 AM Bug report #4543 (Closed): New diagrams: option "Show all" missing
Merged to master Matthias Kuhn
05:30 AM Bug report #4543 (Closed): New diagrams: option "Show all" missing
Merged to master Matthias Kuhn
05:28 AM Bug report #6300 (Closed): Diagram - Position Line options are not available
The line option is only available for layers containing line features.
In the current master, the option is disabled...
Matthias Kuhn
02:25 AM Revision 17393bde (qgis): Clean up label engine dialog
Larry Shaffer

2012-09-04

01:22 AM Revision a584a9a7 (qgis): Add 'show all labels' setting to individual PAL layers
- Implements a version of #5874
- Show-all labels are not obstacles for other PAL layer labels during collisions
(i.e...
Larry Shaffer
01:12 AM Bug report #4862 (Closed): GRASS rasters are very slow to load and are causing crash on Windows
Radim Blazek
01:12 AM Bug report #4862: GRASS rasters are very slow to load and are causing crash on Windows
5c933cd6ea was applied to master as commit:eb93568f7 and consequently upgraded to new stats API.
Standard deviation ...
Radim Blazek
01:04 AM Bug report #6116: QGIS WFS server doesn't work with uDIG and Arcgis as clients
Giovanni Manghi wrote:
> The DescribeFeature Request is different in Mapserver and QGIS server. The Mapserver service...
René-Luc ReLuc
12:59 AM Bug report #6116: QGIS WFS server doesn't work with uDIG and Arcgis as clients
Giovanni the information about DescribeFeature has to be added to the new bug #6302
This one concerning GetCapabilit...
René-Luc ReLuc
12:15 AM Bug report #4634: [PATCH] New labelling engine: wrong label placement with both "around centroid"...
My test says that the bug is fixed, thanks a lot!
But I have another comment...
If you try the attached test layer ...
michele zanolli
12:36 PM Bug report #4634 (Feedback): [PATCH] New labelling engine: wrong label placement with both "aroun...
Paolo Cavallini
12:28 PM Bug report #4634: [PATCH] New labelling engine: wrong label placement with both "around centroid"...
Should be fixed for 'over centroid' (now called 'Offset from centroid') with commit commit:61a50225
'Around centroid...
Larry Shaffer
11:57 PM Feature request #3492 (Closed): label-ng: add X,Y offset
Thanks Larry Paolo Cavallini
11:57 PM Feature request #3492 (Closed): label-ng: add X,Y offset
Thanks Larry Paolo Cavallini
12:35 PM Feature request #3492 (Feedback): label-ng: add X,Y offset
Paolo Cavallini
12:30 PM Feature request #3492: label-ng: add X,Y offset
Should be implemented for point and centroid features with commit commit:61a50225 (no implementation for other types ... Larry Shaffer
11:54 PM Bug report #4426 (Closed): Add a number_format() function to the QgsExpression
Paolo Cavallini
06:37 PM Bug report #4426: Add a number_format() function to the QgsExpression
The function was added by NathanW in this commit https://issues.qgis.org/projects/quantum-gis/repository/revisions/fb... Mathieu Pellerin - nIRV
11:46 PM Bug report #6105 (Closed): broken link to old wiki in plugin_template readme
Fixed in changeset commit:"1e1cdb83b3f06a012b763464195d4791b820fa9f". Paolo Cavallini
02:24 PM Bug report #6105: broken link to old wiki in plugin_template readme
Oh - I see I pasted the wrong link.
I should have said I guess it should be changed to https://issues.qgis.org/wiki/q...
Alister Hood
11:28 PM Revision 141c38d3 (qgis): Add tests for expression scale function
Nathan Woodrow
08:31 PM Revision 9286429b (qgis): - QgsRenderChecker moved to core + Python bindings
- raster transparency python test Radim Blazek
05:57 PM Revision bcdf2380 (qgis): raster transparency test
Radim Blazek
04:51 PM Feature request #5874: Use per layer option for label all features option
Hi,
I've implemented a version of this in commit commit:a584a9a
It works very well for instances where you need to ...
Larry Shaffer
04:29 PM Revision 3562bdbb (qgis): raster saveas: load nodata from layer transparency
Radim Blazek
03:08 PM Bug report #6118: New Labeling, Rotation over Point is not enabled
Hello,
have tested it with revision 9e9d1ce.
Offset from point functions. It is only possible to rotate all labels w...
Gerhard Spieles
03:08 PM Bug report #6118: New Labeling, Rotation over Point is not enabled
Hello,
have tested it with revision 9e9d1ce.
Offset from point functions. It is only possible to rotate all labels w...
Gerhard Spieles
12:32 PM Bug report #6118: New Labeling, Rotation over Point is not enabled
Should be implemented with commit commit:61a50225
Please test.
Larry Shaffer
01:26 PM Revision 72978cf6 (qgis): Add expression function help
Nathan Woodrow
12:36 PM Bug report #6162 (Feedback): Incorrect placement of ABC labels
Paolo Cavallini
12:25 PM Bug report #6162: Incorrect placement of ABC labels
Should be fixed with commit commit:61a50225
Please test.
Larry Shaffer
12:31 PM Revision 2ef60dad (qgis): raster transparency floating point fix
Radim Blazek
12:31 PM Feature request #6285: Set Offsets for Point Labels
Should be implemented with commit commit:61a50225 Larry Shaffer
12:19 PM Bug report #5256 (Closed): QGIS polygon Centroid (NewLabeling bug etc)
Paolo Cavallini
12:18 PM Bug report #5256: QGIS polygon Centroid (NewLabeling bug etc)
fixed by @dakcarto https://github.com/qgis/Quantum-GIS/pull/201#commitcomment-1797294 Serge Dikiy
12:10 PM Revision 79a138cb (qgis): Added DA to qgsattribute... Not sure if it works OK...
Magnus Homann
12:10 PM Revision e83dce5e (qgis): Started on ExpBuiWid
Magnus Homann
12:10 PM Revision 1f1448d4 (qgis): Fixed the rebasing-mess
Magnus Homann
12:10 PM Revision 6b26c4a9 (qgis): Made qgsexpression be DA-aware
Magnus Homann
12:08 PM Bug report #4844: Multiline Labels - handling of Carriage Return / Line Feed characters
Shoot, sorry Nathan, I forgot this one was still floating out there. The new labeling in 1.8 is fantastic. In terms... Brian Freed
11:49 AM Bug report #6303 (Closed): Set the raster colour interpolation default to linear
I find the default interpolation (discrete) fairly annoying, as it is little used, and gives headaches to newbies. Pl... Paolo Cavallini
11:31 AM Revision a4412828 (qgis): Merge pull request #219 from homann/measure_cleanup
Measure cleanup and fix #5156 Magnus Homann
11:11 AM Bug report #5031: QGIS pull down menus items appear halfway on my second monitor
this can be closed, no longer an issue Sindile Bidla
10:56 AM Feature request #4252: different built-in tools calculate inconsistent polygon areas
All except field calculator should be consitent now. Work is ongoing. Magnus Homann
10:55 AM Bug report #5156 (Closed): Measure tool lines should be erased when switching to another measure ...
Fixed in a4412828404330434e3378898b22f380ab5648ce Magnus Homann
10:40 AM Revision 0d1b1aa4 (qgis): Changed to GEO_NONE, fixed a bug in test
Magnus Homann
10:40 AM Revision 9ac57906 (qgis): Change to using UnitTypes
Magnus Homann
10:40 AM Revision e78dc23a (qgis): Change to using UnitTypes, part deux
Magnus Homann
10:40 AM Revision 3237577e (qgis): Scalebar uses preferred units now
Magnus Homann
10:40 AM Revision 0a1270b9 (qgis): Small tidying up, replacing with GEO_NONE
Magnus Homann
10:40 AM Revision 0c341544 (qgis): Fix for #5156
Magnus Homann
10:40 AM Revision dbb21187 (qgis): Removed Ellipsoid button and added "NONE" as a selectable ellipsoid.
All three measure dialog now work on the same global setting,
using ellipsodial calculation only if CRS transformatio...
Magnus Homann
10:40 AM Revision 80dbb3ca (qgis): Changed angle measurement to behave same as the other
Magnus Homann
10:40 AM Revision 256d2299 (qgis): Fix of type in header
Magnus Homann
10:40 AM Revision c5235116 (qgis): Not working, but soon
Magnus Homann
10:40 AM Revision 35cf2d68 (qgis): Looks good, but an extra line when finished is not so pretty. The total...
Magnus Homann
10:40 AM Revision b0e3d719 (qgis): Cleaned up a bit, fixed area dialog also
Magnus Homann
10:31 AM Revision ad2ff907 (qgis): Add missing sip file
Nathan Woodrow
10:15 AM Revision ac2fcb2d (qgis): Add python bindings message bar
Nathan Woodrow
08:56 AM Bug report #6302 (Closed): QGIS WFS Server Geometry Type not recognize by ArcGIS
After the resolution of #6116, Giovanni Manghi testing QGIS WFS Server with GvSIG, uDIG and ArcGIS.
ArcGIS doesn't r...
René-Luc ReLuc

2012-09-03

11:49 PM Revision 9e9d1ce8 (qgis): fix sip error
Jürgen Fischer
11:49 PM Bug report #6276 (Closed): Raster Layer Properties for WMS only partly work
Works fine now - Thanks a lot! Andreas Neumann
09:22 AM Bug report #6276: Raster Layer Properties for WMS only partly work
It should be fixed in commit:e5389212
Please verify and close.
Radim Blazek
11:49 PM Bug report #6286 (Closed): Global Transparency not working with WMS
Works fine now - Thanks a lot! Andreas Neumann
07:48 PM Revision c3d56b6d (qgis): fix loading vector metadata
Alexander Bruy
06:20 PM Revision e5389212 (qgis): WMS transparency fix, issue #6276
Radim Blazek
05:17 PM Revision d9c9052b (qgis): Added comment about introduction of srid to version 1.9 for data source id
Tim Sutton
05:11 PM Revision 2f6767fa (qgis): Resolved merge conflicts
Tim Sutton
05:06 PM Revision 56c15dc6 (qgis): Merge pull request #222 from homann/test_DA
Test of QgsDistanceArea + functionality addition Tim Sutton
03:47 PM Revision bb3d86bc (qgis): Adedd .sip define
Magnus Homann
03:39 PM Revision a4d5c885 (qgis): Added simple text unit test
Magnus Homann
03:35 PM Revision 143300d4 (qgis): Added test of distance calculations and test data
Magnus Homann
03:35 PM Revision 182a64eb (qgis): Basic test of QgsDistanceArea
Magnus Homann
03:35 PM Revision 6154f8ee (qgis): Added possibility to set custom ellipsoid
Magnus Homann
03:28 PM Bug report #3743: [OsX] Georeferencer: can't set map coords from map canvas, and other odd behavior
Olivier redlead wrote:
> I'm not sure if the problem is the same (seems simpler here) :
Yes, that's the same problem...
William Kyngesburye
03:08 PM Revision ff7b21d5 (qgis): ECW identify() fix conditional for ECW driver and GDAL < 1.9.2
Radim Blazek
11:48 AM Revision d2f08c60 (qgis): Fix for double point size in font named-style lookups
Larry Shaffer
11:05 AM Revision 78706038 (qgis): Merge pull request #221 from szekerest/master
Specify port 1433 for FreeTDS by default. Allow to specify server/database/uid/password when the driver setting is pr... Nathan Woodrow
11:01 AM Revision c322cd52 (qgis): Specify port 1433 for FreeTDS by default. Allow to specify server/datab...
Tamas Szekeres
10:47 AM Revision aa31c8c6 (qgis): sizePainterUnits: Calculate based on specified size instead of size in ...
Matthias Kuhn
10:46 AM Revision 9c4d67c2 (qgis): Calculate size for PAL correctly also if same attribute is used multipl...
Matthias Kuhn
10:33 AM Revision 25f0f1fe (qgis): Allow smaller numbers in size spin box
Matthias Kuhn
10:30 AM Revision dc790ff1 (qgis): Enable diagram size options based on sizeType selection
Matthias Kuhn
09:47 AM Revision b84baeb1 (qgis): Comments for documentation
Matthias Kuhn
09:36 AM Revision 52075ebd (qgis): Selection mode for diagram attributes adjusted
Matthias Kuhn
09:20 AM Revision 9271ef3b (qgis): Add warning if no reference value for diagram scaling has been selected.
Matthias Kuhn
09:08 AM Revision af29da6f (qgis): Use QToolBox instead of QTabWidget in diagram properties
Matthias Kuhn
08:54 AM Revision 70fc0792 (qgis): translation update: gl_EX by XAN
Werner Macho
06:18 AM Bug report #6301 (Closed): Cubic method missing from gdaladdo
Apparently, the option to make cubic interpolation for overviews is missing from GDALTools interface. Looks an esy fix. Paolo Cavallini
06:13 AM Revision 61a50225 (qgis): Add quadrant, offset, rotation for points/centroids in adv labeling
- Possible fix for #4634, #5256, #6162
- Uses GEOS to convert centroids to points before PAL solution
- Implements #...
Larry Shaffer
05:25 AM Bug report #6300: Diagram - Position Line options are not available
Here is screen snapshot: http://gis.stackexchange.com/questions/32591/how-to-draw-lines-for-diagrams Pekka Sarkola
05:23 AM Bug report #6300 (Closed): Diagram - Position Line options are not available
Hi,
When drawing Pie Charts with Diagrams: section Position, placement Aroundpoint.
Diagrams are nicely drawn arou...
Pekka Sarkola
05:11 AM Feature request #6287 (Closed): Thousand separators to numeric scalebar in map composer
Giovanni Manghi
05:09 AM Feature request #6287: Thousand separators to numeric scalebar in map composer
Marco,
At least Windows version (1.9.0 - master / revision 6a0d2f5) work as I exptected. So, I presume we can close ...
Pekka Sarkola
02:51 AM Bug report #6119: EVIS: invalid layer in project
evis creates a delimited text file, which gets deleted after closing the program. If I save it before closing, and re... Andre Joost
02:44 AM Bug report #6293 (Closed): evis not able to load MS access database table
Jürgen Fischer
02:35 AM Bug report #6293: evis not able to load MS access database table
Yes, it is a delimited text file, which gets deleted after closing the program. If I save it before closing, and rest... Andre Joost
02:36 AM Bug report #6299 (Closed): Sextante output do not have the same Encoding as the inputs
If I select as an input a layer with special characters such as "´", "~", "`" etc the output of any Sextante tool rep... Filipe Dias
02:13 AM Bug report #6298 (Rejected): Gdal Tools and OSX Mountain Lion (OSX 10.8.1)
Please post your question in the users mailing list. If then a bug is confirmed use the bug tracker to report it. Tha... Giovanni Manghi
02:13 AM Bug report #6298 (Rejected): Gdal Tools and OSX Mountain Lion (OSX 10.8.1)
Please post your question in the users mailing list. If then a bug is confirmed use the bug tracker to report it. Tha... Giovanni Manghi
02:07 AM Bug report #6298 (Rejected): Gdal Tools and OSX Mountain Lion (OSX 10.8.1)
Our student had the following problem, after migrating to OSX 10.8.1, who is missing their raster menu items:
??Afte...
Damien O'Grady
02:08 AM Bug report #6259: Сan not connect to MSSQL Server with FreeTDS driver
Tamas Szekeres wrote:
> Fixed in changeset commit:"c322cd52cf82afeb10beefa6efa42da2bdcea46f".
Port setting is now sp...
Tamas Szekeres
02:05 AM Bug report #6259 (Closed): Сan not connect to MSSQL Server with FreeTDS driver
Fixed in changeset commit:"c322cd52cf82afeb10beefa6efa42da2bdcea46f". Tamas Szekeres
02:07 AM Feature request #6263: No way to change FreeTDS protocol version
Tamas Szekeres wrote:
> Fixed in changeset commit:"c322cd52cf82afeb10beefa6efa42da2bdcea46f".
This change should eli...
Tamas Szekeres
02:05 AM Feature request #6263 (Closed): No way to change FreeTDS protocol version
Fixed in changeset commit:"c322cd52cf82afeb10beefa6efa42da2bdcea46f". Tamas Szekeres

2012-09-02

03:13 PM Feature request #6297: Startup python script for all users
Thanks. I'll have a look over it tonight. Nathan Woodrow
01:45 PM Feature request #6297 (Closed): Startup python script for all users
Nathan, big thanx for your commit:924e7eb9f21d342f6dcdd50219e96f9d6cf2f954. Personal startup scripts can be using now... Evgeniy Nikulin
02:46 PM Revision 7298e739 (qgis): Add html annotations
Nathan Woodrow
02:46 PM Revision a61a15bb (qgis): Move expression text replace to QgsExpression
- Update actions, html map tips, and annotations Nathan Woodrow
02:46 PM Revision 5a0d2f58 (qgis): expose layer to javacript
Nathan Woodrow
12:46 PM Feature request #6263: No way to change FreeTDS protocol version
Yes, its TDS_Version setting.
If I try to specify in Provider/DSN textbox custom settings, I shoud to specify full co...
Evgeniy Nikulin

2012-09-01

12:17 AM Feature request #3336: measurement tools for Mars
When working with Mars, what is the layer CRS set to? A custom CRS Magnus Homann
12:13 AM Feature request #5972: Measure Line
What would the layer CRS be in the case ewhen working on the moon? A custom CRS? Magnus Homann
09:51 PM Revision cbdafbc3 (qgis): Merge pull request #200 from sdikiy/dirdebug
Debugging of all files in a directory Jürgen Fischer
08:41 PM Revision b43ed348 (qgis): fix warnings
Jürgen Fischer
08:29 PM Bug report #3743: [OsX] Georeferencer: can't set map coords from map canvas, and other odd behavior
Chiming in with Olivier redlead's issue in 1.7.4 Snow Leopard, but 1) is this issue creep and 2) is this issue a dupl... Matt Burton-Kelly
07:42 PM Revision 42a9d019 (qgis): only accept crs matches if there's only one (improved #5066)
Jürgen Fischer
11:17 AM Bug report #6293: evis not able to load MS access database table
what temporary database? A delimited text file that doesn't exist anymore? Then this might be a duplicate of #5832 ... Jürgen Fischer
10:58 AM Bug report #6293: evis not able to load MS access database table
After a fresh install, it works in Master, but 1.8.0 still crashes on reopening (possibly known defect of "defect lay... Andre Joost
07:34 AM Bug report #6293: evis not able to load MS access database table
tagging as blocker as in 1.7.4 didn't crashed the program, so id indeed a regression. Giovanni Manghi
07:34 AM Bug report #6293: evis not able to load MS access database table
tagging as blocker as in 1.7.4 didn't crashed the program, so id indeed a regression. Giovanni Manghi
07:34 AM Bug report #6293: evis not able to load MS access database table
tagging as blocker as in 1.7.4 didn't crashed the program, so id indeed a regression. Giovanni Manghi
07:34 AM Bug report #6293: evis not able to load MS access database table
tagging as blocker as in 1.7.4 didn't crashed the program, so id indeed a regression. Giovanni Manghi
11:12 AM Bug report #5066: (regression) QGIS 1.7.* misdetects EPSG::25884 datasets as EPSG::2100
marisn - wrote:
> As long as QGIS was using just datasets .prj file contents, it was fine.
That's part of the proble...
Jürgen Fischer
07:26 AM Bug report #5066: (regression) QGIS 1.7.* misdetects EPSG::25884 datasets as EPSG::2100
>Pointing out that there are also issues on QGIS side is threated like blasphemy.
I'm sorry but you are plain wrong...
Giovanni Manghi
07:29 AM Bug report #6280: error in gdal --> merge

> but error still exists...
it does happen on *any* osgeo4w installation or only on your machine?
Giovanni Manghi
07:29 AM Feature request #5090: Offline editing plugin - Work only with AOI
AOI is a subset of *any* query. It would be really useful to take offline only the records returned by a query. Worki... Gavin Fleming

2012-08-31

11:14 PM Revision d247b1dd (qgis): Svensk översättning
Magnus Homann
11:03 PM Bug report #3458: New Symbology: Simple Markers don't allow to specify stroke-width
> If there is something in old symbology that is missing in the new one, please add it here
Yes, I already did, but ...
Alister Hood
02:04 AM Bug report #3458: New Symbology: Simple Markers don't allow to specify stroke-width
Alister Hood wrote:
> There is also no way to specify pen style, which was possible in the old symbology.
>
> But is...
Giovanni Manghi
09:30 PM Revision 31d1b95b (qgis): Add word and letter spacing to PAL layer of adv labeling
- Caveat: does not work with curved line labels (yet)
- Reorganize form widgets, moving mulit-line options to own gro...
Larry Shaffer
05:10 PM Revision 8f891c5e (qgis): Fix diagram scaling for print
Marco Hugentobler
05:08 PM Revision 573d57ff (qgis): Revert print scale fix.
Use Marco Hugentobler's print scale fix. It's cleaner Matthias Kuhn
05:05 PM Revision 6028b811 (qgis): Improve scalebar default settings
Marco Hugentobler
04:24 PM Revision b1bed9f1 (qgis): use 4 spaces for the indention, as per PEP8
Giuseppe Sucameli
04:24 PM Revision c7fcef4c (qgis): [FEATURE] Add support to user-defined python macros into project file:
macros are executed when a project is loaded (openProject function), saved (saveProject function) or is closing (clos... Giuseppe Sucameli
04:24 PM Revision 54275e02 (qgis): Project macros: do not display the warning bar when there are no macros...
Giuseppe Sucameli
04:24 PM Revision 8be777b9 (qgis): Changes to QgsMessageBar icons and Enable macros action
Larry Shaffer
04:24 PM Revision 2910a8ea (qgis): add tooltip to message bar's close button
Giuseppe Sucameli
04:24 PM Revision 45942aa5 (qgis): move QgsMessageBar class to GUI library, improve its doc
Giuseppe Sucameli
04:24 PM Revision 7a241046 (qgis): add option to choose whether enable project macros
Giuseppe Sucameli
03:56 PM Revision 1ddcf94b (qgis): Add test and control images for composer scalebar test
Marco Hugentobler
03:08 PM Revision f8109a7c (qgis): Svensk översättning
Magnus Homann
02:57 PM Revision fbfa0254 (qgis): Add format_number function to QgsExpression.
- Add locale-aware separator for thousand separator Nathan Woodrow
01:54 PM Revision 2ab844ab (qgis): fix db handling when modifying existing color ramp (#6229)
Etienne Tourigny
01:13 PM Revision 4b4ac5a5 (qgis): Merge branch 'master' of github.com:qgis/Quantum-GIS
Marco Hugentobler
01:13 PM Revision ee163690 (qgis): Thousand separator for numeric scale bar style (depending on locale). I...
Marco Hugentobler
12:15 PM Feature request #6285 (Open): Set Offsets for Point Labels
Giovanni Manghi
09:08 AM Feature request #6285: Set Offsets for Point Labels
It's certainly close. While the fix for #3492 would resolve the problem I'm having right now, I'd really prefer the o... Astrodog Astrodog
02:01 AM Feature request #6285 (Closed): Set Offsets for Point Labels
Seems duplicate of #3492
Please reopen if necessary.
Giovanni Manghi
02:01 AM Feature request #6285 (Closed): Set Offsets for Point Labels
Seems duplicate of #3492
Please reopen if necessary.
Giovanni Manghi
09:55 AM Feature request #6247 (Open): External HTML img maptips
If there is a longer term, better solution, let's leave it open so we'll not forget it. Paolo Cavallini
09:55 AM Feature request #6247 (Open): External HTML img maptips
If there is a longer term, better solution, let's leave it open so we'll not forget it. Paolo Cavallini
09:55 AM Feature request #6247 (Open): External HTML img maptips
If there is a longer term, better solution, let's leave it open so we'll not forget it. Paolo Cavallini
09:04 AM Feature request #6294 (Closed): Add LIKE and case insensitive filters to QGis Server
Qgis Server filters are quite basic in this moment. Comparison should be available case insensitive too, and a "LIKE"... Giovanni Allegri
09:00 AM Bug report #6292 (Closed): OSGeo4W installer - missing dlls
this belongs in the "osgeo4w bugtracker":http://trac.osgeo.org/osgeo4w. Please try a fresh install. Might be relat... Jürgen Fischer
09:00 AM Bug report #6292 (Closed): OSGeo4W installer - missing dlls
this belongs in the "osgeo4w bugtracker":http://trac.osgeo.org/osgeo4w. Please try a fresh install. Might be relat... Jürgen Fischer
08:45 AM Bug report #6292 (Closed): OSGeo4W installer - missing dlls
After installing qgis-dev via Osgeo4w-Installer, the qgis-dev.bat does not start the program. The following dlls are ... Andre Joost
08:51 AM Bug report #6293 (Closed): evis not able to load MS access database table
I tried to connect to a MSAccess database table via evis. The database table has fields E and N with coordinates for ... Andre Joost
08:32 AM Bug report #6266: White ghost lines on raster in print composer
marisn: could you upload a sample raster / project file or send me data or link privately if it is secret?
I remember...
Marco Hugentobler
06:36 AM Bug report #6280: error in gdal --> merge
today i have updated qgis master to 1.9.55 and new version of gdal (under "command_utilities" list) appeared.
it is 1...
stefano campus
05:44 AM Feature request #6287: Thousand separators to numeric scalebar in map composer
Marco Hugentobler wrote:
> Commit ee1636900a3403127d1853f52ae79853082a0ca5 localises the string (with thousand separa...
Pekka Sarkola
04:20 AM Feature request #6287: Thousand separators to numeric scalebar in map composer
Commit ee1636900a3403127d1853f52ae79853082a0ca5 localises the string (with thousand separator here). Is this what you... Marco Hugentobler
02:38 AM Feature request #6287 (Closed): Thousand separators to numeric scalebar in map composer
Hi,
I like to have possibility to render thousand separators in numeric scalebars in map composer. Now, when I have ...
Pekka Sarkola
04:56 AM Bug report #6229: changing existing symbol or color ramp does not work in new style manager
Found issue that new entry was added to db instead of changing old entry, fixed in 2ab844abf8302a489abe86a25a99b54f49... Etienne Tourigny
04:21 AM Bug report #6290: WMS and Proxy server issue
A related issue: It seems to make numerous attempts to connect to the proxy server with the same credentials, even wh... Jonathan Moules
03:57 AM Bug report #6290 (Closed): WMS and Proxy server issue
We have an internal WMS server ( http://geognosis-vip/wms/wms.exe ) that we can access with several different clients... Jonathan Moules
04:08 AM Bug report #6291 (Closed): python API provides removed blueBandName() for QgsRasterLayer (returni...
QgsRasterLayer('/myraster.tif',"raster") has .blueBandName() but no redBandName, greenBandName or grayBandName anymor... Marco Lechner
03:15 AM Bug report #5066: (regression) QGIS 1.7.* misdetects EPSG::25884 datasets as EPSG::2100
Giovanni Manghi wrote:
>
> not sure, but aren't both gdal issues?
Well. No. They both are QGIS issues triggered by c...
marisn -
03:09 AM Revision c9288689 (qgis): Add Panels and Toolbars submenus to View menu in Composer
Larry Shaffer
02:09 AM Bug report #6276: Raster Layer Properties for WMS only partly work
Giovanni Manghi wrote:
> Andreas Neumann wrote:
> > With the recent builds QGIS does not crash any more.
>
> should ...
Jürgen Fischer

2012-08-30

01:53 AM Bug report #6276 (Feedback): Raster Layer Properties for WMS only partly work
Andreas Neumann wrote:
> With the recent builds QGIS does not crash any more.
should we close this ticket?
Giovanni Manghi
12:47 AM Bug report #6276: Raster Layer Properties for WMS only partly work
With the recent builds QGIS does not crash any more.
But e.g. the Global Transparency Setting (slider) is just ignor...
Andreas Neumann
01:51 AM Bug report #6125 (Feedback): Restoring print composer panels

> Issue should be closed.
can the original reporter please test and eventually close the ticket? thanks in advance.
Giovanni Manghi
01:49 AM Bug report #4762: Inconsistent behavior of legend groups
Jaka Kranjc wrote:
> Still present in current HEAD and I agree, this isn't the expected behaviour. Instead of forcing...
Giovanni Manghi
01:46 AM Bug report #6280 (Feedback): error in gdal --> merge
stefano campus wrote:
> yes. from osgeo i have first downgraded gdal then upgraded to last version that now is 1.9.1-...
Giovanni Manghi
12:49 AM Bug report #6286 (Closed): Global Transparency not working with WMS
In the raster layer properties of a WMS the global transparency is not working.
One can set a value with the slider,...
Andreas Neumann
12:44 AM Bug report #4011 (Reopened): Map canvas flickers when content is dragged
Fix from commit:487879df52 introduces another problem. When backbuffer enabled and layers loaded into map then any do... Alexander Bruy
12:44 AM Bug report #4011 (Reopened): Map canvas flickers when content is dragged
Fix from commit:487879df52 introduces another problem. When backbuffer enabled and layers loaded into map then any do... Alexander Bruy
 

Also available in: Atom