Hugo Mercier
2aa566d316
Add/Fix SIP for QgsComposition, QgsComposerMap and QgsAtlasRendering
2012-10-02 14:27:42 +02:00
Hugo Mercier
6e2320f26a
Merge branch 'master' of https://github.com/qgis/Quantum-GIS into atlas
...
Conflicts:
src/core/composer/qgscomposition.cpp
2012-09-28 15:46:13 +02:00
Tim Sutton
500a953d96
Merge pull request #253 from slarosa/master
...
New style for the toolbar icons (Python Console)
2012-09-28 05:40:24 -07:00
Salvatore Larosa
32deee72a5
New style for the toolbar icons
...
- update the help.htm
2012-09-28 14:06:49 +02:00
Tim Sutton
e6c591fe20
Merge pull request #248 from slarosa/master
...
Several fixes and added for python console
2012-09-27 14:19:35 -07:00
Salvatore Larosa
630a02153f
Improved the console toolbar
...
- added menu for class import
- added menu for open/save script
- update help and Italian translate
2012-09-27 17:14:10 +02:00
Juergen E. Fischer
45ebedf430
sip fixes: networkanalysis is a separate module
2012-09-27 11:18:52 +02:00
Hugo Mercier
ff6b04b672
Fix QgsExpression SIP
2012-09-27 11:06:03 +02:00
Salvatore Larosa
29aeac7980
Added keys binding to view the command history
...
- added new command to clear completely the command history
- fixed copy,cut command in keyPressEvent more minor problems
- update for help
- update for Italian translate
2012-09-27 00:13:25 +02:00
Juergen E. Fischer
c918952c74
more sip fixes
2012-09-26 18:46:52 +02:00
Juergen E. Fischer
71c5d4cff9
sip fixes
2012-09-26 17:56:27 +02:00
Hugo Mercier
ff41bec29b
Merge branch 'master' of https://github.com/qgis/Quantum-GIS into atlas
...
Conflicts:
python/core/qgsexpression.sip
Add a missing function to QgsExpression
2012-09-26 17:51:44 +02:00
Hugo Mercier
e70b1524f9
Update QgsExpression's SIP
2012-09-26 16:40:22 +02:00
Hugo Mercier
9a671f98a0
Add support for user-defined special columns in expressions
2012-09-26 16:39:18 +02:00
Juergen E. Fischer
b86453a390
typo fixes and german function help update
2012-09-26 09:01:07 +02:00
Salvatore Larosa
f93cdff57f
Update help for console
...
- header icon changed
- re-organized text
2012-09-26 02:02:05 +02:00
Etienne Tourigny
fef272e1a1
QgsCollapsibleGroupBox: rename mSaveState to mSaveCollapsedState and update saveState/restoreState, update raster save dialog
2012-09-25 18:37:37 -03:00
Juergen E. Fischer
4c97806d26
fix doxygen warnings
2012-09-25 21:29:32 +02:00
Tim Sutton
ba327b83d8
Merge pull request #247 from slarosa/master
...
[FEATURE] Added support to save History in Python Console
2012-09-25 12:04:45 -07:00
Salvatore Larosa
a0566c79b7
Cleaning the code
2012-09-25 16:31:51 +02:00
Salvatore Larosa
59ff69eae1
Added support to save history in python console
...
- edited console.py to save history on closeEvent
- edited console_sci.py to add read, clear and write history methods
- edited help file
- update to Italian translate file
2012-09-25 16:23:24 +02:00
Juergen E. Fischer
ded943d77d
update bindings
2012-09-25 14:28:06 +02:00
Juergen E. Fischer
7f08c3724d
enable more gui sip bindings
2012-09-24 23:53:58 +02:00
Juergen E. Fischer
eef8627663
more sip fixes
2012-09-24 22:40:24 +02:00
Juergen E. Fischer
60ab4b3290
fix typos
2012-09-24 22:40:24 +02:00
Tim Sutton
1d435a5938
Fix compilation error caused by numeric_limits::quiet_NaN not being passed a type
2012-09-24 19:20:22 +02:00
Tim Sutton
782484206a
Transfer ownership of transparency
2012-09-24 19:01:52 +02:00
Juergen E. Fischer
74fd0e48ae
more sip fixes:
...
- also move enum StyleEntity in QgsStyleV2
- fix some warnings
2012-09-24 18:43:20 +02:00
Alexander Bruy
cd97358263
fix SIP bindings
2012-09-24 16:56:59 +03:00
Juergen E. Fischer
86217d0a1a
fix QgsSymbolLayerV2Metadata sip bindings
2012-09-24 14:31:05 +02:00
Tim Sutton
ffb7f1b17d
Reinstate public qualifier for vector gradient colour ramp
2012-09-24 14:15:35 +02:00
Tim Sutton
ee515bd989
Reinstate symbol layer registry sip stuff
2012-09-24 12:49:47 +02:00
Tim Sutton
4f2d9dba9f
Merge branch 'master' of github.com:qgis/Quantum-GIS
2012-09-24 10:47:35 +02:00
Juergen E. Fischer
34f542edef
fix sip syntax error
2012-09-24 10:46:31 +02:00
Tim Sutton
5f79bcb16f
Resolved merge conflicts with origin master
2012-09-24 10:03:06 +02:00
Salvatore Larosa
69d062410f
Translation into Italian for the console toolbar
2012-09-24 09:05:49 +02:00
Juergen E. Fischer
f3cb57b1eb
SIP bindings update:
...
- update methods of existing classes
- add comment to methods missing in the sip bindings
- split up collective sip files into single files and use
same directory structure in python/ as in src/
- add a lot of missing classes (some might not make sense because of
missing python methods in those classes)
- remove some non-existing methods from the header files
- add scripts/sipdiff
- replace some usages of std::vector and std::set with QVector/QSet
2012-09-24 02:42:57 +02:00
Tim Sutton
aa74a8fd3d
Merge pull request #243 from slarosa/master
...
Italian translation for python console
2012-09-23 11:16:25 -07:00
Salvatore Larosa
740eaf98dc
adjustment to the translate file to get the Italian translation in python console
2012-09-23 16:01:51 +02:00
Tim Sutton
ccf3195760
Merge branch 'master' of github.com:qgis/Quantum-GIS
2012-09-23 10:09:21 +02:00
Victor Olaya
bf985a5534
Merge branch 'master' of https://github.com/qgis/Quantum-GIS
2012-09-22 22:50:45 +02:00
Victor Olaya
d80d3cf985
fixed #6295
...
did some cleaning in GrassAlgorithm.py
2012-09-22 22:49:13 +02:00
Tim Sutton
f7af2defa9
Merge branch 'master' of github.com:qgis/Quantum-GIS
2012-09-22 22:17:48 +02:00
Salvatore Larosa
c5ff5ee5be
improved paste action and minor bug fixes
2012-09-22 13:12:40 +02:00
Salvatore Larosa
7e6ec9bc32
cleaning and minor adjustments to the code for console
2012-09-22 13:09:23 +02:00
Juergen E. Fischer
3e08931e40
update QgsDiagramRendererV2 sip bindings
2012-09-21 21:01:11 +02:00
Magnus Homann
d1c8884ca1
Added SIP, fixed qgisapp to use new setter and optimized a bit
2012-09-21 19:14:51 +02:00
Tim Sutton
6b878341f2
Fixes for fetching a CompositionHtml from a Composition
2012-09-21 15:36:30 +02:00
Tim Sutton
b220bd4caf
Merge branch 'master' of github.com:qgis/Quantum-GIS
2012-09-21 08:08:15 +02:00
Etienne Tourigny
c5cc634520
raster save creation options validation:
...
- move help and validation to gdal provider
- validate options before saving
- test for valid PREDICTOR option, depending raster properties
2012-09-20 16:03:40 -03:00