18662 Commits

Author SHA1 Message Date
Victor Olaya
732d64acde [sextante] cleaned some unnecessary code from last commit 2013-05-13 22:38:23 +02:00
Victor Olaya
4c1bdfbccb [sextante] improved modeler appearance with Bezier curves 2013-05-13 22:33:28 +02:00
Salvatore Larosa
41932dfcca [pyqgis-console] again more fixes and cleanup (for the editor) 2013-05-13 21:03:57 +02:00
Werner Macho
aa078df178 translation update: ja by Yoichi and his team 2013-05-13 20:58:34 +02:00
Matthias Kuhn
97ad3735e9 [attrtable] Update context help 2013-05-13 16:51:39 +02:00
Matthias Kuhn
30b9fedc6a [qgis_help] Detect proper resource path when running from build dir 2013-05-13 16:02:05 +02:00
Juergen E. Fischer
27183d9add add to german function help 2013-05-13 15:29:54 +02:00
Matthias Kuhn
858a1fbb0d GUI (Vector layer properties) QSplitter for fields properties tab 2013-05-13 14:36:17 +02:00
nyalldawson
519fe2f4ac Add python bindings and tests for grid blending, grid annotation font color, vector feature blending and vector layer transparency 2013-05-13 22:28:00 +10:00
nyalldawson
6342b74d60 Tests for grid blending, grid color labels, vector feature blending and vector layer transparency 2013-05-13 22:28:00 +10:00
nyalldawson
6249818be5 [feature] Add font color control for grid annotations (fix #7789) 2013-05-13 22:28:00 +10:00
nyalldawson
881602e76b [feature] blend modes for composer map grids (fix #7777) 2013-05-13 22:28:00 +10:00
nyalldawson
8880691aa0 [feature] Layer transparency for vectors (fix #7692) 2013-05-13 22:28:00 +10:00
nyalldawson
63ee006c62 Add blend mode option for features, allows blending to be used between features in a layer 2013-05-13 22:28:00 +10:00
Nathan Woodrow
e7f8326b83 Change -> to → in function help 2013-05-13 21:50:07 +10:00
Juergen E. Fischer
a45a9419c5 sip also doesn't like public (followup 0ec5dc4 and fa0a9b7) 2013-05-13 13:47:53 +02:00
Matthias Kuhn
7bd435e835 Emit finshed signal, when the vector layer cache has been initialized. 2013-05-13 12:55:33 +02:00
Borys Jurgiel
f216ddda74 Disable also plugins in user specified directories when running with --noplugins option 2013-05-13 11:56:14 +02:00
Matthias Kuhn
fe072c53af Use QgsMessageBar instead of QMessageBox 2013-05-13 11:32:51 +02:00
Matthias Kuhn
142223b901 [Fix #7698] Attributetable crashes on close when valuemap is used 2013-05-13 11:06:35 +02:00
Matthias Kuhn
110b87e6a6 [Fix #7784] Browser keeps crashing when navigating the tree 2013-05-13 10:31:09 +02:00
Matthias Kuhn
b5c540fbcd [attrtable] Update title when filter column query changes 2013-05-13 10:00:43 +02:00
Matthias Kuhn
4d3b1841ce [Fix #7798] (I)LIKE operator escapes regexp characters before computing regexp 2013-05-13 10:00:43 +02:00
Marco Hugentobler
f424e2aae5 Small performance improvement in gdal provider 2013-05-13 09:24:33 +02:00
Marco Hugentobler
a18ae684a0 Improve WMS server performance 2013-05-13 09:15:47 +02:00
Marco Hugentobler
0ec5dc4852 sip does not like CORE_EXPORT and Q_OBJECT 2013-05-13 09:02:21 +02:00
Nathan Woodrow
c1bf78ed85 Merge pull request #587 from nyalldawson/new_functions
New functions
2013-05-12 15:26:55 -07:00
nyalldawson
23a7ebf952 Add a scale_linear function, for linear interpolation between and input domain and output range 2013-05-13 08:14:37 +10:00
nyalldawson
bedd99e684 Add trim function 2013-05-13 08:14:37 +10:00
nyalldawson
ff92b029cf Add abs function 2013-05-13 08:14:37 +10:00
nyalldawson
ebc7a35f7b Add floor and ceil functions 2013-05-13 08:14:37 +10:00
nyalldawson
2076031424 Add max and min functions 2013-05-13 08:14:37 +10:00
nyalldawson
a85b0bc79e Add regexp_substr function for returning matched part of string against regex 2013-05-13 08:14:37 +10:00
nyalldawson
c07b2cc498 Small fixes to function help 2013-05-13 08:14:36 +10:00
nyalldawson
167cc95e35 Add rand and randf functions for generating random numbers 2013-05-13 08:14:36 +10:00
Juergen E. Fischer
a14adc407c german translation update 2013-05-12 23:30:00 +02:00
Juergen E. Fischer
b85af12cdf postgres provider:
- move available table detection to thread
- more progress messages
2013-05-12 23:23:24 +02:00
Juergen E. Fischer
4182baaa6e oracle provider:
- make searching in meta data table default
- also list synonyms
- more progress messages
2013-05-12 23:23:24 +02:00
Juergen E. Fischer
82e78fffd2 allow credential requests from threads 2013-05-12 23:23:24 +02:00
Juergen E. Fischer
fa0a9b75fe don't reload the whole browser model when the project home changes (fixes #7520) 2013-05-12 23:23:24 +02:00
Tim Sutton
d8dac0cbbd Merge pull request #582 from ccrook/delimited_text_indexing_implemented
Delimited text provider indexing efficiency improvements.
2013-05-12 14:17:12 -07:00
Chris Crook
2c378964c1 Documentation fix 2013-05-13 08:56:44 +12:00
Borys Jurgiel
724ed72324 Minor fixes for better compatibility with KDevelop 2013-05-12 22:50:26 +02:00
Chris Crook
1f7f2b34d4 Merge branch 'master' into delimited_text_indexing_implemented 2013-05-13 08:38:03 +12:00
Tim Sutton
9dd8b2ff6e Merge branch 'customCRS' of https://github.com/leyan/Quantum-GIS 2013-05-12 21:39:27 +02:00
Werner Macho
801206504c translation updates: galician by Xan 2013-05-12 11:48:03 +02:00
Salvatore Larosa
0a5e09a69c [pyqgis-console] minor fixes: followup a60e74a 2013-05-12 10:09:09 +02:00
Salvatore Larosa
a60e74a01e [pyqgis-console] a simple syntax checker for the editor
- some fixes and code cleanup
2013-05-11 23:45:37 +02:00
vinayan
adb2653402 Merge pull request #585 from vinayan/randomsel
[Fix #7785] - ftools-random selection broken in master
2013-05-11 08:14:47 -07:00
vinayan
2ad5707ba2 fix random selections in sextante 2013-05-11 20:40:57 +05:30