24345 Commits

Author SHA1 Message Date
Juergen E. Fischer
475d930a2b fix windows build 2014-08-21 00:36:25 +02:00
Juergen E. Fischer
9ee68cfd10 osgeo4w: also move pyqt4 uic module for custom widgets (followup 72e779c3e) 2014-08-20 14:24:37 +02:00
Juergen E. Fischer
72e779c3e4 osgeo4w: move Qt plugins (sql and designer) into qgis directory 2014-08-20 12:08:08 +02:00
Juergen E. Fischer
a34240d5f9 make some rendering errors translatable 2014-08-20 12:08:07 +02:00
Denis Rouzaud
1cba39da6f custom widget lib: include resources to show icons in designer 2014-08-20 11:02:24 +02:00
Juergen E. Fischer
a05c4c8030 make custom widget tooltips translatable 2014-08-20 10:02:35 +02:00
Denis Rouzaud
dbf2834b9b relation reference: correctly initialize and set properties for widget 2014-08-20 08:23:17 +02:00
Denis Rouzaud
eb678e42ab add new custom widgets to Qt Designer plugin 2014-08-20 08:15:29 +02:00
Denis Rouzaud
68bb52ffe3 can create relation reference in a widget (for custom UI forms) 2014-08-20 08:00:33 +02:00
Nyall Dawson
f9b15d3471 [composer] Holding alt while pressing arrow keys results in moving items 1 pixel 2014-08-19 21:57:10 +10:00
Nyall Dawson
9d18220138 [FEATURE][composer] Allow remote urls to be entered as picture path
for picture items, and automatically fetch them. Sponsored by the
City of Uster, Switzerland.
2014-08-19 21:35:14 +10:00
Nyall Dawson
f93e536a00 Add a simplified class for fetching HTTP network content 2014-08-19 20:49:10 +10:00
Denis Rouzaud
e8ee7be3fd Merge pull request #1516 from 3nids/vr_geom_relation
map identification for relations
2014-08-19 11:26:35 +02:00
Denis Rouzaud
4cfe24aea9 custom widget for relation reference widget 2014-08-19 09:48:15 +02:00
Denis Rouzaud
8953a8053e select related feature on the canvas from the relation reference widget (in the attribute form) 2014-08-19 09:48:15 +02:00
Denis Rouzaud
2a1a7944f7 use a specific class for the widget (to be used as a custom widget), rename old _widget to _wrapper 2014-08-19 09:09:06 +02:00
Denis Rouzaud
bc187ba953 identify shows a non-modal feature form 2014-08-19 09:08:57 +02:00
Denis Rouzaud
4588d9bd6c new map tool to select single feature 2014-08-19 08:34:02 +02:00
Matthias Kuhn
1b205be604 Fix python bindings for QgsRelation.fieldPairs() 2014-08-18 14:56:45 +02:00
Nathan Woodrow
978642addb Allow + for string concat in QgsExpression 2014-08-18 22:15:21 +10:00
Nyall Dawson
0b213b6f40 [composer] Fix crash when loading project 2014-08-18 20:04:28 +10:00
Matthias Kuhn
1a8973136e Doxymentation 2014-08-18 12:01:59 +02:00
mhugent
d69a7f2d22 Merge pull request #1533 from manisandro/multilabeling_datadefined
Fix multilabeling with datadefined value
2014-08-18 11:54:51 +02:00
mhugent
8d822c42ae Merge pull request #1541 from marcel-dancak/master
Mapserver: enhancements of searching with GetFeatureInfo request
2014-08-18 11:53:56 +02:00
Juergen E. Fischer
621edef24e make QgsMapLayerRegistry ctor private (it's a singleton) 2014-08-18 11:50:05 +02:00
Matthias Kuhn
4ade943937 QgisInterface::getFeatureForm() returns a QgsAttributeDialog
And some API comments
2014-08-18 10:57:30 +02:00
Marcel Dancak
ff172b2cc9 wmsprovider: store tileWidth and tileHeight values in properties of wms provider 2014-08-18 09:26:42 +02:00
Marcel Dancak
f9ba32a9cd Merge remote-tracking branch 'upstream/master' 2014-08-18 08:56:06 +02:00
Denis Rouzaud
81055452e4 custom widget for new color button 2014-08-18 08:12:34 +02:00
Denis Rouzaud
efab05bae9 fix tool tip 2014-08-18 08:10:07 +02:00
Juergen E. Fischer
5e26fbd6eb rename other canbeGeneralizedByMapBoundingBox methods to isGeneralizableByMapBoundingBox 2014-08-17 20:44:09 +02:00
Juergen E. Fischer
d9e8a940b9 fix polygon generalization artifacts, if last ring segment is one of two
segments exceeding the tolerance plus some cleanups
2014-08-17 18:52:16 +02:00
Juergen E. Fischer
4f367f5d4c doxygen fixes 2014-08-17 14:38:55 +02:00
Juergen E. Fischer
07165eae79 indentation update 2014-08-17 13:37:34 +02:00
Nyall Dawson
346b50ead9 Fix typo 2014-08-17 21:27:32 +10:00
Nyall Dawson
b15b014b82 Allow importing and exporting to GIMP palette file (gpl) from color list 2014-08-17 21:05:21 +10:00
Nyall Dawson
b45735529b Improvements to color list:
- Cleanup code
- Support copying and pasting multiple colors to list
- Support additional color list mime formats
2014-08-17 21:05:21 +10:00
Nyall Dawson
6d10ff3684 Support dropping multiple colors into a color list widget 2014-08-17 21:05:21 +10:00
Juergen E. Fischer
ea7525963c revert german part of 62200eb55 2014-08-17 12:12:41 +02:00
Werner Macho
62200eb55d [TRANSUP] next update transifex and source
Signed-off-by: Werner Macho <werner.macho@gmail.com>
2014-08-17 11:44:58 +02:00
Juergen E. Fischer
cdd148ac9a german translation update 2014-08-17 09:24:22 +02:00
Juergen E. Fischer
907ce69306 indentation update 2014-08-17 09:24:22 +02:00
Juergen E. Fischer
ebd9726d64 fix windows build 2014-08-17 09:24:22 +02:00
Nyall Dawson
9ef4bd600f [FEATURE] Project specific color scheme, set through default styles tab in project properties 2014-08-16 16:57:10 +10:00
Nyall Dawson
cd54d6a355 New GUI control for an editable list of colors from a color scheme.
Supports drag and drop reordering, drag and drop colors from external
apps (on supported OS).
2014-08-16 16:28:31 +10:00
Nyall Dawson
6312ff5853 Add method for finding matching schemes from a color scheme registry 2014-08-16 14:56:30 +10:00
Nyall Dawson
f7f4c74a56 Add method for editing color scheme colors 2014-08-16 14:39:29 +10:00
Nyall Dawson
ff28fe98bb Add set of default colors for custom color palette 2014-08-16 14:13:57 +10:00
Matthias Kuhn
e775775d13 Fix margins for expressionbuilder on gnome 2014-08-15 14:18:09 +02:00
Marcel Dancak
8888c5f0c0 Mapserver: enhancements of searching with GetFeatureInfo request 2014-08-15 11:23:05 +02:00