Tim Sutton
d74d3f8b2a
Merge pull request #261 from slarosa/master
...
Removed jquery from helpConsole/js
2012-10-04 15:43:46 -07:00
Larry Shaffer
064c0c054b
PyQScintilla api files setup for local compiling of pap file
...
- Update and concatenate sip-built api files into PyQGIS.api
- Move python/qgis/api to python/qsci_apis for future api selection and compiling module
- Add base version api files for python components
2012-10-04 15:06:25 -06:00
Juergen E. Fischer
08a48a2767
put future back to the top
2012-10-04 19:43:36 +02:00
Juergen E. Fischer
7b4a9b68a3
add copyright notices
2012-10-04 19:36:43 +02:00
Juergen E. Fischer
14cad93bae
setup sip dependencies
2012-10-04 13:15:42 +02:00
Alexander Bruy
3e8e6978ee
add license headers to some fTools files
2012-10-04 14:00:35 +03:00
Alexander Bruy
fa7d689f3e
review buffer tools
2012-10-04 12:52:57 +03:00
Alexander Bruy
e849e074bb
review Polygon from layer extent tool and sync it with master code
2012-10-04 12:52:57 +03:00
Alexander Bruy
13d660f91f
review Select by location tool
2012-10-04 12:52:57 +03:00
Alexander Bruy
9f13601f80
review Random selection and Random selection within subsets
2012-10-04 12:52:57 +03:00
Alexander Bruy
708b679a66
[FEATURE] add Densify geometries tool to SEXTANTE
2012-10-04 12:52:57 +03:00
Alexander Bruy
13b4d7f7c1
review Extract nodes tool
2012-10-04 12:52:56 +03:00
Alexander Bruy
3fbc3af901
review Lines to polygons and Polygons to lines tools
2012-10-04 12:52:56 +03:00
Alexander Bruy
39ecc61391
review Multi to single and Single to multi tools
2012-10-04 12:52:56 +03:00
Alexander Bruy
414f70c8cf
review Simplify geometries tool
2012-10-04 12:52:56 +03:00
Alexander Bruy
7362994beb
review Voronoi tool
2012-10-04 12:52:56 +03:00
Alexander Bruy
5ceedfd14f
review Delaunay tool
2012-10-04 12:52:56 +03:00
Alexander Bruy
e91efc1ec1
review Polygon centroids tool
2012-10-04 12:52:56 +03:00
Alexander Bruy
a6418d6502
review Export geometry info tool, sync with master
2012-10-04 12:52:56 +03:00
Alexander Bruy
1a67b91c4c
refactor basic statistics tool
2012-10-04 12:52:55 +03:00
Alexander Bruy
ad0ff93ac3
review Nearest neighbour tool
2012-10-04 12:52:55 +03:00
Alexander Bruy
a796d98958
review and fix unique values tool
2012-10-04 12:52:55 +03:00
Alexander Bruy
330fa7da54
review Line intersections tool
2012-10-04 12:52:55 +03:00
Alexander Bruy
0fa807dd05
review Distance matrix tool
2012-10-04 12:52:55 +03:00
Alexander Bruy
b7cd539415
review Mean coordinates tool
2012-10-04 12:52:55 +03:00
Alexander Bruy
97a432e29c
review Point in polygons tool
2012-10-04 12:52:55 +03:00
Alexander Bruy
e2a9c16603
fix encoding related bugs in writer class
...
review Sum Line Length tool, add number of lines to output (implement #4712 )
2012-10-04 12:52:54 +03:00
Alexander Bruy
109525f7a3
more translatable strings and cleanup
2012-10-04 12:52:54 +03:00
Alexander Bruy
4e02cfbab7
use QDesktopServices to open help files
2012-10-04 12:52:54 +03:00
Alexander Bruy
4475854d93
use resource file for images
2012-10-04 12:52:54 +03:00
Alexander Bruy
fbb4af7d25
adjust metadata.txt and __init__.py files
...
initial i18n support
2012-10-04 12:52:54 +03:00
Etienne Tourigny
777ce59420
replace QgsRasterLayer::thumbnailAsPixmap() with previewAsPixmap() : return QPixmap and add size and background color parameters ; remove QgsRasterLayer::thumbnailAsImage() as it's not used
2012-10-04 01:45:27 -03:00
Larry Shaffer
48e0a97f40
[FEATURE] Choose font family for app
...
- Define app font family (or Qt default) in app options
- App font choices in options are now temporary unless saved
- Refactor to more general stylesheet methods (for later use)
- Add QgisAppInterface and sip methods for setting app font and family
2012-10-03 17:59:50 -06:00
Radim Blazek
d2a54d525c
wcs capabilities cache, fix extent verification
2012-10-03 23:45:37 +02:00
Salvatore Larosa
acaa9692b8
Removed jquery from helpConsole/js (Python Console)
2012-10-03 22:13:45 +02:00
Tim Sutton
eeefecfae3
Merge pull request #257 from slarosa/master
...
Added i18n for help (Python Console)
2012-10-03 08:38:39 -07:00
Giuseppe Sucameli
99876ccb45
db_manager: get fields' size from formatted type string ( fix #6402 )
2012-10-03 01:25:35 +02:00
Giuseppe Sucameli
c74090d655
gdaltools: add cubic interpolation to Build overviews tool ( fix #6301 )
2012-10-03 01:25:35 +02:00
Victor Olaya
6369196210
Merge branch 'master' of https://github.com/qgis/Quantum-GIS
2012-10-03 00:06:58 +02:00
Victor Olaya
6548e2e1a2
fixed #6362 (should check that does not break other things and model executes correctly)
2012-10-03 00:06:22 +02:00
Juergen E. Fischer
8349d52015
indentation cleanup
2012-10-02 16:20:04 +02:00
endmax
7f208338ae
- QgsSymbolLayerV2 descendants missing from sip.
...
QgsSymbolLayerV2 class has been modified to convert into SubClass as needed
- A test is provided for check subclasses binding and behaviour
- A fix has been done for src\core\symbology-ng\qgsellipsesymbollayerv2.cpp because of an error in createFromSld about fillColor
Signed-off-by: endmax <massimo.endrighi@geopartner.it>
2012-10-02 13:18:00 +02:00
Victor Olaya
1549f09eb2
fixed #6376
...
partially fixed #6374
2012-10-02 09:14:23 +02:00
Salvatore Larosa
35a4f88b33
Moved jquery directory under resources/jQuery (Python Console)
2012-10-02 01:32:23 +02:00
Tim Sutton
8a1953b9e7
Revert "Merge pull request #245 from Oslandia/atlas_integration"
...
This reverts commit fe8385e7f5735507adf1acfcce81a399fa6bc6f5, reversing
changes made to 23352ce0d66855a4a9c403a81feaa1884415e45c.
2012-10-01 11:04:04 +02:00
Tim Sutton
a654e274a3
Resolved merge conflicts when reverting 686f632
2012-10-01 11:03:48 +02:00
Juergen E. Fischer
4b263d6b06
and more sip fixes
2012-09-30 18:18:40 +02:00
Salvatore Larosa
d2d7cae5ce
typo (Python Console)
2012-09-30 18:07:18 +02:00
Salvatore Larosa
4b604f194e
Added i18n for help (Python Console)
2012-09-30 16:47:58 +02:00
Juergen E. Fischer
7172347afb
sip fixes
2012-09-29 16:20:12 +02:00