Nyall Dawson
|
fec27111ee
|
[FEATURE][composer] Allow more control over appearance of composer arrows:
- Line can be styled using line symbol style dialog
- Arrow head fill and outline colors can be specified
- Arrow head outline width can be specified
|
2014-08-06 20:24:41 +10:00 |
|
Juergen E. Fischer
|
34594136c6
|
fix zooming to layers when there are empty layers
|
2014-08-06 00:27:24 +02:00 |
|
Denis Rouzaud
|
9a98ed1b97
|
respect restrictions when calling identify with layer selection mode
|
2014-08-05 07:36:43 +02:00 |
|
Matthias Kuhn
|
f63a01cc7c
|
Fix memory leak and pass ownership of py editor widgets to C++
|
2014-08-03 18:49:02 +02:00 |
|
Matthias Kuhn
|
44bed005f1
|
Attribute table cache size 0 is represented as "All" in the options
|
2014-08-03 15:33:04 +02:00 |
|
Matthias Kuhn
|
bcdd394211
|
Merge pull request #1524 from SrNetoChan/master
Fixed Legacy date widget default format
Fix #10988
|
2014-08-03 12:36:43 +02:00 |
|
Juergen E. Fischer
|
1b94afe8a5
|
debian packaging update
|
2014-08-01 15:31:09 +02:00 |
|
Alexander Bruy
|
16e82f0080
|
[processing] fix loading of output rasters with wrong CRS
|
2014-08-01 08:29:56 +03:00 |
|
Alexander Bruy
|
2d835fbae0
|
[processing] replace str() with unicode() to avoid possible issues with
non-ASCII characters (work in progress)
|
2014-08-01 08:29:55 +03:00 |
|
Nyall Dawson
|
3480ef2e47
|
[composer] Some tweaks to label display name, add display name for legends
|
2014-07-31 19:31:57 +10:00 |
|
Nyall Dawson
|
a309a6c051
|
[composer] Don't deselect items when unlocking them from the items panel
|
2014-07-31 19:18:53 +10:00 |
|
SrNetoChan
|
ed52cb25fc
|
Fixed Legacy date widget default format
|
2014-07-30 17:57:02 +01:00 |
|
Denis Rouzaud
|
aa40d61a8c
|
fix editing of NULL values (fixes 0 to NULL, and fixes setting of NULL values in postgres)
|
2014-07-30 15:38:08 +02:00 |
|
Nyall Dawson
|
4995305adc
|
[composer] Decrease default snap tolerance to 5 pixels
|
2014-07-30 21:27:38 +10:00 |
|
Nyall Dawson
|
d8087cd26b
|
[composer] Deselect items when they are locked from the items panel
|
2014-07-30 21:19:41 +10:00 |
|
Nyall Dawson
|
0aeb357798
|
[composer] Locked items can't be selected by clicking them in the canvas.
|
2014-07-30 21:04:42 +10:00 |
|
Nyall Dawson
|
7b347c70eb
|
[composer] Remove right-click to lock for composer items (fix #5592), now that locked items can be unlocked from the items panel this is no longer required, and frees up right clicks for a composer context menu
|
2014-07-30 20:21:25 +10:00 |
|
Matthias Kuhn
|
3e53c39261
|
Don't double add features
Fix #10969
|
2014-07-30 12:14:52 +02:00 |
|
Nyall Dawson
|
4506b81537
|
[FEATURE][composer] Implement an item tree panel for composer windows
(fix #4358). Allows for selection of items, hiding/showing items,
toggling lock status of items and double-clicking to edit item id.
|
2014-07-30 20:01:05 +10:00 |
|
Denis Rouzaud
|
b357a66652
|
do not transform toString to quote values (NULL integer becomes 0 otherwise)
|
2014-07-30 11:51:07 +02:00 |
|
Marco Hugentobler
|
0241d4faf3
|
Apply pull request #1502 provided by bstroebl: Add ntv2 entry for Thuringia
|
2014-07-30 11:36:05 +02:00 |
|
Nyall Dawson
|
87e775a1e7
|
[composer] More improvements to item dispayName methods
|
2014-07-29 21:37:25 +10:00 |
|
Nyall Dawson
|
950c9b89f1
|
Follow up 3f0d0944
|
2014-07-29 20:48:40 +10:00 |
|
Nyall Dawson
|
3f0d0944e2
|
[composer] Support merged undo/redo commands for multiframe items
|
2014-07-29 20:25:49 +10:00 |
|
pcav
|
bdd67836a2
|
Make table sortable. Fixes #10962
|
2014-07-28 15:41:47 +02:00 |
|
Nyall Dawson
|
200a3431e9
|
[composer] Add api method for toggling visibility of composer items
|
2014-07-28 20:22:23 +10:00 |
|
Matthias Kuhn
|
53e1aba839
|
Fix some warnings
|
2014-07-28 11:49:47 +02:00 |
|
Matthias Kuhn
|
37370942c6
|
Request geometry when virtual field requires
|
2014-07-28 11:49:47 +02:00 |
|
Nyall Dawson
|
3f076f0d30
|
[composer] Add function for getting a friendly display name for items
|
2014-07-28 19:46:12 +10:00 |
|
Matthias Kuhn
|
38d458ce5c
|
Fix crash with maximumValue/minimumValue for virtual fields
|
2014-07-28 11:30:51 +02:00 |
|
Matthias Kuhn
|
e5a8749402
|
Initialize expression field buffer to NULL
Prevents crash, see
https://github.com/qgis/QGIS/pull/1494#issuecomment-50303556
|
2014-07-28 10:56:12 +02:00 |
|
Nyall Dawson
|
d0e9d8d126
|
[FEATURE][composer] Allow specifying user stylesheets to apply to a HTML item's content
|
2014-07-27 22:18:45 +10:00 |
|
Nyall Dawson
|
b3de1dd424
|
Disable color picker under OSX, due to limitations with QWidget::grabMouse on that platform
|
2014-07-27 20:46:01 +10:00 |
|
Nyall Dawson
|
acc0f9b526
|
Disable preview modes under OSX due to issues with QGraphicsEffects under OSX (refs #10761)
|
2014-07-27 15:41:25 +10:00 |
|
Nyall Dawson
|
642ff94e11
|
[composer] Add some missing icons to menu items
|
2014-07-27 13:56:56 +10:00 |
|
Nyall Dawson
|
c2f74c25fd
|
[composer] Switch to alt key for resize and draw from center mode
|
2014-07-27 12:08:39 +10:00 |
|
Juergen E. Fischer
|
94919a1ce0
|
always also update qgis_en.ts in update_ts_files.sh run
|
2014-07-25 23:23:04 +02:00 |
|
Werner Macho
|
be4bf1d520
|
[TRANSUP] transifex update
Signed-off-by: Werner Macho <werner.macho@gmail.com>
|
2014-07-25 22:27:06 +02:00 |
|
Denis Rouzaud
|
a9289b6a90
|
can re-center when scaling mapCanvas extent
|
2014-07-25 14:28:11 +02:00 |
|
Juergen E. Fischer
|
6f23cb672d
|
add QScintilla2 to INSTALL
|
2014-07-25 10:31:18 +02:00 |
|
Juergen E. Fischer
|
805f556336
|
german translation update
|
2014-07-25 10:28:41 +02:00 |
|
Juergen E. Fischer
|
56acda6458
|
clean identifier of layer variable passed to the feature form
|
2014-07-24 19:07:29 +02:00 |
|
Juergen E. Fischer
|
62e59c896f
|
fix saving of edittype configuration and remove redundant storage of labelontop
and editable state.
|
2014-07-24 19:07:28 +02:00 |
|
Juergen E. Fischer
|
693c2e72dd
|
restore naming of generated attribute widgets
|
2014-07-24 19:07:27 +02:00 |
|
Matthias Kuhn
|
af7f036b3b
|
Some cleanup
|
2014-07-24 17:26:50 +02:00 |
|
Matthias Kuhn
|
17ab64eddc
|
Request geometry when virtual field expression require so
|
2014-07-24 17:18:44 +02:00 |
|
Matthias Kuhn
|
c255823268
|
Sanity checks in add attribute dialog
|
2014-07-24 17:18:31 +02:00 |
|
Matthias Kuhn
|
302b2ae255
|
Fix uniqueValues for virtual field
|
2014-07-24 17:07:33 +02:00 |
|
Matthias Kuhn
|
f87bddf834
|
Automatically switch editor layout when assigning .ui file
Fix #7286
|
2014-07-24 14:13:12 +02:00 |
|
Sandro Mani
|
6e007bf7da
|
Use field precision for range edit spin
|
2014-07-24 13:20:06 +02:00 |
|