Nyall Dawson
9d984b163e
Immediately apply conditional formatting changes to table
2015-08-21 10:04:22 +10:00
Nyall Dawson
9ce6b6b2b7
Fix whitespace
2015-08-21 07:29:38 +10:00
Nyall Dawson
6a3357fab8
Fix warnings, add missing sip bindings
2015-08-21 05:45:49 +10:00
Radim Blazek
acbf2834f9
[GRASS] close mapset button in dock widget
2015-08-20 18:58:20 +02:00
Radim Blazek
71bd8b46eb
[GRASS] region dialog integrated to plugin dock widget
2015-08-20 17:54:34 +02:00
Radim Blazek
bed703ebfe
[GRASS] region pen options moved to GRASS options
2015-08-20 17:54:34 +02:00
Nathan Woodrow
faa32f36cf
[FEATURE] Conditional formatting for attribute table cells
2015-08-20 23:06:31 +10:00
volaya
3ff3b02ad7
Merge pull request #2247 from spencerrecneps/master
...
[Processing] Fixed bad variable references
2015-08-20 14:42:31 +02:00
volaya
bf7cf6ac6b
Merge pull request #2262 from neteler/patch-72
...
[processing] Update Grass7Utils.py
2015-08-20 14:40:03 +02:00
Markus Neteler
424d3d337e
Update Grass7Utils.py
...
In batchjob, use GRASS_MESSAGE_FORMAT=plain
2015-08-20 10:36:22 +02:00
Juergen E. Fischer
b578fc14f8
creatensis.pl: support for excluding packages (including their dependencies)
2015-08-20 09:57:49 +02:00
Nyall Dawson
d7c653c5ac
Don't allow creation of visibility presets with existing name
2015-08-20 16:09:53 +10:00
Nyall Dawson
ca04bb6409
Allow more customisation of QgsNewNameDialog
2015-08-20 16:09:52 +10:00
Nyall Dawson
0df7102d29
Add Replace Preset option to presets menu
2015-08-20 16:09:52 +10:00
Nyall Dawson
415aa83bf0
Disable Add Preset menu if current style is already a preset
...
Prevents duplicate entries which have unexpected behaviour
2015-08-20 16:09:52 +10:00
Juergen E. Fischer
d2282a77c7
processing: when using batch jobs remove GISBASE from environment when calling GRASS ( fixes #13072 )
2015-08-20 01:10:43 +02:00
Juergen E. Fischer
16d7a0659e
reenable passing projects and layers on open and 'open project on launch', but
...
replace make 'New' (old default) a new option and make 'Welcome Page' the new
default
2015-08-19 23:55:38 +02:00
Matthias Kuhn
f955cf2eba
Welcomepage: Add loading indicator and allow keyboard for project selection
2015-08-19 19:58:31 +02:00
Radim Blazek
c783f26234
[GRASS] modules tree and list integrated into one tab, added tree filter
2015-08-19 18:52:18 +02:00
Matthias Kuhn
772cd0c854
Indentation fixes
2015-08-19 16:45:34 +02:00
Matthias Kuhn
10dfb5bc9b
Disable unavailable projects
2015-08-19 16:45:34 +02:00
Matthias Kuhn
9bce9eda98
Fix a memory leak
2015-08-19 16:45:34 +02:00
Matthias Kuhn
23edcdb7c4
Add titles to the welcome page
2015-08-19 16:45:34 +02:00
Matthias Kuhn
651a2236c9
Clean old recent images
2015-08-19 16:45:34 +02:00
Matthias Kuhn
0b2b3ffc52
Migrate old recent projects list
2015-08-19 16:45:34 +02:00
Matthias Kuhn
881d83644c
Add feed parser for the qgis.org blog
2015-08-19 16:45:33 +02:00
Matthias Kuhn
bb69f166ad
Add version info to the welcome screen
2015-08-19 16:45:33 +02:00
Matthias Kuhn
b3a868fee4
Welcome Windows on top of map canvas
2015-08-19 16:45:33 +02:00
Matthias Kuhn
831131d5e1
[FEATURE] Add welcome screen with recent projects
...
Refs #7626
2015-08-19 16:45:33 +02:00
Matthias Kuhn
1465e9b3bd
Deprecate QgsProject::title( QString )
2015-08-19 16:45:33 +02:00
Matthias Kuhn
33d46d332b
Fix dos2unix as flip alternative
2015-08-19 16:45:33 +02:00
Matthias Kuhn
ddda7d4d77
Merge pull request #2259 from elpaso/hidpi-improvements4
...
Scale attribute table cells to content
2015-08-19 16:08:30 +02:00
Matthias Kuhn
d5d7c580ab
Merge pull request #2260 from bstroebl/fixDissolve
...
[PROCESSING] Fix Progress bar in Dissolve
2015-08-19 16:06:36 +02:00
Bernhard Ströbl
1f81109b4a
[PROCESSING] Fix Progress bar in Dissolve
2015-08-19 16:02:10 +02:00
elpaso
ff15e84020
Renamed ifdef
2015-08-19 15:25:17 +02:00
elpaso
847653f453
Adjust column size
2015-08-19 15:24:29 +02:00
Radim Blazek
fd23859f33
Merge pull request #2258 from NINAnor/grass7_pluginupdate
...
three first grass7 modules
2015-08-19 15:04:11 +02:00
ninsbl
8c652eb1f6
three first grass7 modules
2015-08-19 13:23:17 +02:00
Nyall Dawson
b87e5f7573
[FEATURE][composer] Data defined style preset for composer maps
...
Sponsored by City of Uster
2015-08-19 20:43:19 +10:00
Radim Blazek
bcaee65ed8
fixed OSGeo4W .bat.tmpl for GRASS, followup e6556a2
2015-08-19 12:06:55 +02:00
Nyall Dawson
0e567cd83b
Fix doxygen warning
2015-08-19 20:00:37 +10:00
Nyall Dawson
d16e57ffc1
Cull unneeded dependencies from Travis OSX build
2015-08-19 19:57:17 +10:00
Nyall Dawson
73522dce7e
Refactor visibility presets, so that all non-app specific
...
methods are now in core
A new QgsVisibilityPresetCollection object has been created
which stores a set of visibility presets. QgsProject now
contains a preset collection object.
This allows plugins and other core objects to retrieve and
modify visibility presets.
2015-08-19 19:07:23 +10:00
Nyall Dawson
612df6ae14
[FEATURE][composer] Auto wrapping for text in fixed width columns
...
in attribute tables
Sponsored by City of Uster
2015-08-19 06:08:22 +10:00
Nyall Dawson
9bf0295c55
Fix doxygen warning
2015-08-19 05:16:12 +10:00
Nyall Dawson
b78564899a
[FEATURE][composer] Option for 'wrap text on' for attribute tables
...
Fix #8006
Sponsored by City of Uster
2015-08-19 05:16:12 +10:00
Nyall Dawson
759f842bc3
[FEATURE][composer] Vertical alignment control for attribute tables
...
Sponsored by City of Uster
2015-08-19 05:16:12 +10:00
Nyall Dawson
372534eb89
[composer] Add proper handling of multiline text in attribute tables
...
Previously multi-line text would overflow onto neighbouring cells.
Now rows will be expanded to fit required height of text.
Fix #10273 .
Sponsored by City of Uster
2015-08-19 05:16:12 +10:00
Nyall Dawson
29cc0642a4
[composer] Add method for calculating height of text
...
Sponsored by City of Uster
2015-08-19 05:16:12 +10:00
Nyall Dawson
dba794c5fb
[composer] Draw text in tables by row, not column
...
Sponsored by City of Uster
2015-08-19 05:16:12 +10:00