42461 Commits

Author SHA1 Message Date
Matthias Kuhn
379b5ed7de Remove executable flag from test files 2017-10-07 15:23:56 +02:00
Matthias Kuhn
20150734bc [travis] Add more color to output 2017-10-07 14:21:13 +02:00
Matthias Kuhn
6dde427dfc [travis] Fold ccache statistics 2017-10-07 14:21:13 +02:00
Matthias Kuhn
ade21ea3c6 [travis] Make section titles bold 2017-10-07 14:21:13 +02:00
Matthias Kuhn
c0d4c040f4 [travis] Improve fold title for build section 2017-10-07 14:21:13 +02:00
Matthias Kuhn
4608394fed [travis] Fold cmake output 2017-10-07 14:21:13 +02:00
Matthias Kuhn
83f9e81e95 [travis] Less noise for DB initialisation 2017-10-07 14:21:13 +02:00
Matthias Kuhn
1945c97da5 [travis] Be quiet 2017-10-07 14:21:13 +02:00
Stelios Vitalis
a2da64a47b Add information regarding polygon's normal calculation 2017-10-07 13:29:32 +02:00
Matthias Kuhn
7a4d890f6d Fix build warning 2017-10-07 13:10:22 +02:00
Juergen E. Fischer
1c7dbc7463 fix build 2017-10-07 09:05:52 +02:00
Harrissou Sant-anna
0521b3f70e Clean QgsOptions class from on_m...clicked() calls 2017-10-07 08:24:05 +02:00
Marco Bernasocchi
1c63522819 Added QgsFields::names method to get a list of all the names of fields 2017-10-06 22:52:26 +02:00
Stelios Vitalis
59ea61a466 Refactoring on tesselator and other remarks applied 2017-10-06 18:29:28 +02:00
Alessandro Pasotti
057ddc2cee [auth] Added mutex to protect cache for pkipkcs12 auth 2017-10-06 18:11:43 +02:00
Alessandro Pasotti
537ebcc779 [auth] Added mutex to protect cache for pkipaths auth 2017-10-06 18:11:22 +02:00
Alessandro Pasotti
71d90261f2 [auth] Added mutex to protect cache for identcert auth 2017-10-06 18:11:01 +02:00
Alessandro Pasotti
d76b04a975 [auth] Added mutex to protect cache for basic auth 2017-10-06 18:10:38 +02:00
Alessandro Pasotti
a4a33dff75 [auth] Check for empty credentials instead of null 2017-10-06 16:33:53 +02:00
Alessandro Pasotti
a7f132bc87 Prevent duplicated tabs in message log panel
by removing & when looping through existing tab names
2017-10-06 16:32:36 +02:00
Denis Rouzaud
5dce8edb95 fix and bring back scroll area into custom widgets 2017-10-06 13:59:32 +02:00
Stelios Vitalis
b787d53c99 Fix indentation and apply remarks 2017-10-06 13:15:10 +02:00
Nyall Dawson
3c87fe162a Consistent tense for undo commands 2017-10-06 18:49:29 +10:00
Nyall Dawson
48c0fb3ec5 Add undo commands when reordering items through items dock 2017-10-06 18:48:10 +10:00
Nyall Dawson
0c858d27d6 Port display name handling from composer 2017-10-06 18:43:10 +10:00
Nyall Dawson
ee0e9ff5a1 Fix undo/redo crash with temporary test item 2017-10-06 18:32:17 +10:00
Nyall Dawson
83f035e63c Indentation 2017-10-06 17:48:25 +10:00
Nyall Dawson
c8eaeb8f93 Port hide pages action from composer 2017-10-06 17:48:25 +10:00
Nyall Dawson
aa7beaad6a Port keyboard nudge of items from composer 2017-10-06 17:48:25 +10:00
Nyall Dawson
9c8b96be39 Call base class undo commands 2017-10-06 17:48:25 +10:00
Nyall Dawson
66b4bdf01d Fix invalid merge of non equal item commands 2017-10-06 17:48:25 +10:00
Nyall Dawson
88a7f02c77 Port preview modes from composer 2017-10-06 17:48:25 +10:00
Nyall Dawson
b04c10115b Fix items are removed from scene twice 2017-10-06 17:48:25 +10:00
Nyall Dawson
5796b899fc Fix build when model test is enabled 2017-10-06 17:48:25 +10:00
Nyall Dawson
bb2e1efdb8 Create undo/redo commands when changing item visibility 2017-10-06 17:48:25 +10:00
Nyall Dawson
3e933dcda8 Add undo/redo commands when toggling lock through items panel 2017-10-06 17:48:25 +10:00
Nyall Dawson
afd9d23a21 Fix size of columns in items dock on hidpi screens 2017-10-06 17:48:25 +10:00
Nyall Dawson
1d622e5a2a Add new icon for resize to square (thanks @nirvn) 2017-10-06 17:48:25 +10:00
Nyall Dawson
fd0cba3914 Hide most of QgsLayoutModel from stable API and remove from bindings
We only expose the QAbstractItemModel interface as stable API - the
rest is non-stable and subject to change.
2017-10-06 17:48:25 +10:00
Nyall Dawson
a66f2cb684 Nicer API for adding/removing items
Automatically create the corresponding undo commands, so that
plugins and scripts which add/delete items will be added to
the undo stack without any work required.
2017-10-06 17:48:25 +10:00
Nyall Dawson
4167724035 Even more explicit naming 2017-10-06 17:48:25 +10:00
Nyall Dawson
f3bfcc3182 Save/restore frame properties, add unit tests for undo/redo 2017-10-06 17:48:25 +10:00
Nyall Dawson
616aec1566 Save/restore a few more layout item properties 2017-10-06 17:48:25 +10:00
Nyall Dawson
80e0e07202 Correctly create undo commands for item addition and removal 2017-10-06 17:48:25 +10:00
Nyall Dawson
cac08f93eb Nicer menu naming 2017-10-06 17:48:25 +10:00
Nyall Dawson
c022bc825e [FEATURE][layouts] Add 'resize to square' action
Resizes all selected items so that they are square
2017-10-06 17:48:25 +10:00
Nyall Dawson
73077c4ef3 Use new icons 2017-10-06 17:48:25 +10:00
nirvn
3cd5f72f6f [layout] add distribute and resize action icons 2017-10-06 17:48:25 +10:00
Nyall Dawson
e686e2e565 Fix doxygen warning 2017-10-06 17:48:25 +10:00
Nyall Dawson
95a76eeef8 Port delete action - TODO: undo/redo 2017-10-06 17:48:25 +10:00