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
gioman
3461afc6b7
add grass r.cost module with no need for stop points input
2014-04-01 10:09:16 +01: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
Werner Macho
04d7169e0e
[TRANSUP] nb by James
...
Signed-off-by: Werner Macho <werner.macho@gmail.com>
2014-03-31 14:57:12 +02:00
mhugent
8f938dd20a
Merge pull request #1267 from mwa/fix_8298_crs_select
...
Fix #8298 ignored first selection in projection selector
2014-03-31 08:03:12 +02:00
Juergen E. Fischer
528d70fbc6
globe: switch back to QgsMapRenderer
2014-03-30 22:54:23 +02:00
Markus Neteler
72457b331f
[FEATURE] (Processing) Initial Grass 7 support
2014-03-30 20:58:11 +02:00
Juergen E. Fischer
c4996bb18c
fix debian packaging
2014-03-30 12:34:52 +02:00
Werner Macho
3dc2d8c0ea
typo in assigning values, fixes #9597
...
Signed-off-by: Werner Macho <werner.macho@gmail.com>
2014-03-29 23:02:36 +01:00
Juergen E. Fischer
0693fe93ee
fix some tests crashes, fix some tests and some mtr updates
2014-03-29 17:55:29 +01:00
Juergen E. Fischer
480ae45f94
remove QgsMapCanvas.useImageToRender in db_manager ( fixes #9942 )
2014-03-29 15:40:13 +01:00
Juergen E. Fischer
3e4e9e13d9
fix redirected wms capabilities requests
2014-03-29 14:31:36 +01:00
Carl Simonson
3e3f30a304
Replace deprecated provides() with hasFormat()
...
QDropEvent::provides() has been deprecated from the move from Qt 3 to Qt 4.
Replace this instance with the hasFormat() method on the mimeData instance.
2014-03-28 23:24:34 -05:00
Martin Dobias
fe39578eae
Added python bindings for QgsMapRendererJob + subclasses and QgsMapRendererCache
2014-03-28 15:35:43 +01:00
Martin Dobias
530b5fd5ce
Fix #9918 (enable add symbol layer also when selection is not on symbol)
2014-03-28 14:37:21 +01:00
Radim Blazek
748ff8b2b9
missing python plugins menu/actions objectName
2014-03-28 13:31:41 +01:00
Martin Dobias
5a31481635
Merge pull request #1276 from anitagraser/master
...
new master splash from #viennacodesprint14
2014-03-28 12:33:41 +01:00
Jürgen Fischer
c324895cc1
Merge pull request #1275 from sebastic/arm
...
Support building QGIS on ARM (#9917 )
2014-03-28 12:06:32 +01:00
Martin Dobias
a82aeb030c
Fix #9916 (inconsistent step size)
2014-03-28 12:03:06 +01:00
anitagraser
7b7ffb2784
new master splash from #viennacodesprint14
2014-03-28 11:43:28 +01:00