Nyall Dawson
8eb929aeda
[composer] Add refresh button to html items, to reload the html source from the url.
2014-05-01 23:00:43 +10:00
Denis Rouzaud
483ba9e7ae
Merge pull request #1317 from 3nids/addtoolbar
...
allow to add a QToolBar to QGisInterface
2014-04-28 14:32:49 +02:00
Nyall Dawson
ad0b4daf8d
[composer] Add checkbox for controlling whether html items should use smart page breaking (sponsored by City of Uster, Switzerland)
2014-04-28 22:14:53 +10:00
Nyall Dawson
de301e9ada
[composer] Add frameOutlineWidth property for composer items (sponsored by City of Uster, Switzerland)
2014-04-28 20:59:41 +10:00
Nyall Dawson
8b9c9c49a1
[composer] Update picture item header documentation and sip bindings (sponsored by City of Uster, Switzerland)
2014-04-28 20:19:01 +10:00
Nyall Dawson
ecc2ebf59a
[composer] Add signal for when composition print resolution changes (sponsored by City of Uster, Switzerland)
2014-04-28 20:19:01 +10:00
Nyall Dawson
ca186c78ee
[composer] Add a featureChanged signal for when the current atlas feature changes (sponsored by City of Uster, Switzerland)
2014-04-28 20:19:00 +10:00
Nyall Dawson
e48225ca35
[composer] Add more tests to attribute table test suite
2014-04-28 19:29:05 +10:00
Nyall Dawson
7e977bcfd3
[composer] Some api documentation improvements and fix ups
2014-04-28 19:29:04 +10:00
Nyall Dawson
e0c64028b5
[composer] Rename getHeaderLabels to headerLabels and make it public for composer text/attribute tables.
2014-04-28 19:29:04 +10:00
Salvatore Larosa
d0bf3dbfe1
[db manager] shows vertical scrollbar as needed and set focus to the query editor after clearing
2014-04-28 10:30:36 +02:00
Alexander Bruy
23900ba55d
follow up e4f410b58
2014-04-26 19:20:40 +03:00
Alexander Bruy
7f7118ccfb
[processing] fix typo in GRASS 7 provider
2014-04-25 12:05:33 +03:00
Victor Olaya
a1d43ff2a3
[processing] fixed v.select description
...
fixes #10113
2014-04-24 18:33:59 +02:00
Victor Olaya
3ff4d9e650
[processing] added new example script
2014-04-24 18:33:58 +02:00
Victor Olaya
8436027f83
[processing] added Chainage algorithm as script
2014-04-24 18:33:57 +02:00
Victor Olaya
1610d63a03
[processing]improved script editor dialog
2014-04-24 18:33:57 +02:00
Victor Olaya
79757fabee
[processing] some fixes in help system
2014-04-24 18:33:56 +02:00
Denis Rouzaud
02e46e89a4
sip: add transfer
2014-04-24 15:22:39 +02:00
Denis Rouzaud
26e94fec6f
allow to add a QToolBar to QGisInterface (will allow subclassing)
2014-04-24 15:22:39 +02:00
Victor Olaya
dce4a771ff
[processing] store settings using QSettings instead of in a dedicated file
2014-04-23 22:01:35 +02:00
Alexander Bruy
be18a5e073
[processing] fix help method in GeoAlgorithm class
2014-04-23 15:38:06 +03:00
Nyall Dawson
a386e898f0
[composer] Cache features for attribute table, to reduce excessive cpu use and multiple queries to layer provider
2014-04-23 06:28:56 +10:00
Juergen E. Fischer
2e6927feb7
more processing cmake fixes
2014-04-20 22:39:00 +02:00
volaya
57f63695ac
[processing] added new tools to add scripts/models from files
2014-04-20 19:37:10 +02:00
volaya
cf061f9233
[processing] fixed wrong import
2014-04-20 19:37:10 +02:00
Juergen E. Fischer
5f0151cee9
fix build error
2014-04-20 16:06:19 +02:00
Victor Olaya
25676f3cf5
[processing] Adapted make files (they were not changed after refactoring folder structure)
2014-04-20 11:30:23 +02:00
Juergen E. Fischer
f355ea6d7c
identation update
2014-04-19 22:14:33 +02:00
Victor Olaya
8fe53c051c
[processing] recover changes introduced in b928d165206a0994e593903d149c875131bfd6c6, lost on refactoring and merging
2014-04-19 20:53:09 +02:00
Victor Olaya
ab4e78b98f
[processing] fixed wrong path to grass icon in grass7 provider
2014-04-19 20:49:23 +02:00
Victor Olaya
f014b4f097
[processing] prevent grass installation check returning None when folder not set under windows
2014-04-19 20:49:22 +02:00
Victor Olaya
1d821d6378
[processing] fixed wrong help url to Processing manual
2014-04-19 20:49:22 +02:00
Victor Olaya
922b844819
[processing] prevent grass7 config parameters from shadowing grass6 parameters
2014-04-19 20:49:21 +02:00
Victor Olaya
b1974f00fe
[processing] fixed indentation issues
2014-04-19 20:49:20 +02:00
Victor Olaya
e142401c2b
[processing] added grass7 files (forgot to add them on refactoring)
2014-04-19 20:49:19 +02:00
Victor Olaya
5bb522ecfc
[processing] corrected wrong name of script help file
2014-04-19 20:49:19 +02:00
Victor Olaya
bce5b899a2
[processing] improvements in help for algorithms
...
Avoid creating temporary helpfiles
Added basic converter to convert rst into html on the fly
Added SAGA help files
2014-04-19 20:49:18 +02:00
Victor Olaya
9b277cb040
[processing] refactoring to put all algorithm providers under a single module
2014-04-19 20:49:17 +02:00
Victor Olaya
7ae6a63cf8
[processing]correctly update toolbox after editing/creating/deleting models and scripts
2014-04-19 20:41:10 +02:00
Larry Shaffer
b928d16520
Direct access to grass70, in lieu of grass.sh, for Processing on Mac
...
- This just gets GRASS 7 useable in Processing. Vetting of all env vars has not been done.
- Note: all GRASS scripts are now Python, so grass.sh is not available anyway.
- Test for grass.sh remains, in case it is created for a custom packaging setup.
2014-04-18 09:22:12 -06:00
Victor Olaya
f97e234427
changed group name of example script
2014-04-17 12:43:14 +02:00
Victor Olaya
5c19713291
[processing] allow selection of open layers in batch interface
2014-04-17 12:43:13 +02:00
Victor Olaya
06fe244a29
[processing] Removed wrong method definition in ParameterTable.py
2014-04-17 12:43:13 +02:00
Victor Olaya
674fee73b1
Removed MultipleExternalInput parameter and made it a subtype of MultipleInput
2014-04-17 12:43:12 +02:00
volaya
560c45ff19
Merge pull request #1284 from gioman/r_cost
...
add grass r.cost module with no need for stop points input
2014-04-16 23:50:57 +02:00
Nyall Dawson
122034a07a
[composer] Some small fixes to svg layers export, naming improvements, additional comments
2014-04-16 19:47:40 +10:00
vmora
0c19945c04
[composer] add svg export with layers
2014-04-16 19:11:20 +10:00
Sandro Mani
b9bd4d247e
[composer] Correctly update extent when restoring composermap state, except when composer map is not yet visible after loading
2014-04-15 20:08:19 +10:00
Nyall Dawson
114d46c018
[FEATURE][composer] Allow filtering rows in attribute tables
2014-04-14 20:50:14 +10:00