From 13f5628ae15e1fb43e457a8fd5161ad70ac7ffc1 Mon Sep 17 00:00:00 2001 From: Andres Rey Date: Sun, 12 Nov 2017 20:00:07 +0000 Subject: Update test cases for new table properties cleaning --- test/test-pages/lwn-1/expected.html | 356 ++++++++++++++++++------------------ 1 file changed, 178 insertions(+), 178 deletions(-) (limited to 'test/test-pages/lwn-1/expected.html') diff --git a/test/test-pages/lwn-1/expected.html b/test/test-pages/lwn-1/expected.html index 15ec81b..5818ba2 100644 --- a/test/test-pages/lwn-1/expected.html +++ b/test/test-pages/lwn-1/expected.html @@ -30,14 +30,14 @@ program for third-party manufacturers interested in using the "Arduino" bran

The new release is version 2.8, which was unveiled on March 2. An official change log is available on the QGIS site, while the release itself was announced primarily through blog posts (such as this post by Anita Graser of the project's steering committee). Downloads are available for a variety of platforms, including packages for Ubuntu, Debian, Fedora, openSUSE, and several other distributions.

- [QGIS main interface] + [QGIS main interface]

As the name might suggest, QGIS is a Qt application; the latest release will, in fact, build on both Qt4 and Qt5, although the binaries released by the project come only in Qt4 form at present. 2.8 has been labeled a long-term release (LTR)—which, in this case, means that the project has committed to providing backported bug fixes for one full calendar year, and that the 2.8.x series is in permanent feature freeze. The goal, according to the change log, is to provide a stable version suitable for businesses and deployments in other large organizations. The change log itself points out that the development of quite a few new features was underwritten by various GIS companies or university groups, which suggests that taking care of these organizations' needs is reaping dividends for the project.

For those new to QGIS (or GIS in general), there is a detailed new-user tutorial that provides a thorough walk-through of the data-manipulation, mapping, and analysis functions. Being a new user, I went through the tutorial; although there are a handful of minor differences between QGIS 2.8 and the version used in the text (primarily whether specific features were accessed through a toolbar or right-click menu), on the whole it is well worth the time.

QGIS is designed to make short work of importing spatially oriented data sets, mining information from them, and turning the results into a meaningful visualization. Technically speaking, the visualization output is optional: one could simply extract the needed statistics and results and use them to answer some question or, perhaps, publish the massaged data set as a database for others to use.

But well-made maps are often the easiest way to illuminate facts about populations, political regions, geography, and many other topics when human comprehension is the goal. QGIS makes importing data from databases, web-mapping services (WMS), and even unwieldy flat-file data dumps a painless experience. It handles converting between a variety of map-referencing systems more or less automatically, and allows the user to focus on finding the useful attributes of the data sets and rendering them on screen.

Here be data

The significant changes in QGIS 2.8 fall into several categories. There are updates to how QGIS handles the mathematical expressions and queries users can use to filter information out of a data set, improvements to the tools used to explore the on-screen map canvas, and enhancements to the "map composer" used to produce visual output. This is on top of plenty of other under-the-hood improvements, naturally.

- [QGIS query builder] + [QGIS query builder]

In the first category are several updates to the filtering tools used to mine a data set. Generally speaking, each independent data set is added to a QGIS project as its own layer, then transformed with filters to focus in on a specific portion of the original data. For instance, the land-usage statistics for a region might be one layer, while roads and buildings for the same region from OpenStreetMap might be two additional layers. Such filters can be created in several ways: there is a "query builder" that lets the user construct and test expressions on a data layer, then save the results, an SQL console for performing similar queries on a database, and spreadsheet-like editing tools for working directly on data tables.

All three have been improved in this release. New are support for if(condition, true, false) conditional statements, a set of operations for geometry primitives (e.g., to test whether regions overlap or lines intersect), and an "integer divide" operation. Users can also add comments to their queries to annotate their code, and there is a new custom function editor for writing Python functions that can be called in mathematical expressions within the query builder.

@@ -45,11 +45,11 @@ function editor for writing Python functions that can be called in mathemati

There have also been several improvements to the Python and Processing plugins. Users can now drag-and-drop Python scripts onto QGIS and they will be run automatically. Several new analysis algorithms are now available through the Processing interface that were previously Python-only; they include algorithms for generating grids of points or vectors within a region, splitting layers and lines, generating hypsometric curves, refactoring data sets, and more.

Maps in, maps out

- [QGIS simplify tool] + [QGIS simplify tool]

The process of working with on-screen map data picked up some improvements in the new release as well. Perhaps the most fundamental is that each map layer added to the canvas is now handled in its own thread, so fewer hangs in the user interface are experienced when re-rendering a layer (as happens whenever the user changes the look of points or shapes in a layer). Since remote databases can also be layers, this multi-threaded approach is more resilient against connectivity problems, too. The interface also now supports temporary "scratch" layers that can be used to merge, filter, or simply experiment with a data set, but are not saved when the current project is saved.

For working on the canvas itself, polygonal regions can now use raster images (tiled, if necessary) as fill colors, the map itself can be rotated arbitrarily, and objects can be "snapped" to align with items on any layer (not just the current layer). For working with raster image layers (e.g., aerial photographs) or simply creating new geometric shapes by hand, there is a new digitizing tool that can offer assistance by locking lines to specific angles, automatically keeping borders parallel, and other niceties.

There is a completely overhauled "simplify" tool that is used to reduce the number of extraneous vertices of a vector layer (thus reducing its size). The old simplify tool provided only a relative "tolerance" setting that did not correspond directly to any units. With the new tool, users can set a simplification threshold in terms of the underlying map units, layer-specific units, pixels, and more—and, in addition, the tool reports how much the simplify operation has reduced the size of the data.

- [QGIS style editing] + [QGIS style editing]

There has also been an effort to present a uniform interface to one of the most important features of the map canvas: the ability to change the symbology used for an item based on some data attribute. The simplest example might be to change the line color of a road based on whether its road-type attribute is "highway," "service road," "residential," or so on. But the same feature is used to automatically highlight layer information based on the filtering and querying functionality discussed above. The new release allows many more map attributes to be controlled by these "data definition" settings, and provides a hard-to-miss button next to each attribute, through which a custom data definition can be set.

QGIS's composer module is the tool used to take project data and generate a map that can be used outside of the application (in print, as a static image, or as a layer for MapServer or some other software tool, for example). Consequently, it is not a simple select-and-click-export tool; composing the output can involve a lot of choices about which data to make visible, how (and where) to label it, and how to make it generally accessible.

The updated composer in 2.8 now has a full-screen mode and sports several new options for configuring output. For instance, the user now has full control over how map axes are labeled. In previous releases, the grid coordinates of the map could be turned on or off, but the only options were all or nothing. Now, the user can individually choose whether coordinates are displayed on all four sides, and can even choose in which direction vertical text labels will run (so that they can be correctly justified to the edge of the map, for example).

@@ -74,108 +74,108 @@ cut loose from Oracle

and found a new home as an Apache project. It is fa

In the one-year period since late March 2014, there have been 381 changesets committed to the OpenOffice Subversion repository. The most active committers are:

- -
Most active OpenOffice developers
- +
By changesets
+ -
Most active OpenOffice developers
+ - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + +
By changesets
Herbert Dürr6316.6%6316.6%
Jürgen Schmidt             5614.7%5614.7%
Armin Le Grand5614.7%5614.7%
Oliver-Rainer Wittmann4612.1%4612.1%
Tsutomu Uchino338.7%338.7%
Kay Schenk277.1%277.1%
Pedro Giffuni236.1%236.1%
Ariel Constenla-Haile225.8%225.8%
Andrea Pescetti143.7%143.7%
Steve Yin112.9%112.9%
Andre Fischer102.6%102.6%
Yuri Dario71.8%71.8%
Regina Henschel61.6%61.6%
Juan C. Sanz20.5%20.5%
Clarence Guo20.5%20.5%
Tal Daniel20.5%20.5%
- +
By changed lines + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + +
By changed lines
Jürgen Schmidt             45549988.1%45549988.1%
Andre Fischer261483.8%261483.8%
Pedro Giffuni231833.4%231833.4%
Armin Le Grand110181.6%110181.6%
Juan C. Sanz45820.7%45820.7%
Oliver-Rainer Wittmann43090.6%43090.6%
Andrea Pescetti39080.6%39080.6%
Herbert Dürr28110.4%28110.4%
Tsutomu Uchino19910.3%19910.3%
Ariel Constenla-Haile12580.2%12580.2%
Steve Yin10100.1%10100.1%
Kay Schenk6160.1%6160.1%
Regina Henschel4170.1%4170.1%
Yuri Dario2680.0%2680.0%
tal160.0%160.0%
Clarence Guo110.0%110.0%

In truth, the above list is not just the most active OpenOffice developers — it is all of them; a total of 16 developers have committed changes to OpenOffice in the last year. Those developers changed 528,000 lines of code, but, as can be seen above, Jürgen Schmidt accounted for the bulk of those changes, which were mostly updates to translation files.

@@ -183,132 +183,132 @@ cut loose from Oracle

and found a new home as an Apache project. It is fa

The picture for LibreOffice is just a little bit different; in the same one-year period, the project has committed 22,134 changesets from 268 developers. The most active of these developers were:

- -
Most active LibreOffice developers
- +
By changesets
+ -
Most active LibreOffice developers
+ - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + +
By changesets
Caolán McNamara430719.5%430719.5%
Stephan Bergmann235110.6%235110.6%
Miklos Vajna14496.5%14496.5%
Tor Lillqvist11595.2%11595.2%
Noel Grandin10644.8%10644.8%
Markus Mohrhard9354.2%9354.2%
Michael Stahl9154.1%9154.1%
Kohei Yoshida7553.4%7553.4%
Tomaž Vajngerl6583.0%6583.0%
Thomas Arnhold6192.8%6192.8%
Jan Holesovsky4662.1%4662.1%
Eike Rathke4572.1%4572.1%
Matteo Casalin4422.0%4422.0%
Bjoern Michaelsen4211.9%4211.9%
Chris Sherlock3961.8%3961.8%
David Tardon3861.7%3861.7%
Julien Nabet3621.6%3621.6%
Zolnai Tamás3381.5%3381.5%
Matúš Kukan2561.2%2561.2%
Robert Antoni Buj Gelonch2311.0%2311.0%
- +
By changed lines + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + +
By changed lines
Lionel Elie Mamane24406212.5%24406212.5%
Noel Grandin23871112.2%23871112.2%
Stephan Bergmann1612208.3%1612208.3%
Miklos Vajna1293256.6%1293256.6%
Caolán McNamara975445.0%975445.0%
Tomaž Vajngerl694043.6%694043.6%
Tor Lillqvist594983.1%594983.1%
Laurent Balland-Poirier528022.7%528022.7%
Markus Mohrhard505092.6%505092.6%
Kohei Yoshida455142.3%455142.3%
Chris Sherlock367881.9%367881.9%
Peter Foley343051.8%343051.8%
Christian Lohmaier337871.7%337871.7%
Thomas Arnhold327221.7%327221.7%
David Tardon216811.1%216811.1%
David Ostrovsky216201.1%216201.1%
Jan Holesovsky207921.1%207921.1%
Valentin Kettner205261.1%205261.1%
Robert Antoni Buj Gelonch204471.0%204471.0%
Michael Stahl182160.9%182160.9%

To a first approximation, the top ten companies supporting LibreOffice in the last year are:

@@ -317,35 +317,35 @@ cut loose from Oracle

and found a new home as an Apache project. It is fa - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + +
Companies supporting LibreOffice development
(by changesets)
Red Hat841738.0%841738.0%
Collabora Multimedia653129.5%653129.5%
(Unknown)512623.2%512623.2%
(None)14906.7%14906.7%
Canonical4221.9%4221.9%
Igalia S.L.800.4%800.4%
Ericsson210.1%210.1%
Yandex180.1%180.1%
FastMail.FM170.1%170.1%
SUSE70.0%70.0%

Development work on LibreOffice is thus concentrated in a small number of companies, though it is rather more spread out than OpenOffice development. It is worth noting that the LibreOffice developers with unknown affiliation, who contributed 23% of the changes, make up 82% of the developer base, so there would appear to be a substantial community of developers contributing from outside the above-listed companies.

-- cgit v1.2.3