mhugent
d60e7dc4ff
Merge pull request #1292 from anitagraser/master
...
fixed SVG markers to work with anchor point=bottom
2014-04-07 08:21:29 +02:00
Werner Macho
3e4b5684eb
[TRANSUP] nb by James
...
Signed-off-by: Werner Macho <werner.macho@gmail.com>
2014-04-06 20:52:03 +02:00
Juergen E. Fischer
c91d470f53
fix crash when removing layers with highlighed features
2014-04-06 20:23:33 +02:00
Juergen E. Fischer
8e8019a5d0
german translation update with some translation fixes
2014-04-06 12:41:10 +02:00
Juergen E. Fischer
a7b5a8a574
indentation update
2014-04-06 12:41:09 +02:00
Juergen E. Fischer
e9f43c4909
debian packaging update: merge downstream debian changes
2014-04-06 12:41:03 +02:00
Juergen E. Fischer
0305be7eca
fix warnings
2014-04-06 10:39:25 +02:00
Juergen E. Fischer
10c77a54d3
fix doxygen dot graph warning
2014-04-06 00:30:16 +02:00
anitagraser
1399c6ed07
fixed SVG markersto work with anchor point=bottom
2014-04-05 22:24:07 +02:00
Larry Shaffer
3a43380ca7
Fix some logical-not-parentheses warnings thrown by clang 5.1
2014-04-04 18:36:59 -06:00
Juergen E. Fischer
8bd80f43c5
fix windows build
2014-04-05 01:19:50 +02:00
Martin Dobias
72b3812a0f
Merge remote-tracking branch 'denis/layerfieldmodel'
2014-04-04 10:16:07 +02:00
Denis Rouzaud
a95fedbbf0
test to fix checkboxes in combobox
2014-04-04 10:14:26 +02:00
Denis Rouzaud
a4fc1ba280
added missing roles in field model data
2014-04-04 08:18:14 +02:00
D'Hont René-Luc
a98df93a0d
[BUGFIX] 9234 - WFS client doesn't expose Header Authorization
...
Like for the others OGC providers: WMS and WCS, the user can set the
login and password to access to WFS protected data. But the QGIS WFS
provider doen't expose header authorization. It doesn't use login and
password.
This patch set header authorization for all WFS connexion if login and
password are set.
And I think this patch has to be backported to release_2-2, because QGIS
can't acces to protected WFS data.
2014-04-03 19:21:00 +02:00
Radim Blazek
a43bd626af
fixed processing plugin customization (thanks to Martin Dobias), fixes #9134
2014-04-03 18:12:56 +02:00
Denis Rouzaud
8b06a16a75
model/view for layer/field selectors
2014-04-03 14:51:26 +02:00
Nyall Dawson
0b32f2ac38
[tests] Fix composer tests. Rebuild images following MTR rendering changes. Switch tests to use standard test font.
2014-04-03 22:56:34 +11:00
pcav
6d73593d6e
Typo in Processing
2014-04-03 12:23:39 +02:00
Juergen E. Fischer
fff3710060
osgeo4w: try ALL_BUILD twice
2014-04-03 11:24:55 +02:00
Nyall Dawson
6836a7ded7
Expose outline join style as a parameter for simple fill symbol type
2014-04-03 19:52:53 +11:00
Martin Dobias
d01acce1bb
Merge pull request #1291 from simonsonc/qtgui-include
...
Replace QtGui include with individual includes
2014-04-03 09:06:50 +02:00
Carl Simonson
8679c6dd95
Replace QtGui include with individual includes
...
Qt 5 splits QtGui into Gui and Widgets components. Including the
individual includes will solve this problem.
2014-04-02 20:25:42 -05:00
Juergen E. Fischer
b9a539ece4
fix utf string
2014-04-02 23:50:22 +02:00
Juergen E. Fischer
78e59c96cd
limit alpha
2014-04-02 23:50:21 +02:00
Juergen E. Fischer
a343cb716b
remove duplicate license
2014-04-02 23:50:20 +02:00
Martin Dobias
d3db42d91f
Merge pull request #1287 from simonsonc/reset-model
...
Use begin/endResetModel instead of reset
2014-04-02 09:50:58 +02:00
Etienne Tourigny
bc40ab69c9
Merge pull request #1288 from simonsonc/qvariant-qcolor
...
Use QColor instead of Qt::GlobalColor in item data
2014-04-01 23:11:57 -03:00
Carl Simonson
6ebd9a8b10
Use QColor instead of Qt::GlobalColor in item data
...
The QVariant constructor that takes a Qt::GlobalColor is removed in Qt 5.
It is actually a kind of special case in Qt 4 anyway. Fix the uses of this
by constructing a QColor and using that instead.
2014-04-01 20:50:44 -05:00
Carl Simonson
29c8bc5375
Use begin/endResetModel instead of reset
...
Qt 4.6 introduced a better way of resetting models with beginResetModel()/
endResetModel(). Call beginResetModel() before resetting internal data
structures, and then endResetModel() when finished. beginResetModel()
followed by endResetModel() is the same as calling reset().
Note: reset() is deprecated and is removed in Qt 5.
2014-04-01 19:59:39 -05:00
Nyall Dawson
2b3108f9ae
Fix high cpu usage with win32 builds when using shapes in composer ( fix #9933 , #9957 , #9734 )
2014-04-02 11:24:40 +11:00
Borys Jurgiel
d3985601b3
Merge branch 'pluginmanager_votes'
2014-04-01 16:54:09 +02:00
Marco Hugentobler
9eb4bb6b5b
[FEATURE:] Consider maptip in GetFeatureInfo
2014-04-01 16:41:57 +02:00
Borys Jurgiel
3b198d9000
[FEATURE] [Plugin Manager] Voting for plugins from Plugin Manager
2014-04-01 16:35:28 +02:00
Borys Jurgiel
298b1d5882
[Plugin Manager] Switch the plugin details browser from QTextBrowser to QWebView
2014-04-01 16:35:28 +02:00
Martin Dobias
1c3b5e4d6d
Decoration grid: fix symbol sizes + default cross size
2014-04-01 13:38:11 +02:00
Martin Dobias
1b4c8b66af
Do not render grid annotation if the lines/markers would be extremely dense
...
Otherwise drawing of huge amount of lines/markers can lock GUI
2014-04-01 13:27:28 +02:00
Martin Dobias
434574eeb0
Merge pull request #1283 from simonsonc/rename-accept-hover-events
...
Rename setAcceptsHoverEvents
2014-04-01 11:35:55 +02:00
Carl Simonson
d969fb385c
Rename setAcceptsHoverEvents
...
setAcceptsHoverEvents was obsoleted in place of setAcceptHoverEvent in
Qt 4.4. They behave the same.
2014-03-31 20:14:58 -05:00
Martin Dobias
b60794e0d1
Fix #9923 (broken arrow symbol)
2014-03-31 23:55:09 +02:00
volaya
7e209b9b96
Merge pull request #1279 from pka/grass7
...
[FEATURE] (Processing) Initial Grass 7 support
2014-03-31 23:47:06 +02:00
Victor Olaya
6852f9e3c0
[processing] added new script example (contributed by Michael Douchin)
2014-03-31 23:43:03 +02:00
Victor Olaya
8792bdcf12
[processing] disable excesive info reporting from otb provider
2014-03-31 23:43:02 +02:00
Juergen E. Fischer
4619246f54
fix regression992 test
2014-03-31 23:07:12 +02:00
Alexander Bruy
1c27ee3198
[processing] handle same memory error in another algorithm
2014-03-31 19:18:58 +03:00
alexbruy
d3b4a8f5de
Merge pull request #1280 from anitagraser/patch-1
...
[processing] added error handling for too big rasters
2014-03-31 19:16:05 +03:00
Werner Macho
a191d5bcb6
Merge pull request #1281 from marcelosoaressouza/translation_pt_BR
...
New Translations to pt_BR
2014-03-31 16:10:04 +02:00
Martin Dobias
3aedeff087
Merge pull request #1277 from simonsonc/mime-format
...
Replace deprecated provides() with hasFormat()
2014-03-31 16:04:04 +02:00
Marcelo Soares Souza
45ac9f9340
New Translations to pt_BR
2014-03-31 10:53:36 -03:00
anitagraser
9ef91a222c
added error handling for too big rasters
...
I ran into memory problems with big rasters. Now the error message points the user to this potential error source.
2014-03-31 15:45:26 +02:00