1557 Commits

Author SHA1 Message Date
Juergen E. Fischer
dcef083826 apply revised #6613 2012-11-03 21:51:21 +01:00
Alexander Bruy
4b9dbf209d use new lineedit widget in several dialogs 2012-11-02 19:13:31 +02:00
Alexander Bruy
8694cb8cd5 [FEATURE] add lineedit with builtin clear button 2012-11-02 19:13:31 +02:00
Giuseppe Sucameli
fedb8ac35a sextante: fix NameError (undefined var) executing GRASS commands 2012-11-02 16:37:18 +01:00
Giuseppe Sucameli
9df95b1e7e Merge pull request #313 from slarosa/master
Automatically switch focus to the input area in console
2012-11-02 05:43:20 -07:00
Salvatore Larosa
2425f92ce0 automatically switch focus to the input area in console
- any keystroke switch focus when in the output area
- moved closeEvent method to DockWidget (since 0330202 it has not worked anymore)
2012-11-02 11:50:19 +01:00
Larry Shaffer
c11df1aa79 [FEATURE] Duplicate map layer(s)
- Action available in Layer menu and legend contextual menu
- Layer style copy/pasted to duplicate
- Memory and plugin layers skipped
- Add sip binding to action in app interface
2012-11-02 03:23:10 -06:00
Sandro Santilli
bbedc4e00f TopoViewer: add layer for full faces 2012-11-01 17:44:39 +01:00
Sandro Santilli
a5553b7e54 TopoViewer: only use queries for layers when really needed 2012-11-01 17:44:39 +01:00
Salvatore Larosa
6abe8611f4 Moved all the console files into own directory 2012-11-01 11:26:52 +01:00
Giuseppe Sucameli
29ed401769 Merge pull request #311 from slarosa/master
python console: add splitter and scrollbars, fix for DEL and Backspace key
2012-10-31 17:22:13 -07:00
Salvatore Larosa
66368f9bc3 vertical scrollbar as needed both input and output area 2012-10-31 23:44:14 +01:00
Salvatore Larosa
c729a0d9eb fix for DELETE and BACKSPACE key
(it is only an appearance issue)
2012-10-31 22:10:47 +01:00
Salvatore Larosa
676b37e986 add vertical scroll bar for input area in console 2012-10-31 15:42:12 +01:00
Larry Shaffer
fd7c3a24bd Fix output/python/qgis dir for Win32 builds that add dir/CMAKE_CFG_INTDIR 2012-10-31 06:27:59 -06:00
Salvatore Larosa
06da4e8a24 Add resize splitter for console
as it was from f15b4e1
2012-10-31 12:36:09 +01:00
Larry Shaffer
d6e832d602 Update for d7a7a46, make sure targets are always built for install 2012-10-31 05:18:13 -06:00
Larry Shaffer
d7a7a46afa Add CMake option WITH_STAGED_PLUGINS (ON by default)
- Core plugins remain available once staged (no need to re-build targets, unless source updated or build directory cleared)
- Once plugins are staged, setting WITH_STAGED_PLUGINS to OFF allows for much quicker subsequent builds
- PyQGIS utilities, console and installer are always staged, regardless of WITH_STAGED_PLUGINS
2012-10-30 18:39:22 -06:00
Salvatore Larosa
47da0c0700 add default font-family and size to output area in console
fix for help dialog
2012-10-30 20:03:49 +01:00
Salvatore Larosa
10178d71c8 Merge branch master of https://github.com/qgis/Quantum-GIS 2012-10-30 15:40:09 +01:00
Salvatore Larosa
e3cd56fa8c removed importing of traceback module as it is unused 2012-10-30 10:57:13 +01:00
Victor Olaya
404bce69e4 Merge branch 'master' of https://github.com/qgis/Quantum-GIS 2012-10-29 20:12:19 +01:00
Victor Olaya
e5437c494b Fixed bug using multipleinputpanel in modeler 2012-10-29 20:11:13 +01:00
Alexander Bruy
ae6ec44ddc remove unused import 2012-10-29 19:04:42 +02:00
Alexander Bruy
2e32aa00c2 remove about dialog from SEXTANTE plugin 2012-10-29 14:17:23 +02:00
Alexander Bruy
ae2c14d784 show english help for console if translations not found 2012-10-29 14:17:23 +02:00
Salvatore Larosa
812a0a8605 Add UI file for help
minor fix in settings dialog
2012-10-29 10:13:39 +01:00
Salvatore Larosa
1bac84ca77 Reimplemented copy action for keybindings in console 2012-10-29 00:10:27 +01:00
Salvatore Larosa
0660dcf73e Remove the about tab in settings dialog for console 2012-10-28 22:21:48 +01:00
Salvatore Larosa
50f335269b Improvement to contextual menu
- typo in help.htm
2012-10-28 17:53:07 +01:00
Victor Olaya
8f6ae95366 changed behaviour of pyculator when no selection exist 2012-10-28 15:21:56 +01:00
Victor Olaya
016789ab2d Merge branch 'master' of https://github.com/qgis/Quantum-GIS 2012-10-27 23:07:08 +02:00
Victor Olaya
9587252abf partially fixed #6571
added splitRGBbands algorithm
2012-10-27 23:06:38 +02:00
Radim Blazek
a8934a28f7 invert raster colors better 2012-10-27 21:32:08 +02:00
Larry Shaffer
ff1431ce3f Merge pull request #303 from slarosa/master
[FEATURE] - Split-pane entry and output for PyQGIS console
2012-10-27 11:41:10 -07:00
Victor Olaya
34f677a576 Merge branch 'master' of https://github.com/qgis/Quantum-GIS 2012-10-27 10:59:44 +02:00
Victor Olaya
5c762ef741 applied path for #6574
applied patch for multiple grass sessions
added points in polygon weighted
2012-10-27 10:59:23 +02:00
Salvatore Larosa
9fb1c113d0 Follow up f15b4e1
- add contextual menu to output area (copy and enter selected entry)
- auto-entered for entry in import class menu
- cleaning code
- more info see http://hub.qgis.org/issues/6558
2012-10-27 02:15:05 +02:00
Larry Shaffer
6870cff83f No splitter, mellower colors 2012-10-26 13:55:22 -06:00
Salvatore Larosa
f15b4e12c7 [FEATURE] - Split-pane entry and output for PyQGIS console 2012-10-26 14:07:47 +02:00
Larry Shaffer
1fdaa04557 Add cmake option WITH_PY_COMPILE (OFF by default)
- Byte-compiles staged and intalled plugins/modules
2012-10-26 04:04:12 -06:00
Alexander Bruy
bd4fd2846e fix SEXTANTE things broken by 6ca7ea987d 2012-10-25 18:44:39 +03:00
Alexander Bruy
0b1ebaaa73 missed metadata.txt for fTools 2012-10-25 15:08:39 +03:00
Alexander Bruy
8459fa220a temporarily switch back to using subprocess module (addresses #6543) 2012-10-25 15:08:39 +03:00
Alexander Bruy
acb0a9e6cc use lowercase letters for menu (fix #5436) 2012-10-25 15:08:38 +03:00
Alexander Bruy
7f671851d4 add metadata.txt to all core plugins 2012-10-25 15:08:38 +03:00
Alexander Bruy
c54e78ee90 add category metadata to SEXTANTE plugin 2012-10-25 12:47:15 +03:00
Sandro Santilli
6ca7ea987d Allow running sextante plugin from build dir
See http://hub.qgis.org/issues/5879
2012-10-25 11:52:40 +02:00
Sandro Santilli
844b57bf4a Rename script files to avoid spaces in filenames
This makes life easier with PLUGIN_INSTALL.
I did try to make PLUGIN_INSTALL better but couldn't find a way
to have both "(" and " " quoted at once...
2012-10-25 11:51:40 +02:00
Sandro Santilli
131fc6e945 PLUGIN_INSTALL: quote filenames
Fixes use with filenames having shell-dangerous chars like "(".
NOTE: sextante help files have frequent such occurrences
2012-10-25 11:29:23 +02:00