20351 Commits

Author SHA1 Message Date
Alexander Bruy
f17e2c07ee [processing] add Points from lines algorithm (still needs some improvements) 2013-09-13 18:33:29 +03:00
Alexander Bruy
00e2f1fefc [processing] add Points from polygons algorithm 2013-09-13 18:33:29 +03:00
Alexander Bruy
8481ebcc91 [processing] add zonal statistics algorithm 2013-09-13 18:33:29 +03:00
Alexander Bruy
72536f65d5 [processing] update points displacement alg to new ParameterVector syntax 2013-09-13 18:33:29 +03:00
Alexander Bruy
395dc747e0 [processing] add points displacement algorithm 2013-09-13 18:33:29 +03:00
Radim Blazek
3ecaa5f988 GRASS topology layers - display internal topo info 2013-09-13 16:20:49 +02:00
Borys Jurgiel
fd4515e22a [Plugin Installer] Make version compare behaviour unified with the repository app 2013-09-13 12:57:26 +00:00
Alexander Bruy
f5271a1bd3 [FEATURE] Model-View based config dialog for Processing (fix #5427) 2013-09-13 14:40:55 +03:00
Borys Jurgiel
300e864d18 Merge pull request #892 from alexbruy/deprecated_plugins
Deprecated plugins support for plugin manager
2013-09-13 04:18:11 -07:00
Alexander Bruy
6d5df7cb25 [FEATURE] add option to show/hide deprecated plugins in plugin manager 2013-09-13 12:10:16 +03:00
Alexander Bruy
8a27c76560 [FEATURE] clearly mark deprecated plugins in plugin manager 2013-09-13 12:10:16 +03:00
Alexander Bruy
9ce316dbd3 [processing] add Clip raster by extent algorithm (fix #8602) 2013-09-13 12:09:23 +03:00
Nathan Woodrow
dfe32bad39 Move updating of else rules list out of render feature 2013-09-13 09:47:54 +10:00
Borys Jurgiel
af04c794fc [Plugin Installer] More uniform behaviour when comparing versions: always exclude any non-numeric parts 2013-09-12 21:55:38 +02:00
Stéphane Brunner
040e9d54cb Add GML format in GetFeatureInfo requests 2013-09-12 20:16:51 +02:00
Stéphane Brunner
44aef479a9 Copy things from WFS server to WMS server 2013-09-12 20:16:29 +02:00
Nyall Dawson
bd62f307f2 [FEATURE] Add select all, select none and invert selection to composer edit menu 2013-09-12 19:46:45 +02:00
Nyall Dawson
0f2932b9cc [FEATURE] New edit menu for composer
Change cut/copy/paste functions to actions and add to edit menu
Move undo/redo/delete to edit menu
Rearrange layout menu to logical order
2013-09-12 19:46:45 +02:00
Stéphane Brunner
2b4e13930d Add French translation 2013-09-12 19:17:02 +02:00
Stéphane Brunner
9d5aff46ff Run scripts/update_ts_files.sh 2013-09-12 19:05:04 +02:00
Stéphane Brunner
e672c4ffcb More general string value.
This option is used for GetFeature and GetfeatureInfo
And for WKT and GML format
2013-09-12 18:45:24 +02:00
alexbruy
033440fcfe Merge pull request #731 from ddanielvaz/bugfix-6063
Preserve attributes in Convex Hull (fix #6063)
2013-09-12 09:41:22 -07:00
Stéphane Brunner
ccda1c46f7 Add QGIS_PROJECT_FILE environement option
To be able to configure the project file in apache configuration
like:
SetEnv QGIS_PROJECT_FILE  <path to project file>.qgs
2013-09-12 18:36:14 +02:00
alexbruy
885c8b495a Merge pull request #799 from slarosa/warning_simplifyTool
[ftools] add warning for simplify tool when no one layer has been selected
2013-09-12 09:24:44 -07:00
Alexander Bruy
e72088cddb [fTools] homogenize UI (contributed by Salvatore Larosa) 2013-09-12 19:21:48 +03:00
Nathan Woodrow
4a95d35606 Fix #8590 - Copy and paste for rules 2013-09-12 23:51:18 +10:00
Nathan Woodrow
02ed712b03 Add ELSE to rule based renderer 2013-09-12 21:40:59 +10:00
Larry Shaffer
ebc1573f87 [globe] Add path to gui images when running from build directory 2013-09-11 17:41:37 -06:00
Tim Sutton
ba4e438c05 Fix from Salvatore to fix project macros 2013-09-11 17:41:23 +02:00
Tim Sutton
95d6a2380e Fix missing 1.8 heading in news (thanks Leyan) 2013-09-11 00:51:38 +02:00
Tim Sutton
d33f3394be Added small note about 2.0.1 in news 2013-09-11 00:51:21 +02:00
Juergen E. Fischer
22512b29bb install qbrowser manpage 2013-09-10 23:20:00 +02:00
Tim Sutton
05c6cc5c32 Tweaked BUGS documentation 2013-09-10 16:43:24 +02:00
Tim Sutton
ccd66f5dc2 Updated install doc 2013-09-10 16:43:05 +02:00
Tim Sutton
c58ba9bb68 Regenerate changelog 2013-09-10 16:42:38 +02:00
Tim Sutton
9fe0d8cbf5 Added script to create changelog from http://binarystatic.wordpress.com/2010/02/18/how-to-convert-git-log-to-changelog/ 2013-09-10 16:42:06 +02:00
Tim Sutton
a79824f3d4 Put GPL version to 2 instead of 3 in the readme 2013-09-10 15:48:59 +02:00
Tim Sutton
ec3c4c637e Updated news 2013-09-10 15:40:51 +02:00
Denis Rouzaud
4b3118054a Merge pull request #741 from 3nids/splitpart
[Feature] split part of multi-geometry
2013-09-10 06:36:48 -07:00
Denis Rouzaud
f361e11c2a return the proper error code 2013-09-10 15:35:33 +02:00
Denis Rouzaud
3e89c69a0c split part of multi-geometry 2013-09-10 14:54:27 +02:00
Christian Urich
641359d3cb fix #8507
made void connectNotify( const char * signal ) protected instead of private
made bool eventFilter( QObject *obj, QEvent *event ) protected instead of private
made void showEvent( QShowEvent * ) and void hideEvent( QHideEvent * ) instead of private
2013-09-10 08:12:54 +02:00
Larry Shaffer
bb002ee1a8 Merge pull request #881 from mbernasocchi/android
Various android updates from mbernasocchi
2013-09-09 17:57:28 -07:00
Marco Bernasocchi
b61b5b0f83 make honoring -DPYTHON_LIBRARY more solid.
as cmake --help-module FindPythonLibs states
If you'd like to specify the installation of Python to use, you should modify the following cache variables:

         PYTHON_LIBRARY             - path to the python library
         PYTHON_INCLUDE_PATH         - path to where Python.h is found

(please note it is PYTHON_INCLUDE_PATH  (deprecated) and not PYTHON_INCLUDE_DIR (new in 2.8) since we require cmake >= 2.6.2)
2013-09-10 02:23:02 +02:00
Marco Bernasocchi
e703bdf08c set correct prefixPath() 2013-09-10 02:06:05 +02:00
Marco Bernasocchi
e87f79d480 added confirm quit for android 2013-09-10 02:05:48 +02:00
Marco Bernasocchi
d1ec3f420b Removed tooltip that shows how many messages are logged on android.
This tooltip was rendered as a fullscreen yellow widget in android.
2013-09-10 02:05:34 +02:00
Larry Shaffer
95a89d29a0 [Android] Fix for Qt Ministro hiding app's menubar in favor of native Android menus
- Brings back composer window menu bar
2013-09-09 17:15:38 -06:00
Larry Shaffer
6ef5829abf [Android] Fix for Qt Ministro hiding app's menubar in favor of native Android menus
- Brings back main window menu bar
2013-09-09 17:15:38 -06:00
Larry Shaffer
71558e697e [Android] Update library path 2013-09-09 17:15:38 -06:00